public static interface AcModifyCommandsAd.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Values.stringValue |
getCommand()
optional .dstore.engine.values.stringValue command = 2; |
Values.stringValue |
getCommandDescription()
optional .dstore.engine.values.stringValue command_description = 3; |
boolean |
getCommandDescriptionNull()
optional bool command_description_null = 1003; |
Values.stringValueOrBuilder |
getCommandDescriptionOrBuilder()
optional .dstore.engine.values.stringValue command_description = 3; |
Values.integerValue |
getCommandId()
optional .dstore.engine.values.integerValue command_id = 1; |
boolean |
getCommandIdNull()
optional bool command_id_null = 1001; |
Values.integerValueOrBuilder |
getCommandIdOrBuilder()
optional .dstore.engine.values.integerValue command_id = 1; |
boolean |
getCommandNull()
optional bool command_null = 1002; |
Values.stringValueOrBuilder |
getCommandOrBuilder()
optional .dstore.engine.values.stringValue command = 2; |
Values.booleanValue |
getDeleteCommand()
optional .dstore.engine.values.booleanValue delete_command = 4; |
boolean |
getDeleteCommandNull()
optional bool delete_command_null = 1004; |
Values.booleanValueOrBuilder |
getDeleteCommandOrBuilder()
optional .dstore.engine.values.booleanValue delete_command = 4; |
boolean |
hasCommand()
optional .dstore.engine.values.stringValue command = 2; |
boolean |
hasCommandDescription()
optional .dstore.engine.values.stringValue command_description = 3; |
boolean |
hasCommandId()
optional .dstore.engine.values.integerValue command_id = 1; |
boolean |
hasDeleteCommand()
optional .dstore.engine.values.booleanValue delete_command = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommandId()
optional .dstore.engine.values.integerValue command_id = 1;Values.integerValue getCommandId()
optional .dstore.engine.values.integerValue command_id = 1;Values.integerValueOrBuilder getCommandIdOrBuilder()
optional .dstore.engine.values.integerValue command_id = 1;boolean getCommandIdNull()
optional bool command_id_null = 1001;boolean hasCommand()
optional .dstore.engine.values.stringValue command = 2;Values.stringValue getCommand()
optional .dstore.engine.values.stringValue command = 2;Values.stringValueOrBuilder getCommandOrBuilder()
optional .dstore.engine.values.stringValue command = 2;boolean getCommandNull()
optional bool command_null = 1002;boolean hasCommandDescription()
optional .dstore.engine.values.stringValue command_description = 3;Values.stringValue getCommandDescription()
optional .dstore.engine.values.stringValue command_description = 3;Values.stringValueOrBuilder getCommandDescriptionOrBuilder()
optional .dstore.engine.values.stringValue command_description = 3;boolean getCommandDescriptionNull()
optional bool command_description_null = 1003;boolean hasDeleteCommand()
optional .dstore.engine.values.booleanValue delete_command = 4;Values.booleanValue getDeleteCommand()
optional .dstore.engine.values.booleanValue delete_command = 4;Values.booleanValueOrBuilder getDeleteCommandOrBuilder()
optional .dstore.engine.values.booleanValue delete_command = 4;boolean getDeleteCommandNull()
optional bool delete_command_null = 1004;