Interface UpdateHiveDatabaseRequestOrBuilder (0.76.0)

public interface UpdateHiveDatabaseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHiveDatabase()

public abstract HiveDatabase getHiveDatabase()

Required. The database to update.

The database's name field is used to identify the database to update. Format: projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}

.google.cloud.biglake.hive.v1beta.HiveDatabase hive_database = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HiveDatabase

The hiveDatabase.

getHiveDatabaseOrBuilder()

public abstract HiveDatabaseOrBuilder getHiveDatabaseOrBuilder()

Required. The database to update.

The database's name field is used to identify the database to update. Format: projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}

.google.cloud.biglake.hive.v1beta.HiveDatabase hive_database = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
HiveDatabaseOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasHiveDatabase()

public abstract boolean hasHiveDatabase()

Required. The database to update.

The database's name field is used to identify the database to update. Format: projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}

.google.cloud.biglake.hive.v1beta.HiveDatabase hive_database = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the hiveDatabase field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.