View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableSource (google_api_discovery_engine v0.22.0)
The Cloud Bigtable source for importing data.
Attributes
-
bigtableOptions
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableOptions.t
, default:nil
) - Required. Bigtable options that contains information needed when parsing data into typed structures. For example, column type annotations. -
instanceId
(type:String.t
, default:nil
) - Required. The instance ID of the Cloud Bigtable that needs to be imported. -
projectId
(type:String.t
, default:nil
) - 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. -
tableId
(type:String.t
, default:nil
) - Required. The table ID of the Cloud Bigtable that needs to be imported.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableSource{ bigtableOptions: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigtableOptions.t() | nil, instanceId: String.t() | nil, projectId: String.t() | nil, tableId: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.