View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaExportErrorsConfig (google_api_retail v0.19.1)
Configuration of destination for Export related errors.
Attributes
-
gcsPrefix
(type:String.t
, default:nil
) - Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Export errors will be written to a file in this bucket, one per line, as a JSON-encodedgoogle.rpc.Status
message.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2betaExportErrorsConfig{ gcsPrefix: String.t() | nil }