Class BatchUpdateRowsResponse (0.46.0)

public final class BatchUpdateRowsResponse extends GeneratedMessageV3 implements BatchUpdateRowsResponseOrBuilder

Response message for TablesService.BatchUpdateRows.

Protobuf type google.area120.tables.v1alpha1.BatchUpdateRowsResponse

Static Fields

ROWS_FIELD_NUMBER

public static final int ROWS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static BatchUpdateRowsResponse getDefaultInstance()
Returns
Type Description
BatchUpdateRowsResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static BatchUpdateRowsResponse.Builder newBuilder()
Returns
Type Description
BatchUpdateRowsResponse.Builder

newBuilder(BatchUpdateRowsResponse prototype)

public static BatchUpdateRowsResponse.Builder newBuilder(BatchUpdateRowsResponse prototype)
Parameter
Name Description
prototype BatchUpdateRowsResponse
Returns
Type Description
BatchUpdateRowsResponse.Builder

parseDelimitedFrom(InputStream input)

public static BatchUpdateRowsResponse parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateRowsResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static BatchUpdateRowsResponse parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateRowsResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static BatchUpdateRowsResponse parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateRowsResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static BatchUpdateRowsResponse parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateRowsResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static BatchUpdateRowsResponse parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateRowsResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static BatchUpdateRowsResponse parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static BatchUpdateRowsResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchUpdateRowsResponse
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<BatchUpdateRowsResponse> parser()
Returns
Type Description
Parser<BatchUpdateRowsResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public BatchUpdateRowsResponse getDefaultInstanceForType()
Returns
Type Description
BatchUpdateRowsResponse

getParserForType()

public Parser<BatchUpdateRowsResponse> getParserForType()
Returns
Type Description
Parser<BatchUpdateRowsResponse>
Overrides

getRows(int index)

public Row getRows(int index)

The updated rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
Row

getRowsCount()

public int getRowsCount()

The updated rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
Type Description
int

getRowsList()

public List<Row> getRowsList()

The updated rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
Type Description
List<Row>

getRowsOrBuilder(int index)

public RowOrBuilder getRowsOrBuilder(int index)

The updated rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Parameter
Name Description
index int
Returns
Type Description
RowOrBuilder

getRowsOrBuilderList()

public List<? extends RowOrBuilder> getRowsOrBuilderList()

The updated rows.

repeated .google.area120.tables.v1alpha1.Row rows = 1;

Returns
Type Description
List<? extends com.google.area120.tables.v1alpha1.RowOrBuilder>

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public BatchUpdateRowsResponse.Builder newBuilderForType()
Returns
Type Description
BatchUpdateRowsResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected BatchUpdateRowsResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
BatchUpdateRowsResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public BatchUpdateRowsResponse.Builder toBuilder()
Returns
Type Description
BatchUpdateRowsResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException