public static interface CoInsertCommunityMembersAd.ParametersOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Values.integerValue |
getCommunityId()
optional .dstore.engine.values.integerValue community_id = 2; |
boolean |
getCommunityIdNull()
optional bool community_id_null = 1002; |
Values.integerValueOrBuilder |
getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 2; |
Values.integerValue |
getPersonId()
optional .dstore.engine.values.integerValue person_id = 1; |
boolean |
getPersonIdNull()
optional bool person_id_null = 1001; |
Values.integerValueOrBuilder |
getPersonIdOrBuilder()
optional .dstore.engine.values.integerValue person_id = 1; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 2; |
boolean |
hasPersonId()
optional .dstore.engine.values.integerValue person_id = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPersonId()
optional .dstore.engine.values.integerValue person_id = 1;Values.integerValue getPersonId()
optional .dstore.engine.values.integerValue person_id = 1;Values.integerValueOrBuilder getPersonIdOrBuilder()
optional .dstore.engine.values.integerValue person_id = 1;boolean getPersonIdNull()
optional bool person_id_null = 1001;boolean hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 2;Values.integerValue getCommunityId()
optional .dstore.engine.values.integerValue community_id = 2;Values.integerValueOrBuilder getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 2;boolean getCommunityIdNull()
optional bool community_id_null = 1002;