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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
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>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateRowsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
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];
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];
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];
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];
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];
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
|
build()
public BatchCreateRowsRequest build()
buildPartial()
public BatchCreateRowsRequest buildPartial()
clear()
public BatchCreateRowsRequest.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public BatchCreateRowsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchCreateRowsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
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];
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];
clone()
public BatchCreateRowsRequest.Builder clone()
Overrides
getDefaultInstanceForType()
public BatchCreateRowsRequest getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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
|
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
|
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];
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];
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
|
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(BatchCreateRowsRequest other)
public BatchCreateRowsRequest.Builder mergeFrom(BatchCreateRowsRequest other)
public BatchCreateRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public BatchCreateRowsRequest.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateRowsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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
|
setField(Descriptors.FieldDescriptor field, Object value)
public BatchCreateRowsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchCreateRowsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
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];
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];
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchCreateRowsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides