Interface CreateCatalogRequestOrBuilder (0.29.0)

public interface CreateCatalogRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatalog()

public abstract Catalog getCatalog()

Required. The catalog to create. The name field does not need to be provided.

.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Catalog

The catalog.

getCatalogId()

public abstract String getCatalogId()

Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.

string catalog_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The catalogId.

getCatalogIdBytes()

public abstract ByteString getCatalogIdBytes()

Required. The ID to use for the catalog, which will become the final component of the catalog's resource name.

string catalog_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for catalogId.

getCatalogOrBuilder()

public abstract CatalogOrBuilder getCatalogOrBuilder()

Required. The catalog to create. The name field does not need to be provided.

.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CatalogOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource where this catalog will be created. Format: projects/{project_id_or_number}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource where this catalog will be created. Format: projects/{project_id_or_number}/locations/{location_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasCatalog()

public abstract boolean hasCatalog()

Required. The catalog to create. The name field does not need to be provided.

.google.cloud.bigquery.biglake.v1.Catalog catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the catalog field is set.