public interface CreateIcebergNamespaceRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIcebergNamespace()
public abstract IcebergNamespace getIcebergNamespace()
Required. The namespace to create.
.google.cloud.biglake.v1.IcebergNamespace iceberg_namespace = 2 [json_name = "namespace", (.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IcebergNamespace |
The icebergNamespace. |
getIcebergNamespaceOrBuilder()
public abstract IcebergNamespaceOrBuilder getIcebergNamespaceOrBuilder()
Required. The namespace to create.
.google.cloud.biglake.v1.IcebergNamespace iceberg_namespace = 2 [json_name = "namespace", (.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
IcebergNamespaceOrBuilder |
getParent()
public abstract String getParent()
Required. The parent resource where this namespace will be created. Format: projects/{project_id}/restcatalog/v1/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()
Required. The parent resource where this namespace will be created. Format: projects/{project_id}/restcatalog/v1/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for parent. |
hasIcebergNamespace()
public abstract boolean hasIcebergNamespace()
Required. The namespace to create.
.google.cloud.biglake.v1.IcebergNamespace iceberg_namespace = 2 [json_name = "namespace", (.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the icebergNamespace field is set. |