public static interface PmModifyGroupConditionsAd.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Values.stringValue |
getConditionDescription()
optional .dstore.engine.values.stringValue condition_description = 2; |
boolean |
getConditionDescriptionNull()
optional bool condition_description_null = 1002; |
Values.stringValueOrBuilder |
getConditionDescriptionOrBuilder()
optional .dstore.engine.values.stringValue condition_description = 2; |
Values.integerValue |
getConditionId()
optional .dstore.engine.values.integerValue condition_id = 1; |
boolean |
getConditionIdNull()
optional bool condition_id_null = 1001; |
Values.integerValueOrBuilder |
getConditionIdOrBuilder()
optional .dstore.engine.values.integerValue condition_id = 1; |
Values.booleanValue |
getDeleteGroupCondition()
optional .dstore.engine.values.booleanValue delete_group_condition = 3; |
boolean |
getDeleteGroupConditionNull()
optional bool delete_group_condition_null = 1003; |
Values.booleanValueOrBuilder |
getDeleteGroupConditionOrBuilder()
optional .dstore.engine.values.booleanValue delete_group_condition = 3; |
boolean |
hasConditionDescription()
optional .dstore.engine.values.stringValue condition_description = 2; |
boolean |
hasConditionId()
optional .dstore.engine.values.integerValue condition_id = 1; |
boolean |
hasDeleteGroupCondition()
optional .dstore.engine.values.booleanValue delete_group_condition = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConditionId()
optional .dstore.engine.values.integerValue condition_id = 1;Values.integerValue getConditionId()
optional .dstore.engine.values.integerValue condition_id = 1;Values.integerValueOrBuilder getConditionIdOrBuilder()
optional .dstore.engine.values.integerValue condition_id = 1;boolean getConditionIdNull()
optional bool condition_id_null = 1001;boolean hasConditionDescription()
optional .dstore.engine.values.stringValue condition_description = 2;Values.stringValue getConditionDescription()
optional .dstore.engine.values.stringValue condition_description = 2;Values.stringValueOrBuilder getConditionDescriptionOrBuilder()
optional .dstore.engine.values.stringValue condition_description = 2;boolean getConditionDescriptionNull()
optional bool condition_description_null = 1002;boolean hasDeleteGroupCondition()
optional .dstore.engine.values.booleanValue delete_group_condition = 3;Values.booleanValue getDeleteGroupCondition()
optional .dstore.engine.values.booleanValue delete_group_condition = 3;Values.booleanValueOrBuilder getDeleteGroupConditionOrBuilder()
optional .dstore.engine.values.booleanValue delete_group_condition = 3;boolean getDeleteGroupConditionNull()
optional bool delete_group_condition_null = 1003;