Class MutateRowsResponse.Entry (2.13.0)

public static final class MutateRowsResponse.Entry extends GeneratedMessageV3 implements MutateRowsResponse.EntryOrBuilder

The result of applying a passed mutation in the original request.

Protobuf type google.bigtable.v2.MutateRowsResponse.Entry

Static Fields

INDEX_FIELD_NUMBER

public static final int INDEX_FIELD_NUMBER
Field Value
TypeDescription
int

STATUS_FIELD_NUMBER

public static final int STATUS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MutateRowsResponse.Entry getDefaultInstance()
Returns
TypeDescription
MutateRowsResponse.Entry

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MutateRowsResponse.Entry.Builder newBuilder()
Returns
TypeDescription
MutateRowsResponse.Entry.Builder

newBuilder(MutateRowsResponse.Entry prototype)

public static MutateRowsResponse.Entry.Builder newBuilder(MutateRowsResponse.Entry prototype)
Parameter
NameDescription
prototypeMutateRowsResponse.Entry
Returns
TypeDescription
MutateRowsResponse.Entry.Builder

parseDelimitedFrom(InputStream input)

public static MutateRowsResponse.Entry parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MutateRowsResponse.Entry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MutateRowsResponse.Entry parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MutateRowsResponse.Entry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MutateRowsResponse.Entry parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MutateRowsResponse.Entry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MutateRowsResponse.Entry parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MutateRowsResponse.Entry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MutateRowsResponse.Entry parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MutateRowsResponse.Entry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MutateRowsResponse.Entry parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MutateRowsResponse.Entry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MutateRowsResponse.Entry
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MutateRowsResponse.Entry> parser()
Returns
TypeDescription
Parser<Entry>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public MutateRowsResponse.Entry getDefaultInstanceForType()
Returns
TypeDescription
MutateRowsResponse.Entry

getIndex()

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;

Returns
TypeDescription
long

The index.

getParserForType()

public Parser<MutateRowsResponse.Entry> getParserForType()
Returns
TypeDescription
Parser<Entry>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

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
TypeDescription
com.google.rpc.Status

The status.

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
TypeDescription
com.google.rpc.StatusOrBuilder

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

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
TypeDescription
boolean

Whether the status field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MutateRowsResponse.Entry.Builder newBuilderForType()
Returns
TypeDescription
MutateRowsResponse.Entry.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MutateRowsResponse.Entry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MutateRowsResponse.Entry.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MutateRowsResponse.Entry.Builder toBuilder()
Returns
TypeDescription
MutateRowsResponse.Entry.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException