Interface BulkUpdateDataTableRowsRequestOrBuilder (0.29.0)

public interface BulkUpdateDataTableRowsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract 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 abstract 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 abstract 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

getRequestsCount()

public abstract 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 abstract 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 abstract 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 abstract 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>