Reference documentation and code samples for the Chronicle V1 API class Google::Cloud::Chronicle::V1::CreateDataTableRequest.
A request to create DataTable.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_table
def data_table() -> ::Google::Cloud::Chronicle::V1::DataTable- (::Google::Cloud::Chronicle::V1::DataTable) — Required. The data table being created.
#data_table=
def data_table=(value) -> ::Google::Cloud::Chronicle::V1::DataTable- value (::Google::Cloud::Chronicle::V1::DataTable) — Required. The data table being created.
- (::Google::Cloud::Chronicle::V1::DataTable) — Required. The data table being created.
#data_table_id
def data_table_id() -> ::String-
(::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.
#data_table_id=
def data_table_id=(value) -> ::String-
value (::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.
-
(::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.
#parent
def parent() -> ::String- (::String) — Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}
#parent=
def parent=(value) -> ::String- value (::String) — Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}
- (::String) — Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}