Class CreateDataTableRequest (0.5.0)

CreateDataTableRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A request to create DataTable.

Attributes

Name Description
parent str
Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}
data_table google.cloud.chronicle_v1.types.DataTable
Required. The data table being created.
data_table_id str
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.="">