Class: Google::Cloud::Retail::V2::ImportErrorsConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ImportErrorsConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/import_config.rb
Overview
Configuration of destination for Import related errors.
Instance Attribute Summary collapse
-
#gcs_prefix ⇒ ::String
Google Cloud Storage prefix for import errors.
Instance Attribute Details
#gcs_prefix ⇒ ::String
Returns 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.
153 154 155 156 |
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 153 class ImportErrorsConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |