Class BatchUpdateRowsRequest.Builder (0.45.0)

public static final class BatchUpdateRowsRequest.Builder extends GeneratedMessageV3.Builder<BatchUpdateRowsRequest.Builder> implements BatchUpdateRowsRequestOrBuilder

Request message for TablesService.BatchUpdateRows.

Protobuf type google.area120.tables.v1alpha1.BatchUpdateRowsRequest

Static Methods

getDescriptor()

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

Methods

addAllRequests(Iterable<? extends UpdateRowRequest> values)

public BatchUpdateRowsRequest.Builder addAllRequests(Iterable<? extends UpdateRowRequest> values)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valuesIterable<? extends com.google.area120.tables.v1alpha1.UpdateRowRequest>
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchUpdateRowsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

addRequests(UpdateRowRequest value)

public BatchUpdateRowsRequest.Builder addRequests(UpdateRowRequest value)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueUpdateRowRequest
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

addRequests(UpdateRowRequest.Builder builderForValue)

public BatchUpdateRowsRequest.Builder addRequests(UpdateRowRequest.Builder builderForValue)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueUpdateRowRequest.Builder
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

addRequests(int index, UpdateRowRequest value)

public BatchUpdateRowsRequest.Builder addRequests(int index, UpdateRowRequest value)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueUpdateRowRequest
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

addRequests(int index, UpdateRowRequest.Builder builderForValue)

public BatchUpdateRowsRequest.Builder addRequests(int index, UpdateRowRequest.Builder builderForValue)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueUpdateRowRequest.Builder
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

addRequestsBuilder()

public UpdateRowRequest.Builder addRequestsBuilder()

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
UpdateRowRequest.Builder

addRequestsBuilder(int index)

public UpdateRowRequest.Builder addRequestsBuilder(int index)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateRowRequest.Builder

build()

public BatchUpdateRowsRequest build()
Returns
TypeDescription
BatchUpdateRowsRequest

buildPartial()

public BatchUpdateRowsRequest buildPartial()
Returns
TypeDescription
BatchUpdateRowsRequest

clear()

public BatchUpdateRowsRequest.Builder clear()
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchUpdateRowsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchUpdateRowsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

clearParent()

public BatchUpdateRowsRequest.Builder clearParent()

Required. The parent table shared by all rows being updated. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BatchUpdateRowsRequest.Builder

This builder for chaining.

clearRequests()

public BatchUpdateRowsRequest.Builder clearRequests()

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
BatchUpdateRowsRequest.Builder

clone()

public BatchUpdateRowsRequest.Builder clone()
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

getDefaultInstanceForType()

public BatchUpdateRowsRequest getDefaultInstanceForType()
Returns
TypeDescription
BatchUpdateRowsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent table shared by all rows being updated. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent table shared by all rows being updated. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for parent.

getRequests(int index)

public UpdateRowRequest getRequests(int index)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateRowRequest

getRequestsBuilder(int index)

public UpdateRowRequest.Builder getRequestsBuilder(int index)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateRowRequest.Builder

getRequestsBuilderList()

public List<UpdateRowRequest.Builder> getRequestsBuilderList()

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<Builder>

getRequestsCount()

public int getRequestsCount()

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

getRequestsList()

public List<UpdateRowRequest> getRequestsList()

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<UpdateRowRequest>

getRequestsOrBuilder(int index)

public UpdateRowRequestOrBuilder getRequestsOrBuilder(int index)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
UpdateRowRequestOrBuilder

getRequestsOrBuilderList()

public List<? extends UpdateRowRequestOrBuilder> getRequestsOrBuilderList()

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
List<? extends com.google.area120.tables.v1alpha1.UpdateRowRequestOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(BatchUpdateRowsRequest other)

public BatchUpdateRowsRequest.Builder mergeFrom(BatchUpdateRowsRequest other)
Parameter
NameDescription
otherBatchUpdateRowsRequest
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchUpdateRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public BatchUpdateRowsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchUpdateRowsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

removeRequests(int index)

public BatchUpdateRowsRequest.Builder removeRequests(int index)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
indexint
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BatchUpdateRowsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

setParent(String value)

public BatchUpdateRowsRequest.Builder setParent(String value)

Required. The parent table shared by all rows being updated. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
BatchUpdateRowsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public BatchUpdateRowsRequest.Builder setParentBytes(ByteString value)

Required. The parent table shared by all rows being updated. Format: tables/{table}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
BatchUpdateRowsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public BatchUpdateRowsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides

setRequests(int index, UpdateRowRequest value)

public BatchUpdateRowsRequest.Builder setRequests(int index, UpdateRowRequest value)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
valueUpdateRowRequest
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

setRequests(int index, UpdateRowRequest.Builder builderForValue)

public BatchUpdateRowsRequest.Builder setRequests(int index, UpdateRowRequest.Builder builderForValue)

Required. The request messages specifying the rows to update.

A maximum of 500 rows can be modified in a single batch.

repeated .google.area120.tables.v1alpha1.UpdateRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];

Parameters
NameDescription
indexint
builderForValueUpdateRowRequest.Builder
Returns
TypeDescription
BatchUpdateRowsRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchUpdateRowsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
BatchUpdateRowsRequest.Builder
Overrides