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