public interface CreateCatalogRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Catalog |
getCatalog()
Required.
|
String |
getCatalogId()
Required.
|
com.google.protobuf.ByteString |
getCatalogIdBytes()
Required.
|
CatalogOrBuilder |
getCatalogOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasCatalog()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }
com.google.protobuf.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) = { ... }
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];
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];
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];
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];com.google.protobuf.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];Copyright © 2023 Google LLC. All rights reserved.