public static final class MutateRowsResponse.Entry.Builder extends GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder> implements MutateRowsResponse.EntryOrBuilder
The result of applying a passed mutation in the original request.
Protobuf type google.bigtable.v2.MutateRowsResponse.Entry
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MutateRowsResponse.Entry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public MutateRowsResponse.Entry build()
Returns
buildPartial()
public MutateRowsResponse.Entry buildPartial()
Returns
clear()
public MutateRowsResponse.Entry.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public MutateRowsResponse.Entry.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearIndex()
public MutateRowsResponse.Entry.Builder clearIndex()
The index into the original request's entries
list of the Entry
for which a result is being reported.
int64 index = 1;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public MutateRowsResponse.Entry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearStatus()
public MutateRowsResponse.Entry.Builder clearStatus()
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Returns
clone()
public MutateRowsResponse.Entry.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public MutateRowsResponse.Entry getDefaultInstanceForType()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getIndex()
The index into the original request's entries
list of the Entry
for which a result is being reported.
int64 index = 1;
Returns
Type | Description |
long | The index.
|
getStatus()
public Status getStatus()
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Returns
Type | Description |
com.google.rpc.Status | The status.
|
getStatusBuilder()
public Status.Builder getStatusBuilder()
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Returns
Type | Description |
com.google.rpc.Status.Builder | |
getStatusOrBuilder()
public StatusOrBuilder getStatusOrBuilder()
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Returns
Type | Description |
com.google.rpc.StatusOrBuilder | |
hasStatus()
public boolean hasStatus()
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Returns
Type | Description |
boolean | Whether the status field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(MutateRowsResponse.Entry other)
public MutateRowsResponse.Entry.Builder mergeFrom(MutateRowsResponse.Entry other)
Parameter
Returns
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MutateRowsResponse.Entry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public MutateRowsResponse.Entry.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeStatus(Status value)
public MutateRowsResponse.Entry.Builder mergeStatus(Status value)
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Parameter
Name | Description |
value | com.google.rpc.Status
|
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MutateRowsResponse.Entry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public MutateRowsResponse.Entry.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setIndex(long value)
public MutateRowsResponse.Entry.Builder setIndex(long value)
The index into the original request's entries
list of the Entry
for which a result is being reported.
int64 index = 1;
Parameter
Name | Description |
value | long
The index to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MutateRowsResponse.Entry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setStatus(Status value)
public MutateRowsResponse.Entry.Builder setStatus(Status value)
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Parameter
Name | Description |
value | com.google.rpc.Status
|
Returns
setStatus(Status.Builder builderForValue)
public MutateRowsResponse.Entry.Builder setStatus(Status.Builder builderForValue)
The result of the request Entry identified by index
.
Depending on how requests are batched during execution, it is possible
for one Entry to fail due to an error with another Entry. In the event
that this occurs, the same error will be reported for both entries.
.google.rpc.Status status = 2;
Parameter
Name | Description |
builderForValue | com.google.rpc.Status.Builder
|
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final MutateRowsResponse.Entry.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides