- 0.56.0 (latest)
- 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 BatchUpdateRowsRequest.Builder extends GeneratedMessageV3.Builder<BatchUpdateRowsRequest.Builder> implements BatchUpdateRowsRequestOrBuilder
Request message for TablesService.BatchUpdateRows.
Protobuf type google.area120.tables.v1alpha1.BatchUpdateRowsRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BatchUpdateRowsRequest.BuilderImplements
BatchUpdateRowsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
values | Iterable<? extends com.google.area120.tables.v1alpha1.UpdateRowRequest> |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchUpdateRowsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
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 | |
---|---|
Name | Description |
value | UpdateRowRequest |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
builderForValue | UpdateRowRequest.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
value | UpdateRowRequest |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
builderForValue | UpdateRowRequest.Builder |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
UpdateRowRequest.Builder |
build()
public BatchUpdateRowsRequest build()
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest |
buildPartial()
public BatchUpdateRowsRequest buildPartial()
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest |
clear()
public BatchUpdateRowsRequest.Builder clear()
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public BatchUpdateRowsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchUpdateRowsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
clone()
public BatchUpdateRowsRequest.Builder clone()
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
getDefaultInstanceForType()
public BatchUpdateRowsRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
List<? extends com.google.area120.tables.v1alpha1.UpdateRowRequestOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(BatchUpdateRowsRequest other)
public BatchUpdateRowsRequest.Builder mergeFrom(BatchUpdateRowsRequest other)
Parameter | |
---|---|
Name | Description |
other | BatchUpdateRowsRequest |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BatchUpdateRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public BatchUpdateRowsRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchUpdateRowsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
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 | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public BatchUpdateRowsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
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 | |
---|---|
Name | Description |
value | String The parent to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
value | ByteString The bytes for parent to set. |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
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 | |
---|---|
Name | Description |
index | int |
value | UpdateRowRequest |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index | int |
builderForValue | UpdateRowRequest.Builder |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchUpdateRowsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
BatchUpdateRowsRequest.Builder |