public interface BigtableSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BigtableOptions |
getBigtableOptions()
Required.
|
BigtableOptionsOrBuilder |
getBigtableOptionsOrBuilder()
Required.
|
String |
getInstanceId()
Required.
|
com.google.protobuf.ByteString |
getInstanceIdBytes()
Required.
|
String |
getProjectId()
The project ID that contains the Bigtable source.
|
com.google.protobuf.ByteString |
getProjectIdBytes()
The project ID that contains the Bigtable source.
|
String |
getTableId()
Required.
|
com.google.protobuf.ByteString |
getTableIdBytes()
Required.
|
boolean |
hasBigtableOptions()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getProjectId()
The project ID that contains the Bigtable source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
string project_id = 1;com.google.protobuf.ByteString getProjectIdBytes()
The project ID that contains the Bigtable source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request.
string project_id = 1;String getInstanceId()
Required. The instance ID of the Cloud Bigtable that needs to be imported.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getInstanceIdBytes()
Required. The instance ID of the Cloud Bigtable that needs to be imported.
string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];String getTableId()
Required. The table ID of the Cloud Bigtable that needs to be imported.
string table_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTableIdBytes()
Required. The table ID of the Cloud Bigtable that needs to be imported.
string table_id = 3 [(.google.api.field_behavior) = REQUIRED];boolean hasBigtableOptions()
Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations.
.google.cloud.discoveryengine.v1beta.BigtableOptions bigtable_options = 4 [(.google.api.field_behavior) = REQUIRED];
BigtableOptions getBigtableOptions()
Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations.
.google.cloud.discoveryengine.v1beta.BigtableOptions bigtable_options = 4 [(.google.api.field_behavior) = REQUIRED];
BigtableOptionsOrBuilder getBigtableOptionsOrBuilder()
Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations.
.google.cloud.discoveryengine.v1beta.BigtableOptions bigtable_options = 4 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.