Class BatchCreateRowsRequest.Builder (0.46.0)

public static final class BatchCreateRowsRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder> implements BatchCreateRowsRequestOrBuilder

Request message for TablesService.BatchCreateRows.

Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsRequest

Static Methods

getDescriptor()

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

Methods

addAllRequests(Iterable<? extends CreateRowRequest> values)

public BatchCreateRowsRequest.Builder addAllRequests(Iterable<? extends CreateRowRequest> values)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
values Iterable<? extends com.google.area120.tables.v1alpha1.CreateRowRequest>
Returns
Type Description
BatchCreateRowsRequest.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateRowsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

addRequests(CreateRowRequest value)

public BatchCreateRowsRequest.Builder addRequests(CreateRowRequest value)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
value CreateRowRequest
Returns
Type Description
BatchCreateRowsRequest.Builder

addRequests(CreateRowRequest.Builder builderForValue)

public BatchCreateRowsRequest.Builder addRequests(CreateRowRequest.Builder builderForValue)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
builderForValue CreateRowRequest.Builder
Returns
Type Description
BatchCreateRowsRequest.Builder

addRequests(int index, CreateRowRequest value)

public BatchCreateRowsRequest.Builder addRequests(int index, CreateRowRequest value)

Required. The request message specifying the rows to create.

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

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

Parameters
Name Description
index int
value CreateRowRequest
Returns
Type Description
BatchCreateRowsRequest.Builder

addRequests(int index, CreateRowRequest.Builder builderForValue)

public BatchCreateRowsRequest.Builder addRequests(int index, CreateRowRequest.Builder builderForValue)

Required. The request message specifying the rows to create.

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

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

Parameters
Name Description
index int
builderForValue CreateRowRequest.Builder
Returns
Type Description
BatchCreateRowsRequest.Builder

addRequestsBuilder()

public CreateRowRequest.Builder addRequestsBuilder()

Required. The request message specifying the rows to create.

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

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

Returns
Type Description
CreateRowRequest.Builder

addRequestsBuilder(int index)

public CreateRowRequest.Builder addRequestsBuilder(int index)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
index int
Returns
Type Description
CreateRowRequest.Builder

build()

public BatchCreateRowsRequest build()
Returns
Type Description
BatchCreateRowsRequest

buildPartial()

public BatchCreateRowsRequest buildPartial()
Returns
Type Description
BatchCreateRowsRequest

clear()

public BatchCreateRowsRequest.Builder clear()
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public BatchCreateRowsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public BatchCreateRowsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

clearParent()

public BatchCreateRowsRequest.Builder clearParent()

Required. The parent table where the rows will be created. Format: tables/{table}

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

Returns
Type Description
BatchCreateRowsRequest.Builder

This builder for chaining.

clearRequests()

public BatchCreateRowsRequest.Builder clearRequests()

Required. The request message specifying the rows to create.

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

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

Returns
Type Description
BatchCreateRowsRequest.Builder

clone()

public BatchCreateRowsRequest.Builder clone()
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

getDefaultInstanceForType()

public BatchCreateRowsRequest getDefaultInstanceForType()
Returns
Type Description
BatchCreateRowsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent table where the rows will be created. Format: tables/{table}

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent table where the rows will be created. Format: tables/{table}

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

Returns
Type Description
ByteString

The bytes for parent.

getRequests(int index)

public CreateRowRequest getRequests(int index)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
index int
Returns
Type Description
CreateRowRequest

getRequestsBuilder(int index)

public CreateRowRequest.Builder getRequestsBuilder(int index)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
index int
Returns
Type Description
CreateRowRequest.Builder

getRequestsBuilderList()

public List<CreateRowRequest.Builder> getRequestsBuilderList()

Required. The request message specifying the rows to create.

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

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

Returns
Type Description
List<Builder>

getRequestsCount()

public int getRequestsCount()

Required. The request message specifying the rows to create.

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

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

Returns
Type Description
int

getRequestsList()

public List<CreateRowRequest> getRequestsList()

Required. The request message specifying the rows to create.

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

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

Returns
Type Description
List<CreateRowRequest>

getRequestsOrBuilder(int index)

public CreateRowRequestOrBuilder getRequestsOrBuilder(int index)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
index int
Returns
Type Description
CreateRowRequestOrBuilder

getRequestsOrBuilderList()

public List<? extends CreateRowRequestOrBuilder> getRequestsOrBuilderList()

Required. The request message specifying the rows to create.

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

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

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(BatchCreateRowsRequest other)

public BatchCreateRowsRequest.Builder mergeFrom(BatchCreateRowsRequest other)
Parameter
Name Description
other BatchCreateRowsRequest
Returns
Type Description
BatchCreateRowsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public BatchCreateRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public BatchCreateRowsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateRowsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

removeRequests(int index)

public BatchCreateRowsRequest.Builder removeRequests(int index)

Required. The request message specifying the rows to create.

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

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

Parameter
Name Description
index int
Returns
Type Description
BatchCreateRowsRequest.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public BatchCreateRowsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

setParent(String value)

public BatchCreateRowsRequest.Builder setParent(String value)

Required. The parent table where the rows will be created. Format: tables/{table}

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
BatchCreateRowsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public BatchCreateRowsRequest.Builder setParentBytes(ByteString value)

Required. The parent table where the rows will be created. Format: tables/{table}

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
BatchCreateRowsRequest.Builder

This builder for chaining.

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

public BatchCreateRowsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides

setRequests(int index, CreateRowRequest value)

public BatchCreateRowsRequest.Builder setRequests(int index, CreateRowRequest value)

Required. The request message specifying the rows to create.

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

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

Parameters
Name Description
index int
value CreateRowRequest
Returns
Type Description
BatchCreateRowsRequest.Builder

setRequests(int index, CreateRowRequest.Builder builderForValue)

public BatchCreateRowsRequest.Builder setRequests(int index, CreateRowRequest.Builder builderForValue)

Required. The request message specifying the rows to create.

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

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

Parameters
Name Description
index int
builderForValue CreateRowRequest.Builder
Returns
Type Description
BatchCreateRowsRequest.Builder

setUnknownFields(UnknownFieldSet unknownFields)

public final BatchCreateRowsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
BatchCreateRowsRequest.Builder
Overrides