public static final class MutateRowsResponse.Entry.Builder extends GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder> implements MutateRowsResponse.EntryOrBuilder
google.bigtable.v2.MutateRowsResponse.Entry
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public MutateRowsResponse.Entry build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public MutateRowsResponse.Entry buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public MutateRowsResponse.Entry.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder mergeFrom(MutateRowsResponse.Entry other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public MutateRowsResponse.Entry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<MutateRowsResponse.Entry.Builder>
java.io.IOException
public long getIndex()
The index into the original request's `entries` list of the Entry for which a result is being reported.
int64 index = 1;
getIndex
in interface MutateRowsResponse.EntryOrBuilder
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;
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;
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;
hasStatus
in interface MutateRowsResponse.EntryOrBuilder
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;
getStatus
in interface MutateRowsResponse.EntryOrBuilder
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;
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;
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;
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;
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;
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;
getStatusOrBuilder
in interface MutateRowsResponse.EntryOrBuilder
public final MutateRowsResponse.Entry.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>
public final MutateRowsResponse.Entry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<MutateRowsResponse.Entry.Builder>