public static final class Command.CommandKey extends com.google.protobuf.GeneratedMessageV3 implements Command.CommandKeyOrBuilder
command.CommandKey| Modifier and Type | Class and Description |
|---|---|
static class |
Command.CommandKey.Builder
Protobuf type
command.CommandKey |
static class |
Command.CommandKey.KeyCase |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
CONFIGTYPE_FIELD_NUMBER |
static int |
GUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Command.CommandConfigType |
getConfigType()
.command.CommandConfigType configType = 1; |
int |
getConfigTypeValue()
.command.CommandConfigType configType = 1; |
static Command.CommandKey |
getDefaultInstance() |
Command.CommandKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGuid()
string guid = 2; |
com.google.protobuf.ByteString |
getGuidBytes()
string guid = 2; |
Command.CommandKey.KeyCase |
getKeyCase() |
com.google.protobuf.Parser<Command.CommandKey> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasGuid()
string guid = 2; |
int |
hashCode() |
boolean |
isInitialized() |
static Command.CommandKey.Builder |
newBuilder() |
static Command.CommandKey.Builder |
newBuilder(Command.CommandKey prototype) |
Command.CommandKey.Builder |
newBuilderForType() |
static Command.CommandKey |
parseDelimitedFrom(InputStream input) |
static Command.CommandKey |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.CommandKey |
parseFrom(byte[] data) |
static Command.CommandKey |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.CommandKey |
parseFrom(ByteBuffer data) |
static Command.CommandKey |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.CommandKey |
parseFrom(com.google.protobuf.ByteString data) |
static Command.CommandKey |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.CommandKey |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Command.CommandKey |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Command.CommandKey |
parseFrom(InputStream input) |
static Command.CommandKey |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Command.CommandKey> |
parser() |
Command.CommandKey.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int CONFIGTYPE_FIELD_NUMBER
public static final int GUID_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public Command.CommandKey.KeyCase getKeyCase()
getKeyCase in interface Command.CommandKeyOrBuilderpublic int getConfigTypeValue()
.command.CommandConfigType configType = 1;getConfigTypeValue in interface Command.CommandKeyOrBuilderpublic Command.CommandConfigType getConfigType()
.command.CommandConfigType configType = 1;getConfigType in interface Command.CommandKeyOrBuilderpublic boolean hasGuid()
string guid = 2;hasGuid in interface Command.CommandKeyOrBuilderpublic String getGuid()
string guid = 2;getGuid in interface Command.CommandKeyOrBuilderpublic com.google.protobuf.ByteString getGuidBytes()
string guid = 2;getGuidBytes in interface Command.CommandKeyOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public 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 Command.CommandKey parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.CommandKey parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.CommandKey parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.CommandKey parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.CommandKey parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.CommandKey parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Command.CommandKey parseFrom(InputStream input) throws IOException
IOExceptionpublic static Command.CommandKey parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Command.CommandKey parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Command.CommandKey parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Command.CommandKey parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Command.CommandKey parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Command.CommandKey.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Command.CommandKey.Builder newBuilder()
public static Command.CommandKey.Builder newBuilder(Command.CommandKey prototype)
public Command.CommandKey.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static Command.CommandKey getDefaultInstance()
public static com.google.protobuf.Parser<Command.CommandKey> parser()
public com.google.protobuf.Parser<Command.CommandKey> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Command.CommandKey getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder