public interface UpdateIcebergCatalogRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIcebergCatalog()
public abstract IcebergCatalog getIcebergCatalog()
Required. The catalog to update.
.google.cloud.biglake.v1.IcebergCatalog iceberg_catalog = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IcebergCatalog |
The icebergCatalog. |
getIcebergCatalogOrBuilder()
public abstract IcebergCatalogOrBuilder getIcebergCatalogOrBuilder()
Required. The catalog to update.
.google.cloud.biglake.v1.IcebergCatalog iceberg_catalog = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IcebergCatalogOrBuilder |
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 |
hasIcebergCatalog()
public abstract boolean hasIcebergCatalog()
Required. The catalog to update.
.google.cloud.biglake.v1.IcebergCatalog iceberg_catalog = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the icebergCatalog 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. |