public static final class AcGetCommandSettingEntry.Response.Row.Builder extends com.google.protobuf.GeneratedMessage.Builder<AcGetCommandSettingEntry.Response.Row.Builder> implements AcGetCommandSettingEntry.Response.RowOrBuilder
dstore.engine.ac_GetCommandSettingEntry.Response.Row| Modifier and Type | Method and Description |
|---|---|
AcGetCommandSettingEntry.Response.Row |
build() |
AcGetCommandSettingEntry.Response.Row |
buildPartial() |
AcGetCommandSettingEntry.Response.Row.Builder |
clear() |
AcGetCommandSettingEntry.Response.Row.Builder |
clearRowId()
optional int32 row_id = 10000; |
AcGetCommandSettingEntry.Response.Row.Builder |
clearValue()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
|
AcGetCommandSettingEntry.Response.Row |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
int |
getRowId()
optional int32 row_id = 10000; |
Values.stringValue |
getValue()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
|
Values.stringValue.Builder |
getValueBuilder()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
|
Values.stringValueOrBuilder |
getValueOrBuilder()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
|
boolean |
hasValue()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
AcGetCommandSettingEntry.Response.Row.Builder |
mergeFrom(AcGetCommandSettingEntry.Response.Row other) |
AcGetCommandSettingEntry.Response.Row.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
AcGetCommandSettingEntry.Response.Row.Builder |
mergeFrom(com.google.protobuf.Message other) |
AcGetCommandSettingEntry.Response.Row.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AcGetCommandSettingEntry.Response.Row.Builder |
mergeValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
|
AcGetCommandSettingEntry.Response.Row.Builder |
setRowId(int value)
optional int32 row_id = 10000; |
AcGetCommandSettingEntry.Response.Row.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
AcGetCommandSettingEntry.Response.Row.Builder |
setValue(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
|
AcGetCommandSettingEntry.Response.Row.Builder |
setValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte 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<AcGetCommandSettingEntry.Response.Row.Builder>public AcGetCommandSettingEntry.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<AcGetCommandSettingEntry.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<AcGetCommandSettingEntry.Response.Row.Builder>public AcGetCommandSettingEntry.Response.Row getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic AcGetCommandSettingEntry.Response.Row build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic AcGetCommandSettingEntry.Response.Row buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic AcGetCommandSettingEntry.Response.Row.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<AcGetCommandSettingEntry.Response.Row.Builder>public AcGetCommandSettingEntry.Response.Row.Builder mergeFrom(AcGetCommandSettingEntry.Response.Row other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<AcGetCommandSettingEntry.Response.Row.Builder>public AcGetCommandSettingEntry.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<AcGetCommandSettingEntry.Response.Row.Builder>java.io.IOExceptionpublic int getRowId()
optional int32 row_id = 10000;getRowId in interface AcGetCommandSettingEntry.Response.RowOrBuilderpublic AcGetCommandSettingEntry.Response.Row.Builder setRowId(int value)
optional int32 row_id = 10000;public AcGetCommandSettingEntry.Response.Row.Builder clearRowId()
optional int32 row_id = 10000;public boolean hasValue()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
hasValue in interface AcGetCommandSettingEntry.Response.RowOrBuilderpublic Values.stringValue getValue()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
getValue in interface AcGetCommandSettingEntry.Response.RowOrBuilderpublic AcGetCommandSettingEntry.Response.Row.Builder setValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
public AcGetCommandSettingEntry.Response.Row.Builder setValue(Values.stringValue.Builder builderForValue)
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
public AcGetCommandSettingEntry.Response.Row.Builder mergeValue(Values.stringValue value)
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
public AcGetCommandSettingEntry.Response.Row.Builder clearValue()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
public Values.stringValue.Builder getValueBuilder()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
public Values.stringValueOrBuilder getValueOrBuilder()
optional .dstore.engine.values.stringValue value = 10001;
Der für "@CommandID" zum Schlüssel "@KeyVariable" konfigurierte Wert
getValueOrBuilder in interface AcGetCommandSettingEntry.Response.RowOrBuilderpublic final AcGetCommandSettingEntry.Response.Row.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<AcGetCommandSettingEntry.Response.Row.Builder>public final AcGetCommandSettingEntry.Response.Row.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<AcGetCommandSettingEntry.Response.Row.Builder>