public interface UpdateHiveCatalogRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHiveCatalog()
public abstract HiveCatalog getHiveCatalog()Required. The hive catalog to update. The name under the catalog is used to identify the catalog. Format: projects/{project_id_or_number}/catalogs/{catalog_id}
.google.cloud.biglake.hive.v1beta.HiveCatalog hive_catalog = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HiveCatalog |
The hiveCatalog. |
getHiveCatalogOrBuilder()
public abstract HiveCatalogOrBuilder getHiveCatalogOrBuilder()Required. The hive catalog to update. The name under the catalog is used to identify the catalog. Format: projects/{project_id_or_number}/catalogs/{catalog_id}
.google.cloud.biglake.hive.v1beta.HiveCatalog hive_catalog = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HiveCatalogOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Optional. The list of fields to update.
For the FieldMask definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed 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.
For the FieldMask definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasHiveCatalog()
public abstract boolean hasHiveCatalog()Required. The hive catalog to update. The name under the catalog is used to identify the catalog. Format: projects/{project_id_or_number}/catalogs/{catalog_id}
.google.cloud.biglake.hive.v1beta.HiveCatalog hive_catalog = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hiveCatalog field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Optional. The list of fields to update.
For the FieldMask definition, see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask
If not set, defaults to all of the fields that are allowed to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |