Google Cloud Chronicle V1 Client - Class GetDataTableRowRequest (0.3.0)

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

Request to get data table row.

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

Namespace

Google \ Cloud \ Chronicle \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row}

getName

Required. The resource name of the data table row i,e row_id.

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

Returns
Type Description
string

setName

Required. The resource name of the data table row i,e row_id.

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

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. The resource name of the data table row i,e row_id. Format: projects/{project}/locations/{location}/instances/{instance}/dataTables/{data_table}/dataTableRows/{data_table_row} Please see DataTableServiceClient::dataTableRowName() for help formatting this field.

Returns
Type Description
GetDataTableRowRequest