- 0.84.0 (latest)
- 0.82.0
- 0.80.0
- 0.79.0
- 0.78.0
- 0.77.0
- 0.76.0
- 0.74.0
- 0.72.0
- 0.71.0
- 0.68.0
- 0.67.0
- 0.66.0
- 0.64.0
- 0.63.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
public static final class BatchCreateRowsRequest.Builder extends GeneratedMessageV3.Builder<BatchCreateRowsRequest.Builder> implements BatchCreateRowsRequestOrBuilderRequest message for TablesService.BatchCreateRows.
Protobuf type google.area120.tables.v1alpha1.BatchCreateRowsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.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 |
|
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 |
|
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 |
|
clearField(Descriptors.FieldDescriptor field)
public BatchCreateRowsRequest.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
BatchCreateRowsRequest.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateRowsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| 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 |
|
clone()
public BatchCreateRowsRequest.Builder clone()| 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 GeneratedMessageV3.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 |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateRowsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| 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 |
|
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 |
|
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. |
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 |
|
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 |
|