Interface Command.CommandKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Command.CommandKey,Command.CommandKey.Builder
- Enclosing class:
Command
public static interface Command.CommandKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getConfigTypeValue
int getConfigTypeValue().command.CommandConfigType configType = 1;- Returns:
- The enum numeric value on the wire for configType.
-
getConfigType
Command.CommandConfigType getConfigType().command.CommandConfigType configType = 1;- Returns:
- The configType.
-
hasGuid
boolean hasGuid()string guid = 2;- Returns:
- Whether the guid field is set.
-
getGuid
-
getGuidBytes
com.google.protobuf.ByteString getGuidBytes()string guid = 2;- Returns:
- The bytes for guid.
-
getKeyCase
Command.CommandKey.KeyCase getKeyCase()
-