Class: Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb
Overview
Configuration of destination for Import related errors.
Instance Attribute Summary collapse
-
#gcs_prefix ⇒ ::String
Cloud Storage prefix for import errors.
Instance Attribute Details
#gcs_prefix ⇒ ::String
Returns 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.
121 122 123 124 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 121 class ImportErrorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |