Interface CreateHiveTableRequestOrBuilder (0.76.0)

public interface CreateHiveTableRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHiveTable()

public abstract HiveTable getHiveTable()

Required. The Hive Table to create. The name field does not need to be provided.

.google.cloud.biglake.hive.v1beta.HiveTable hive_table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HiveTable

The hiveTable.

getHiveTableId()

public abstract String getHiveTableId()

Required. The Hive Table ID to use for the table that will become the final component of the table's resource name. The maximum length is 256 characters.

string hive_table_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The hiveTableId.

getHiveTableIdBytes()

public abstract ByteString getHiveTableIdBytes()

Required. The Hive Table ID to use for the table that will become the final component of the table's resource name. The maximum length is 256 characters.

string hive_table_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for hiveTableId.

getHiveTableOrBuilder()

public abstract HiveTableOrBuilder getHiveTableOrBuilder()

Required. The Hive Table to create. The name field does not need to be provided.

.google.cloud.biglake.hive.v1beta.HiveTable hive_table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HiveTableOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource for the table to be created. Format: projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}

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 for the table to be created. Format: projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}

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

Returns
Type Description
ByteString

The bytes for parent.

hasHiveTable()

public abstract boolean hasHiveTable()

Required. The Hive Table to create. The name field does not need to be provided.

.google.cloud.biglake.hive.v1beta.HiveTable hive_table = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the hiveTable field is set.