public interface CreateCatalogRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the catalog field is set. |