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

AlloyDB source import data from.

Attributes

  • clusterId (type: String.t, default: nil) - Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters.
  • databaseId (type: String.t, default: nil) - Required. The AlloyDB database to copy the data from with a length limit of 256 characters.
  • gcsStagingDir (type: String.t, default: nil) - Intermediate Cloud Storage directory used for the import with a length limit of 2,000 characters. Can be specified if one wants to have the AlloyDB export to a specific Cloud Storage directory. Ensure that the AlloyDB service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.
  • locationId (type: String.t, default: nil) - Required. The AlloyDB location to copy the data from with a length limit of 256 characters.
  • projectId (type: String.t, default: nil) - The project ID that contains the AlloyDB 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 AlloyDB table to copy the data from with a length limit of 256 characters.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaAlloyDbSource{
    clusterId: String.t() | nil,
    databaseId: String.t() | nil,
    gcsStagingDir: String.t() | nil,
    locationId: 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.