public static interface CoModifyCommunitiesAd.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 |
getCommunityName()
optional .dstore.engine.values.stringValue community_name = 2; |
boolean |
getCommunityNameNull()
optional bool community_name_null = 1002; |
Values.stringValueOrBuilder |
getCommunityNameOrBuilder()
optional .dstore.engine.values.stringValue community_name = 2; |
Values.booleanValue |
getDeleteCommunity()
optional .dstore.engine.values.booleanValue delete_community = 3; |
boolean |
getDeleteCommunityNull()
optional bool delete_community_null = 1003; |
Values.booleanValueOrBuilder |
getDeleteCommunityOrBuilder()
optional .dstore.engine.values.booleanValue delete_community = 3; |
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 1; |
boolean |
hasCommunityName()
optional .dstore.engine.values.stringValue community_name = 2; |
boolean |
hasDeleteCommunity()
optional .dstore.engine.values.booleanValue delete_community = 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 hasCommunityName()
optional .dstore.engine.values.stringValue community_name = 2;Values.stringValue getCommunityName()
optional .dstore.engine.values.stringValue community_name = 2;Values.stringValueOrBuilder getCommunityNameOrBuilder()
optional .dstore.engine.values.stringValue community_name = 2;boolean getCommunityNameNull()
optional bool community_name_null = 1002;boolean hasDeleteCommunity()
optional .dstore.engine.values.booleanValue delete_community = 3;Values.booleanValue getDeleteCommunity()
optional .dstore.engine.values.booleanValue delete_community = 3;Values.booleanValueOrBuilder getDeleteCommunityOrBuilder()
optional .dstore.engine.values.booleanValue delete_community = 3;boolean getDeleteCommunityNull()
optional bool delete_community_null = 1003;