public static final class Command.CommandKey.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder> implements Command.CommandKeyOrBuilder
command.CommandKey| Modifier and Type | Method and Description |
|---|---|
Command.CommandKey.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Command.CommandKey |
build() |
Command.CommandKey |
buildPartial() |
Command.CommandKey.Builder |
clear() |
Command.CommandKey.Builder |
clearConfigType()
.command.CommandConfigType configType = 1; |
Command.CommandKey.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Command.CommandKey.Builder |
clearGuid()
string guid = 2; |
Command.CommandKey.Builder |
clearKey() |
Command.CommandKey.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Command.CommandKey.Builder |
clone() |
Command.CommandConfigType |
getConfigType()
.command.CommandConfigType configType = 1; |
int |
getConfigTypeValue()
.command.CommandConfigType configType = 1; |
Command.CommandKey |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getGuid()
string guid = 2; |
com.google.protobuf.ByteString |
getGuidBytes()
string guid = 2; |
Command.CommandKey.KeyCase |
getKeyCase() |
boolean |
hasGuid()
string guid = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Command.CommandKey.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Command.CommandKey.Builder |
mergeFrom(Command.CommandKey other) |
Command.CommandKey.Builder |
mergeFrom(com.google.protobuf.Message other) |
Command.CommandKey.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Command.CommandKey.Builder |
setConfigType(Command.CommandConfigType value)
.command.CommandConfigType configType = 1; |
Command.CommandKey.Builder |
setConfigTypeValue(int value)
.command.CommandConfigType configType = 1; |
Command.CommandKey.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Command.CommandKey.Builder |
setGuid(String value)
string guid = 2; |
Command.CommandKey.Builder |
setGuidBytes(com.google.protobuf.ByteString value)
string guid = 2; |
Command.CommandKey.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Command.CommandKey.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Command.CommandKey build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Command.CommandKey buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Command.CommandKey.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder mergeFrom(Command.CommandKey other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public Command.CommandKey.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Command.CommandKey.Builder>IOExceptionpublic Command.CommandKey.KeyCase getKeyCase()
getKeyCase in interface Command.CommandKeyOrBuilderpublic Command.CommandKey.Builder clearKey()
public int getConfigTypeValue()
.command.CommandConfigType configType = 1;getConfigTypeValue in interface Command.CommandKeyOrBuilderpublic Command.CommandKey.Builder setConfigTypeValue(int value)
.command.CommandConfigType configType = 1;value - The enum numeric value on the wire for configType to set.public Command.CommandConfigType getConfigType()
.command.CommandConfigType configType = 1;getConfigType in interface Command.CommandKeyOrBuilderpublic Command.CommandKey.Builder setConfigType(Command.CommandConfigType value)
.command.CommandConfigType configType = 1;value - The configType to set.public Command.CommandKey.Builder clearConfigType()
.command.CommandConfigType configType = 1;public 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 Command.CommandKey.Builder setGuid(String value)
string guid = 2;value - The guid to set.public Command.CommandKey.Builder clearGuid()
string guid = 2;public Command.CommandKey.Builder setGuidBytes(com.google.protobuf.ByteString value)
string guid = 2;value - The bytes for guid to set.public final Command.CommandKey.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>public final Command.CommandKey.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Command.CommandKey.Builder>