public static interface RemoteMessageProto.Message.Request.ViewerRequest.LogDataOrBuilder
extends com.google.gwt.dev.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDetails()
optional string details = 4; |
com.google.gwt.dev.protobuf.ByteString |
getDetailsBytes()
optional string details = 4; |
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo |
getHelpInfo()
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5; |
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder |
getHelpInfoOrBuilder()
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5; |
String |
getLevel()
optional string level = 2; |
com.google.gwt.dev.protobuf.ByteString |
getLevelBytes()
optional string level = 2; |
boolean |
getNeedsAttention()
optional bool needsAttention = 3; |
String |
getSummary()
required string summary = 1; |
com.google.gwt.dev.protobuf.ByteString |
getSummaryBytes()
required string summary = 1; |
boolean |
hasDetails()
optional string details = 4; |
boolean |
hasHelpInfo()
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5; |
boolean |
hasLevel()
optional string level = 2; |
boolean |
hasNeedsAttention()
optional bool needsAttention = 3; |
boolean |
hasSummary()
required string summary = 1; |
boolean hasSummary()
required string summary = 1;
String getSummary()
required string summary = 1;
com.google.gwt.dev.protobuf.ByteString getSummaryBytes()
required string summary = 1;
boolean hasLevel()
optional string level = 2;
String getLevel()
optional string level = 2;
com.google.gwt.dev.protobuf.ByteString getLevelBytes()
optional string level = 2;
boolean hasNeedsAttention()
optional bool needsAttention = 3;
boolean getNeedsAttention()
optional bool needsAttention = 3;
boolean hasDetails()
optional string details = 4;
String getDetails()
optional string details = 4;
com.google.gwt.dev.protobuf.ByteString getDetailsBytes()
optional string details = 4;
boolean hasHelpInfo()
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfo getHelpInfo()
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
RemoteMessageProto.Message.Request.ViewerRequest.LogData.HelpInfoOrBuilder getHelpInfoOrBuilder()
optional .com.google.gwt.dev.shell.remoteui.Message.Request.ViewerRequest.LogData.HelpInfo helpInfo = 5;
Copyright © 2018. All rights reserved.