Interface CreateDataTableRequestOrBuilder (0.29.0)

public interface CreateDataTableRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataTable()

public abstract DataTable getDataTable()

Required. The data table being created.

.google.cloud.chronicle.v1.DataTable data_table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataTable

The dataTable.

getDataTableId()

public abstract String 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 data_table_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The dataTableId.

getDataTableIdBytes()

public abstract ByteString getDataTableIdBytes()

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 data_table_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for dataTableId.

getDataTableOrBuilder()

public abstract DataTableOrBuilder getDataTableOrBuilder()

Required. The data table being created.

.google.cloud.chronicle.v1.DataTable data_table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
DataTableOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this data table will be created. Format: projects/{project}/locations/{location}/instances/{instance}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasDataTable()

public abstract boolean hasDataTable()

Required. The data table being created.

.google.cloud.chronicle.v1.DataTable data_table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the dataTable field is set.