public interface UpdateHiveTableRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHiveTable()
public abstract HiveTable getHiveTable()Required. The table to update.
The table's name field is used to identify the table to update.
Format:
projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
.google.cloud.biglake.hive.v1beta.HiveTable hive_table = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HiveTable |
The hiveTable. |
getHiveTableOrBuilder()
public abstract HiveTableOrBuilder getHiveTableOrBuilder()Required. The table to update.
The table's name field is used to identify the table to update.
Format:
projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
.google.cloud.biglake.hive.v1beta.HiveTable hive_table = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
HiveTableOrBuilder |
|
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 |
|
hasHiveTable()
public abstract boolean hasHiveTable()Required. The table to update.
The table's name field is used to identify the table to update.
Format:
projects/{project_id_or_number}/catalogs/{catalog_id}/databases/{database_id}/tables/{table_id}
.google.cloud.biglake.hive.v1beta.HiveTable hive_table = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hiveTable 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. |