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

Firestore source import data from.

Attributes

  • collectionId (type: String.t, default: nil) - Required. The Firestore collection (or entity) to copy the data from with a length limit of 1,500 characters.
  • databaseId (type: String.t, default: nil) - Required. The Firestore 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 Firestore export to a specific Cloud Storage directory. Ensure that the Firestore service account has the necessary Cloud Storage Admin permissions to access the specified Cloud Storage directory.
  • projectId (type: String.t, default: nil) - The project ID that the Cloud SQL source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaFirestoreSource{
    collectionId: String.t() | nil,
    databaseId: String.t() | nil,
    gcsStagingDir: String.t() | nil,
    projectId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.