Class: Google::Cloud::Retail::V2::ExportErrorsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ExportErrorsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/export_config.rb
Overview
Configuration of destination for Export related errors.
Instance Attribute Summary collapse
-
#gcs_prefix ⇒ ::String
Google Cloud Storage path for import errors.
Instance Attribute Details
#gcs_prefix ⇒ ::String
Returns 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-encoded
google.rpc.Status
message.
76 77 78 79 |
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 76 class ExportErrorsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |