Reference documentation and code samples for the Google Cloud Chronicle V1 Client class GetDataTableRequest.
A request to get details about a data table.
Generated from protobuf message google.cloud.chronicle.v1.GetDataTableRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The resource name of the data table to retrieve. Format: projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
getName
Required. The resource name of the data table to retrieve.
Format: projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
string
setName
Required. The resource name of the data table to retrieve.
Format: projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table}
var
string
$this
static::build
name
string
Required. The resource name of the data table to retrieve. Format: projects/{project}/locations/{location}/instances/{instances}/dataTables/{data_table} Please see DataTableServiceClient::dataTableName() for help formatting this field.

