View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigGcsDestination (google_api_retail v0.13.2)

The Google Cloud Storage output destination configuration.

Attributes

  • outputUriPrefix (type: String.t, default: nil) - Required. The output uri prefix for saving output data to json files. Some mapping examples are as follows: outputuri_prefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item gs://bucket/folder/item_foo.json

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigGcsDestination{
  outputUriPrefix: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.