public static final class ReadModifyWriteRowResponse.Builder extends GeneratedMessageV3.Builder<ReadModifyWriteRowResponse.Builder> implements ReadModifyWriteRowResponseOrBuilder
Response message for Bigtable.ReadModifyWriteRow.
Protobuf type google.bigtable.v2.ReadModifyWriteRowResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReadModifyWriteRowResponse.BuilderImplements
ReadModifyWriteRowResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReadModifyWriteRowResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReadModifyWriteRowResponse.Builder |
build()
public ReadModifyWriteRowResponse build()
Type | Description |
ReadModifyWriteRowResponse |
buildPartial()
public ReadModifyWriteRowResponse buildPartial()
Type | Description |
ReadModifyWriteRowResponse |
clear()
public ReadModifyWriteRowResponse.Builder clear()
Type | Description |
ReadModifyWriteRowResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public ReadModifyWriteRowResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ReadModifyWriteRowResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReadModifyWriteRowResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ReadModifyWriteRowResponse.Builder |
clearRow()
public ReadModifyWriteRowResponse.Builder clearRow()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Type | Description |
ReadModifyWriteRowResponse.Builder |
clone()
public ReadModifyWriteRowResponse.Builder clone()
Type | Description |
ReadModifyWriteRowResponse.Builder |
getDefaultInstanceForType()
public ReadModifyWriteRowResponse getDefaultInstanceForType()
Type | Description |
ReadModifyWriteRowResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRow()
public Row getRow()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Type | Description |
Row | The row. |
getRowBuilder()
public Row.Builder getRowBuilder()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Type | Description |
Row.Builder |
getRowOrBuilder()
public RowOrBuilder getRowOrBuilder()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Type | Description |
RowOrBuilder |
hasRow()
public boolean hasRow()
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Type | Description |
boolean | Whether the row field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ReadModifyWriteRowResponse other)
public ReadModifyWriteRowResponse.Builder mergeFrom(ReadModifyWriteRowResponse other)
Name | Description |
other | ReadModifyWriteRowResponse |
Type | Description |
ReadModifyWriteRowResponse.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReadModifyWriteRowResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadModifyWriteRowResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ReadModifyWriteRowResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ReadModifyWriteRowResponse.Builder |
mergeRow(Row value)
public ReadModifyWriteRowResponse.Builder mergeRow(Row value)
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Name | Description |
value | Row |
Type | Description |
ReadModifyWriteRowResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReadModifyWriteRowResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReadModifyWriteRowResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ReadModifyWriteRowResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReadModifyWriteRowResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReadModifyWriteRowResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ReadModifyWriteRowResponse.Builder |
setRow(Row value)
public ReadModifyWriteRowResponse.Builder setRow(Row value)
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Name | Description |
value | Row |
Type | Description |
ReadModifyWriteRowResponse.Builder |
setRow(Row.Builder builderForValue)
public ReadModifyWriteRowResponse.Builder setRow(Row.Builder builderForValue)
A Row containing the new contents of all cells modified by the request.
.google.bigtable.v2.Row row = 1;
Name | Description |
builderForValue | Row.Builder |
Type | Description |
ReadModifyWriteRowResponse.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReadModifyWriteRowResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReadModifyWriteRowResponse.Builder |