public interface CreateDatabaseRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Database |
getDatabase()
Required.
|
String |
getDatabaseId()
Required.
|
com.google.protobuf.ByteString |
getDatabaseIdBytes()
Required.
|
DatabaseOrBuilder |
getDatabaseOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasDatabase()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent resource where this database will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent resource where this database will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/catalogs/{catalog_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasDatabase()
Required. The database to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED];
Database getDatabase()
Required. The database to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED];
DatabaseOrBuilder getDatabaseOrBuilder()
Required. The database to create. The `name` field does not need to be provided.
.google.cloud.bigquery.biglake.v1.Database database = 2 [(.google.api.field_behavior) = REQUIRED];
String getDatabaseId()
Required. The ID to use for the database, which will become the final component of the database's resource name.
string database_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDatabaseIdBytes()
Required. The ID to use for the database, which will become the final component of the database's resource name.
string database_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.