Chronicle V1 API - Class Google::Cloud::Chronicle::V1::CreateDataTableRequest (v0.5.0)

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
Returns

#data_table=

def data_table=(value) -> ::Google::Cloud::Chronicle::V1::DataTable
Parameter
Returns

#data_table_id

def data_table_id() -> ::String
Returns
  • (::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
Parameter
  • 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.
Returns
  • (::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
Returns
  • (::String) — Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}
Returns
  • (::String) — Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}