public static interface BaseRpc.StatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getFailed()
required bool failed = 1; |
String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
String |
getSessionId()
optional string sessionId = 3; |
com.google.protobuf.ByteString |
getSessionIdBytes()
optional string sessionId = 3; |
boolean |
hasFailed()
required bool failed = 1; |
boolean |
hasMessage()
optional string message = 2; |
boolean |
hasSessionId()
optional string sessionId = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFailed()
required bool failed = 1;boolean getFailed()
required bool failed = 1;boolean hasMessage()
optional string message = 2;String getMessage()
optional string message = 2;com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;boolean hasSessionId()
optional string sessionId = 3;String getSessionId()
optional string sessionId = 3;com.google.protobuf.ByteString getSessionIdBytes()
optional string sessionId = 3;Copyright © 2020. All rights reserved.