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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > MutateRowsResponse.EntryImplements
MutateRowsResponse.EntryOrBuilderStatic Fields
INDEX_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
Type | Description |
int |
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static MutateRowsResponse.Entry getDefaultInstance()
Type | Description |
MutateRowsResponse.Entry |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static MutateRowsResponse.Entry.Builder newBuilder()
Type | Description |
MutateRowsResponse.Entry.Builder |
newBuilder(MutateRowsResponse.Entry prototype)
public static MutateRowsResponse.Entry.Builder newBuilder(MutateRowsResponse.Entry prototype)
Name | Description |
prototype | MutateRowsResponse.Entry |
Type | Description |
MutateRowsResponse.Entry.Builder |
parseDelimitedFrom(InputStream input)
public static MutateRowsResponse.Entry parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsResponse.Entry parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
IOException |
parseFrom(byte[] data)
public static MutateRowsResponse.Entry parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsResponse.Entry parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static MutateRowsResponse.Entry parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsResponse.Entry parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static MutateRowsResponse.Entry parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsResponse.Entry parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
IOException |
parseFrom(InputStream input)
public static MutateRowsResponse.Entry parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static MutateRowsResponse.Entry parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static MutateRowsResponse.Entry parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static MutateRowsResponse.Entry parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MutateRowsResponse.Entry |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<MutateRowsResponse.Entry> parser()
Type | Description |
Parser<Entry> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public MutateRowsResponse.Entry getDefaultInstanceForType()
Type | Description |
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;
Type | Description |
long | The index. |
getParserForType()
public Parser<MutateRowsResponse.Entry> getParserForType()
Type | Description |
Parser<Entry> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
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;
Type | Description |
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;
Type | Description |
com.google.rpc.StatusOrBuilder |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
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;
Type | Description |
boolean | Whether the status field is set. |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public MutateRowsResponse.Entry.Builder newBuilderForType()
Type | Description |
MutateRowsResponse.Entry.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected MutateRowsResponse.Entry.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
MutateRowsResponse.Entry.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public MutateRowsResponse.Entry.Builder toBuilder()
Type | Description |
MutateRowsResponse.Entry.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |