View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2alphaImportErrorsConfig (google_api_retail v0.10.0)

Configuration of destination for Import related errors.

Attributes

  • gcsPrefix (type: String.t, default: nil) - Google Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors are written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.