public static interface CoGetCommunitySettings.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Values.integerValue |
getCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
getCommunityIdNull()
optional bool community_id_null = 1001; |
Values.integerValueOrBuilder |
getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 1; |
Values.stringValue |
getKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 2; |
boolean |
getKeyVariableNull()
optional bool key_variable_null = 1002; |
Values.stringValueOrBuilder |
getKeyVariableOrBuilder()
optional .dstore.engine.values.stringValue key_variable = 2; |
Values.booleanValue |
getResultOnlyInOutputParam()
optional .dstore.engine.values.booleanValue result_only_in_output_param = 3; |
boolean |
getResultOnlyInOutputParamNull()
optional bool result_only_in_output_param_null = 1003; |
Values.booleanValueOrBuilder |
getResultOnlyInOutputParamOrBuilder()
optional .dstore.engine.values.booleanValue result_only_in_output_param = 3; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
hasKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 2; |
boolean |
hasResultOnlyInOutputParam()
optional .dstore.engine.values.booleanValue result_only_in_output_param = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;Values.integerValue getCommunityId()
optional .dstore.engine.values.integerValue community_id = 1;Values.integerValueOrBuilder getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 1;boolean getCommunityIdNull()
optional bool community_id_null = 1001;boolean hasKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 2;Values.stringValue getKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 2;Values.stringValueOrBuilder getKeyVariableOrBuilder()
optional .dstore.engine.values.stringValue key_variable = 2;boolean getKeyVariableNull()
optional bool key_variable_null = 1002;boolean hasResultOnlyInOutputParam()
optional .dstore.engine.values.booleanValue result_only_in_output_param = 3;Values.booleanValue getResultOnlyInOutputParam()
optional .dstore.engine.values.booleanValue result_only_in_output_param = 3;Values.booleanValueOrBuilder getResultOnlyInOutputParamOrBuilder()
optional .dstore.engine.values.booleanValue result_only_in_output_param = 3;boolean getResultOnlyInOutputParamNull()
optional bool result_only_in_output_param_null = 1003;