public static final class BatchCreateRowsRequest.Builder extends GeneratedMessage.Builder<BatchCreateRowsRequest.Builder> implements BatchCreateRowsRequestOrBuilderRequest message for TablesService.BatchCreateRows.
Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BatchCreateRowsRequest.BuilderImplements
BatchCreateRowsRequestOrBuilderStatic 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 |
|
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 |
|
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 |
|
getDefaultInstanceForType()
public BatchCreateRowsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BatchCreateRowsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
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 |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BatchCreateRowsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BatchCreateRowsRequest.Builder |
|
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 |
|
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 |
StringThe 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 |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
BatchCreateRowsRequest.Builder |
This builder for chaining. |
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 |
|