Class: Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#gcs_prefix::String

Returns Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors will be written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.

Returns:

  • (::String)

    Cloud Storage prefix for import errors. This must be an empty, existing Cloud Storage directory. Import errors will be written to sharded files in this directory, one per line, as a JSON-encoded google.rpc.Status message.



117
118
119
120
# File 'proto_docs/google/cloud/discoveryengine/v1beta/import_config.rb', line 117

class ImportErrorConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end