Reference documentation and code samples for the Google Cloud Chronicle V1 Client class CreateDataTableRequest.
A request to create DataTable.
Generated from protobuf message google.cloud.chronicle.v1.CreateDataTableRequest
Namespace
Google \ Cloud \ Chronicle \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}
↳ data_table
↳ data_table_id
string
Required. The ID to use for the data table. This is also the display name for the data table. It must satisfy the following requirements: - Starts with letter. - Contains only letters, numbers and underscore. - Must be unique and has length < 256.
getParent
Required. The parent resource where this data table will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
string
setParent
Required. The parent resource where this data table will be created.
Format: projects/{project}/locations/{location}/instances/{instance}
var
string
$this
getDataTable
Required. The data table being created.
hasDataTable
clearDataTable
setDataTable
Required. The data table being created.
$this
getDataTableId
Required. The ID to use for the data table. This is also the display name for the data table. It must satisfy the following requirements:
-
Starts with letter.
-
Contains only letters, numbers and underscore.
- Must be unique and has length < 256.
string
setDataTableId
Required. The ID to use for the data table. This is also the display name for the data table. It must satisfy the following requirements:
-
Starts with letter.
-
Contains only letters, numbers and underscore.
- Must be unique and has length < 256.
var
string
$this
static::build
parent
string
Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance} Please see DataTableServiceClient::instanceName() for help formatting this field.
dataTable
dataTableId
string
Required. The ID to use for the data table. This is also the display name for the data table. It must satisfy the following requirements:
- Starts with letter.
- Contains only letters, numbers and underscore.
- Must be unique and has length < 256.

