Class: Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/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
416 417 418 419 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 416 class ImportErrorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |