View Source GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DatastoreConfig (google_api_apigee v0.46.0)

Configuration detail for datastore

Attributes

  • bucketName (type: String.t, default: nil) - Name of the Cloud Storage bucket. Required for gcs target_type.
  • datasetName (type: String.t, default: nil) - BigQuery dataset name Required for bigquery target_type.
  • path (type: String.t, default: nil) - Path of Cloud Storage bucket Required for gcs target_type.
  • projectId (type: String.t, default: nil) - Required. GCP project in which the datastore exists
  • tablePrefix (type: String.t, default: nil) - Prefix of BigQuery table Required for bigquery target_type.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1DatastoreConfig{
  bucketName: String.t() | nil,
  datasetName: String.t() | nil,
  path: String.t() | nil,
  projectId: String.t() | nil,
  tablePrefix: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.