public static final class ReefServiceProtos.ContextStatusProto extends com.google.protobuf.GeneratedMessage implements ReefServiceProtos.ContextStatusProtoOrBuilder
ContextStatusProto| Modifier and Type | Class and Description |
|---|---|
static class |
ReefServiceProtos.ContextStatusProto.Builder
Protobuf type
ContextStatusProto |
static class |
ReefServiceProtos.ContextStatusProto.ContextMessageProto
Protobuf type
ContextStatusProto.ContextMessageProto |
static interface |
ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder |
static class |
ReefServiceProtos.ContextStatusProto.State
Protobuf enum
ContextStatusProto.State |
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
CONTEXT_ID_FIELD_NUMBER |
static int |
CONTEXT_MESSAGE_FIELD_NUMBER |
static int |
CONTEXT_STATE_FIELD_NUMBER |
static int |
ERROR_FIELD_NUMBER |
static int |
PARENT_ID_FIELD_NUMBER |
static com.google.protobuf.Parser<ReefServiceProtos.ContextStatusProto> |
PARSER |
static int |
RECOVERY_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContextId()
required string context_id = 2; |
com.google.protobuf.ByteString |
getContextIdBytes()
required string context_id = 2; |
ReefServiceProtos.ContextStatusProto.ContextMessageProto |
getContextMessage(int index)
repeated .ContextStatusProto.ContextMessageProto context_message = 7; |
int |
getContextMessageCount()
repeated .ContextStatusProto.ContextMessageProto context_message = 7; |
List<ReefServiceProtos.ContextStatusProto.ContextMessageProto> |
getContextMessageList()
repeated .ContextStatusProto.ContextMessageProto context_message = 7; |
ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder |
getContextMessageOrBuilder(int index)
repeated .ContextStatusProto.ContextMessageProto context_message = 7; |
List<? extends ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder> |
getContextMessageOrBuilderList()
repeated .ContextStatusProto.ContextMessageProto context_message = 7; |
ReefServiceProtos.ContextStatusProto.State |
getContextState()
required .ContextStatusProto.State context_state = 1; |
static ReefServiceProtos.ContextStatusProto |
getDefaultInstance() |
ReefServiceProtos.ContextStatusProto |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.ByteString |
getError()
optional bytes error = 5; |
String |
getParentId()
optional string parent_id = 3; |
com.google.protobuf.ByteString |
getParentIdBytes()
optional string parent_id = 3; |
com.google.protobuf.Parser<ReefServiceProtos.ContextStatusProto> |
getParserForType() |
boolean |
getRecovery()
optional bool recovery = 6; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasContextId()
required string context_id = 2; |
boolean |
hasContextState()
required .ContextStatusProto.State context_state = 1; |
boolean |
hasError()
optional bytes error = 5; |
int |
hashCode() |
boolean |
hasParentId()
optional string parent_id = 3; |
boolean |
hasRecovery()
optional bool recovery = 6; |
boolean |
isInitialized() |
static ReefServiceProtos.ContextStatusProto.Builder |
newBuilder() |
static ReefServiceProtos.ContextStatusProto.Builder |
newBuilder(ReefServiceProtos.ContextStatusProto prototype) |
ReefServiceProtos.ContextStatusProto.Builder |
newBuilderForType() |
static ReefServiceProtos.ContextStatusProto |
parseDelimitedFrom(InputStream input) |
static ReefServiceProtos.ContextStatusProto |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(byte[] data) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(com.google.protobuf.ByteString data) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(InputStream input) |
static ReefServiceProtos.ContextStatusProto |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReefServiceProtos.ContextStatusProto.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtensionfindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static com.google.protobuf.Parser<ReefServiceProtos.ContextStatusProto> PARSER
public static final int CONTEXT_STATE_FIELD_NUMBER
public static final int CONTEXT_ID_FIELD_NUMBER
public static final int PARENT_ID_FIELD_NUMBER
public static final int ERROR_FIELD_NUMBER
public static final int RECOVERY_FIELD_NUMBER
public static final int CONTEXT_MESSAGE_FIELD_NUMBER
public static ReefServiceProtos.ContextStatusProto getDefaultInstance()
public ReefServiceProtos.ContextStatusProto getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.Parser<ReefServiceProtos.ContextStatusProto> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasContextState()
required .ContextStatusProto.State context_state = 1;hasContextState in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic ReefServiceProtos.ContextStatusProto.State getContextState()
required .ContextStatusProto.State context_state = 1;getContextState in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic boolean hasContextId()
required string context_id = 2;hasContextId in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic String getContextId()
required string context_id = 2;getContextId in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic com.google.protobuf.ByteString getContextIdBytes()
required string context_id = 2;getContextIdBytes in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic boolean hasParentId()
optional string parent_id = 3;hasParentId in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic String getParentId()
optional string parent_id = 3;getParentId in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic com.google.protobuf.ByteString getParentIdBytes()
optional string parent_id = 3;getParentIdBytes in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic boolean hasError()
optional bytes error = 5;
when creating the context
hasError in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic com.google.protobuf.ByteString getError()
optional bytes error = 5;
when creating the context
getError in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic boolean hasRecovery()
optional bool recovery = 6;hasRecovery in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic boolean getRecovery()
optional bool recovery = 6;getRecovery in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic List<ReefServiceProtos.ContextStatusProto.ContextMessageProto> getContextMessageList()
repeated .ContextStatusProto.ContextMessageProto context_message = 7;getContextMessageList in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic List<? extends ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder> getContextMessageOrBuilderList()
repeated .ContextStatusProto.ContextMessageProto context_message = 7;getContextMessageOrBuilderList in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic int getContextMessageCount()
repeated .ContextStatusProto.ContextMessageProto context_message = 7;getContextMessageCount in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic ReefServiceProtos.ContextStatusProto.ContextMessageProto getContextMessage(int index)
repeated .ContextStatusProto.ContextMessageProto context_message = 7;getContextMessage in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic ReefServiceProtos.ContextStatusProto.ContextMessageProtoOrBuilder getContextMessageOrBuilder(int index)
repeated .ContextStatusProto.ContextMessageProto context_message = 7;getContextMessageOrBuilder in interface ReefServiceProtos.ContextStatusProtoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessagepublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ReefServiceProtos.ContextStatusProto parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReefServiceProtos.ContextStatusProto parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReefServiceProtos.ContextStatusProto parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReefServiceProtos.ContextStatusProto parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ReefServiceProtos.ContextStatusProto parseFrom(InputStream input) throws IOException
IOExceptionpublic static ReefServiceProtos.ContextStatusProto parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReefServiceProtos.ContextStatusProto parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ReefServiceProtos.ContextStatusProto parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReefServiceProtos.ContextStatusProto parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ReefServiceProtos.ContextStatusProto parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ReefServiceProtos.ContextStatusProto.Builder newBuilder()
public ReefServiceProtos.ContextStatusProto.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ReefServiceProtos.ContextStatusProto.Builder newBuilder(ReefServiceProtos.ContextStatusProto prototype)
public ReefServiceProtos.ContextStatusProto.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteCopyright © 2016 The Apache Software Foundation. All rights reserved.