Google Cloud Chronicle V1 Client - Class BulkGetDataTableRowsRequest (0.3.0)

Reference documentation and code samples for the Google Cloud Chronicle V1 Client class BulkGetDataTableRowsRequest.

Request to get data table rows in bulk.

Generated from protobuf message google.cloud.chronicle.v1.BulkGetDataTableRowsRequest

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

↳ requests array<GetDataTableRowRequest>

Required. Data table rows to get. At max 1,000 rows can be there in a request.

getParent

Required. The resource id of the data table.

Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

Returns
Type Description
string

setParent

Required. The resource id of the data table.

Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}

Parameter
Name Description
var string
Returns
Type Description
$this

getRequests

Required. Data table rows to get. At max 1,000 rows can be there in a request.

Returns
Type Description
Google\Protobuf\RepeatedField<GetDataTableRowRequest>

setRequests

Required. Data table rows to get. At max 1,000 rows can be there in a request.

Parameter
Name Description
var array<GetDataTableRowRequest>
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource id of the data table. Format: /projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table} Please see DataTableServiceClient::dataTableName() for help formatting this field.

requests array<GetDataTableRowRequest>

Required. Data table rows to get. At max 1,000 rows can be there in a request.

Returns
Type Description
BulkGetDataTableRowsRequest