View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfig (google_api_retail v0.19.1)
The output configuration setting.
Attributes
-
bigqueryDestination
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigBigQueryDestination.t
, default:nil
) - The BigQuery location where the output is to be written to. -
gcsDestination
(type:GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigGcsDestination.t
, default:nil
) - The Google Cloud Storage location where the output is to be written to.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfig{ bigqueryDestination: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigBigQueryDestination.t() | nil, gcsDestination: GoogleApi.Retail.V2.Model.GoogleCloudRetailV2OutputConfigGcsDestination.t() | nil }