public static interface CoGetMemberSettingsAd.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.integerValue |
getCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2; |
boolean |
getCommunityMemberIdNull()
optional bool community_member_id_null = 1002; |
Values.integerValueOrBuilder |
getCommunityMemberIdOrBuilder()
optional .dstore.engine.values.integerValue community_member_id = 2; |
Values.stringValue |
getKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 3; |
boolean |
getKeyVariableNull()
optional bool key_variable_null = 1003; |
Values.stringValueOrBuilder |
getKeyVariableOrBuilder()
optional .dstore.engine.values.stringValue key_variable = 3; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
hasCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2; |
boolean |
hasKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 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 hasCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2;Values.integerValue getCommunityMemberId()
optional .dstore.engine.values.integerValue community_member_id = 2;Values.integerValueOrBuilder getCommunityMemberIdOrBuilder()
optional .dstore.engine.values.integerValue community_member_id = 2;boolean getCommunityMemberIdNull()
optional bool community_member_id_null = 1002;boolean hasKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 3;Values.stringValue getKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 3;Values.stringValueOrBuilder getKeyVariableOrBuilder()
optional .dstore.engine.values.stringValue key_variable = 3;boolean getKeyVariableNull()
optional bool key_variable_null = 1003;