public static final class CoGetCommunitySettings.Response.Row.Builder extends com.google.protobuf.GeneratedMessage.Builder<CoGetCommunitySettings.Response.Row.Builder> implements CoGetCommunitySettings.Response.RowOrBuilder
dstore.engine.co_GetCommunitySettings.Response.Row| Modifier and Type | Method and Description |
|---|---|
CoGetCommunitySettings.Response.Row |
build() |
CoGetCommunitySettings.Response.Row |
buildPartial() |
CoGetCommunitySettings.Response.Row.Builder |
clear() |
CoGetCommunitySettings.Response.Row.Builder |
clearCommunityId()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
CoGetCommunitySettings.Response.Row.Builder |
clearCommunityName()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
CoGetCommunitySettings.Response.Row.Builder |
clearKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
CoGetCommunitySettings.Response.Row.Builder |
clearRowId()
optional int32 row_id = 10000; |
CoGetCommunitySettings.Response.Row.Builder |
clearValue()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
Values.integerValue |
getCommunityId()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
Values.integerValue.Builder |
getCommunityIdBuilder()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
Values.integerValueOrBuilder |
getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
Values.stringValue |
getCommunityName()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
Values.stringValue.Builder |
getCommunityNameBuilder()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
Values.stringValueOrBuilder |
getCommunityNameOrBuilder()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
CoGetCommunitySettings.Response.Row |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Values.stringValue |
getKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
Values.stringValue.Builder |
getKeyVariableBuilder()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
Values.stringValueOrBuilder |
getKeyVariableOrBuilder()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
int |
getRowId()
optional int32 row_id = 10000; |
Values.stringValue |
getValue()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
Values.stringValue.Builder |
getValueBuilder()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
Values.stringValueOrBuilder |
getValueOrBuilder()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
boolean |
hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
boolean |
hasCommunityName()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
boolean |
hasKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
boolean |
hasValue()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CoGetCommunitySettings.Response.Row.Builder |
mergeCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
CoGetCommunitySettings.Response.Row.Builder |
mergeCommunityName(Values.stringValue value)
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
CoGetCommunitySettings.Response.Row.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CoGetCommunitySettings.Response.Row.Builder |
mergeFrom(CoGetCommunitySettings.Response.Row other) |
CoGetCommunitySettings.Response.Row.Builder |
mergeFrom(com.google.protobuf.Message other) |
CoGetCommunitySettings.Response.Row.Builder |
mergeKeyVariable(Values.stringValue value)
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
CoGetCommunitySettings.Response.Row.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoGetCommunitySettings.Response.Row.Builder |
mergeValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
CoGetCommunitySettings.Response.Row.Builder |
setCommunityId(Values.integerValue.Builder builderForValue)
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
CoGetCommunitySettings.Response.Row.Builder |
setCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
|
CoGetCommunitySettings.Response.Row.Builder |
setCommunityName(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
CoGetCommunitySettings.Response.Row.Builder |
setCommunityName(Values.stringValue value)
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
|
CoGetCommunitySettings.Response.Row.Builder |
setKeyVariable(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
CoGetCommunitySettings.Response.Row.Builder |
setKeyVariable(Values.stringValue value)
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. |
CoGetCommunitySettings.Response.Row.Builder |
setRowId(int value)
optional int32 row_id = 10000; |
CoGetCommunitySettings.Response.Row.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CoGetCommunitySettings.Response.Row.Builder |
setValue(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
CoGetCommunitySettings.Response.Row.Builder |
setValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedFieldfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>public CoGetCommunitySettings.Response.Row.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>public CoGetCommunitySettings.Response.Row getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CoGetCommunitySettings.Response.Row build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CoGetCommunitySettings.Response.Row buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CoGetCommunitySettings.Response.Row.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>public CoGetCommunitySettings.Response.Row.Builder mergeFrom(CoGetCommunitySettings.Response.Row other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>public CoGetCommunitySettings.Response.Row.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>java.io.IOExceptionpublic int getRowId()
optional int32 row_id = 10000;getRowId in interface CoGetCommunitySettings.Response.RowOrBuilderpublic CoGetCommunitySettings.Response.Row.Builder setRowId(int value)
optional int32 row_id = 10000;public CoGetCommunitySettings.Response.Row.Builder clearRowId()
optional int32 row_id = 10000;public boolean hasCommunityId()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
hasCommunityId in interface CoGetCommunitySettings.Response.RowOrBuilderpublic Values.integerValue getCommunityId()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
getCommunityId in interface CoGetCommunitySettings.Response.RowOrBuilderpublic CoGetCommunitySettings.Response.Row.Builder setCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
public CoGetCommunitySettings.Response.Row.Builder setCommunityId(Values.integerValue.Builder builderForValue)
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
public CoGetCommunitySettings.Response.Row.Builder mergeCommunityId(Values.integerValue value)
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
public CoGetCommunitySettings.Response.Row.Builder clearCommunityId()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
public Values.integerValue.Builder getCommunityIdBuilder()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
public Values.integerValueOrBuilder getCommunityIdOrBuilder()
optional .dstore.engine.values.integerValue community_id = 10001;
ID einer Community
getCommunityIdOrBuilder in interface CoGetCommunitySettings.Response.RowOrBuilderpublic boolean hasValue()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
hasValue in interface CoGetCommunitySettings.Response.RowOrBuilderpublic Values.stringValue getValue()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
getValue in interface CoGetCommunitySettings.Response.RowOrBuilderpublic CoGetCommunitySettings.Response.Row.Builder setValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
public CoGetCommunitySettings.Response.Row.Builder setValue(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
public CoGetCommunitySettings.Response.Row.Builder mergeValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
public CoGetCommunitySettings.Response.Row.Builder clearValue()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
public Values.stringValue.Builder getValueBuilder()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
public Values.stringValueOrBuilder getValueOrBuilder()
optional .dstore.engine.values.stringValue value = 10002;
Der in der Community "CommunityID" zum Schlüssel "KeyVariable" hinterlegte Wert
getValueOrBuilder in interface CoGetCommunitySettings.Response.RowOrBuilderpublic boolean hasCommunityName()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
hasCommunityName in interface CoGetCommunitySettings.Response.RowOrBuilderpublic Values.stringValue getCommunityName()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
getCommunityName in interface CoGetCommunitySettings.Response.RowOrBuilderpublic CoGetCommunitySettings.Response.Row.Builder setCommunityName(Values.stringValue value)
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
public CoGetCommunitySettings.Response.Row.Builder setCommunityName(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
public CoGetCommunitySettings.Response.Row.Builder mergeCommunityName(Values.stringValue value)
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
public CoGetCommunitySettings.Response.Row.Builder clearCommunityName()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
public Values.stringValue.Builder getCommunityNameBuilder()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
public Values.stringValueOrBuilder getCommunityNameOrBuilder()
optional .dstore.engine.values.stringValue community_name = 10003;
Name der Community "CommunityID"
getCommunityNameOrBuilder in interface CoGetCommunitySettings.Response.RowOrBuilderpublic boolean hasKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
hasKeyVariable in interface CoGetCommunitySettings.Response.RowOrBuilderpublic Values.stringValue getKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
getKeyVariable in interface CoGetCommunitySettings.Response.RowOrBuilderpublic CoGetCommunitySettings.Response.Row.Builder setKeyVariable(Values.stringValue value)
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
public CoGetCommunitySettings.Response.Row.Builder setKeyVariable(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
public CoGetCommunitySettings.Response.Row.Builder mergeKeyVariable(Values.stringValue value)
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
public CoGetCommunitySettings.Response.Row.Builder clearKeyVariable()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
public Values.stringValue.Builder getKeyVariableBuilder()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
public Values.stringValueOrBuilder getKeyVariableOrBuilder()
optional .dstore.engine.values.stringValue key_variable = 10004;
Ein Schlüssel wie z.B. "CommunityGroupID", zu dem für die Community "CommunityID" ein Wert hinterlegt ist
getKeyVariableOrBuilder in interface CoGetCommunitySettings.Response.RowOrBuilderpublic final CoGetCommunitySettings.Response.Row.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>public final CoGetCommunitySettings.Response.Row.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<CoGetCommunitySettings.Response.Row.Builder>