class Google::Apis::RetailV2alpha::GoogleCloudRetailV2betaImportErrorsConfig
Configuration of destination for Import related errors.
Attributes
gcs_prefix[RW]
Google
Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Import errors will be written to a file in this bucket, one per line, as a JSON-encoded `google.rpc.Status` message. Corresponds to the JSON property `gcsPrefix` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/retail_v2alpha/classes.rb, line 4111 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/retail_v2alpha/classes.rb, line 4116 def update!(**args) @gcs_prefix = args[:gcs_prefix] if args.key?(:gcs_prefix) end