public interface UpdateIcebergNamespaceRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIcebergNamespaceUpdate()
public abstract IcebergNamespaceUpdate getIcebergNamespaceUpdate()Required. The update to apply to the namespace.
.google.cloud.biglake.v1.IcebergNamespaceUpdate iceberg_namespace_update = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IcebergNamespaceUpdate |
The icebergNamespaceUpdate. |
getIcebergNamespaceUpdateOrBuilder()
public abstract IcebergNamespaceUpdateOrBuilder getIcebergNamespaceUpdateOrBuilder()Required. The update to apply to the namespace.
.google.cloud.biglake.v1.IcebergNamespaceUpdate iceberg_namespace_update = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IcebergNamespaceUpdateOrBuilder |
|
getName()
public abstract String getName()Required. The namespace to update.
The namespace's name field is used to identify the namespace to update.
Format: projects/{project_id}/namespaces/{namespace}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The namespace to update.
The namespace's name field is used to identify the namespace to update.
Format: projects/{project_id}/namespaces/{namespace}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasIcebergNamespaceUpdate()
public abstract boolean hasIcebergNamespaceUpdate()Required. The update to apply to the namespace.
.google.cloud.biglake.v1.IcebergNamespaceUpdate iceberg_namespace_update = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the icebergNamespaceUpdate field is set. |