View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBigtableSource (google_api_discovery_engine v0.16.0)

The Cloud Bigtable source for importing data.

Attributes

  • bigtableOptions (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBigtableOptions.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.V1beta.Model.GoogleCloudDiscoveryengineV1betaBigtableSource{
    bigtableOptions:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaBigtableOptions.t()
      | nil,
    instanceId: String.t() | nil,
    projectId: String.t() | nil,
    tableId: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.