Class: Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/import.rb

Overview

Configuration of destination for Import related errors.

Instance Attribute Summary collapse

Instance Attribute Details

#gcs_prefix::String

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

Returns:

  • (::String)

    Google Cloud Storage path for import errors. This must be an empty, existing Cloud Storage bucket. Import errors will be written to a file in this bucket, one per line, as a JSON-encoded google.rpc.Status message.



66
67
68
69
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/import.rb', line 66

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