public static final class BulkUpdateDataTableRowsRequest.Builder extends GeneratedMessage.Builder<BulkUpdateDataTableRowsRequest.Builder> implements BulkUpdateDataTableRowsRequestOrBuilderRequest to update data table rows in bulk.
Protobuf type google.cloud.chronicle.v1.BulkUpdateDataTableRowsRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BulkUpdateDataTableRowsRequest.BuilderImplements
BulkUpdateDataTableRowsRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllRequests(Iterable<? extends UpdateDataTableRowRequest> values)
public BulkUpdateDataTableRowsRequest.Builder addAllRequests(Iterable<? extends UpdateDataTableRowRequest> values)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.chronicle.v1.UpdateDataTableRowRequest> |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
addRequests(UpdateDataTableRowRequest value)
public BulkUpdateDataTableRowsRequest.Builder addRequests(UpdateDataTableRowRequest value)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
UpdateDataTableRowRequest |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
addRequests(UpdateDataTableRowRequest.Builder builderForValue)
public BulkUpdateDataTableRowsRequest.Builder addRequests(UpdateDataTableRowRequest.Builder builderForValue)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
UpdateDataTableRowRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
addRequests(int index, UpdateDataTableRowRequest value)
public BulkUpdateDataTableRowsRequest.Builder addRequests(int index, UpdateDataTableRowRequest value)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
UpdateDataTableRowRequest |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
addRequests(int index, UpdateDataTableRowRequest.Builder builderForValue)
public BulkUpdateDataTableRowsRequest.Builder addRequests(int index, UpdateDataTableRowRequest.Builder builderForValue)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
UpdateDataTableRowRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
addRequestsBuilder()
public UpdateDataTableRowRequest.Builder addRequestsBuilder()Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
addRequestsBuilder(int index)
public UpdateDataTableRowRequest.Builder addRequestsBuilder(int index)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
build()
public BulkUpdateDataTableRowsRequest build()| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest |
|
buildPartial()
public BulkUpdateDataTableRowsRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest |
|
clear()
public BulkUpdateDataTableRowsRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
clearParent()
public BulkUpdateDataTableRowsRequest.Builder clearParent()Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
This builder for chaining. |
clearRequests()
public BulkUpdateDataTableRowsRequest.Builder clearRequests()Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
getDefaultInstanceForType()
public BulkUpdateDataTableRowsRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getParent()
public String getParent()Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public ByteString getParentBytes()Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequests(int index)
public UpdateDataTableRowRequest getRequests(int index)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest |
|
getRequestsBuilder(int index)
public UpdateDataTableRowRequest.Builder getRequestsBuilder(int index)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequest.Builder |
|
getRequestsBuilderList()
public List<UpdateDataTableRowRequest.Builder> getRequestsBuilderList()Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getRequestsCount()
public int getRequestsCount()Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public List<UpdateDataTableRowRequest> getRequestsList()Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<UpdateDataTableRowRequest> |
|
getRequestsOrBuilder(int index)
public UpdateDataTableRowRequestOrBuilder getRequestsOrBuilder(int index)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
UpdateDataTableRowRequestOrBuilder |
|
getRequestsOrBuilderList()
public List<? extends UpdateDataTableRowRequestOrBuilder> getRequestsOrBuilderList()Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.chronicle.v1.UpdateDataTableRowRequestOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BulkUpdateDataTableRowsRequest other)
public BulkUpdateDataTableRowsRequest.Builder mergeFrom(BulkUpdateDataTableRowsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
BulkUpdateDataTableRowsRequest |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BulkUpdateDataTableRowsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BulkUpdateDataTableRowsRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
removeRequests(int index)
public BulkUpdateDataTableRowsRequest.Builder removeRequests(int index)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
setParent(String value)
public BulkUpdateDataTableRowsRequest.Builder setParent(String value)Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe parent to set. |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
public BulkUpdateDataTableRowsRequest.Builder setParentBytes(ByteString value)Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
This builder for chaining. |
setRequests(int index, UpdateDataTableRowRequest value)
public BulkUpdateDataTableRowsRequest.Builder setRequests(int index, UpdateDataTableRowRequest value)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
UpdateDataTableRowRequest |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|
setRequests(int index, UpdateDataTableRowRequest.Builder builderForValue)
public BulkUpdateDataTableRowsRequest.Builder setRequests(int index, UpdateDataTableRowRequest.Builder builderForValue)Required. Data table rows to update. At max 1,000 rows (or rows with size less than 2MB) can be there in a request.
repeated .google.cloud.chronicle.v1.UpdateDataTableRowRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
UpdateDataTableRowRequest.Builder |
| Returns | |
|---|---|
| Type | Description |
BulkUpdateDataTableRowsRequest.Builder |
|