Class: Google::Shopping::Merchant::DataSources::V1beta::FileUpload::Issue
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::DataSources::V1beta::FileUpload::Issue
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb
Overview
An error occurring in the data source, like "invalid price".
Defined Under Namespace
Modules: Severity
Instance Attribute Summary collapse
-
#code ⇒ ::String
readonly
Output only.
-
#count ⇒ ::Integer
readonly
Output only.
-
#description ⇒ ::String
readonly
Output only.
-
#documentation_uri ⇒ ::String
readonly
Output only.
-
#severity ⇒ ::Google::Shopping::Merchant::DataSources::V1beta::FileUpload::Issue::Severity
readonly
Output only.
-
#title ⇒ ::String
readonly
Output only.
Instance Attribute Details
#code ⇒ ::String (readonly)
Returns Output only. The code of the error, for example, "validation/invalid_value". Returns "?" if the code is unknown.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb', line 83 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The severity of the issue. module Severity # Severity unspecified. SEVERITY_UNSPECIFIED = 0 # The issue is the warning. WARNING = 1 # The issue is an error. ERROR = 2 end end |
#count ⇒ ::Integer (readonly)
Returns Output only. The number of occurrences of the error in the file upload.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb', line 83 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The severity of the issue. module Severity # Severity unspecified. SEVERITY_UNSPECIFIED = 0 # The issue is the warning. WARNING = 1 # The issue is an error. ERROR = 2 end end |
#description ⇒ ::String (readonly)
Returns Output only. The error description, for example, "Your data source contains items which have too many attributes, or are too big. These items will be dropped".
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb', line 83 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The severity of the issue. module Severity # Severity unspecified. SEVERITY_UNSPECIFIED = 0 # The issue is the warning. WARNING = 1 # The issue is an error. ERROR = 2 end end |
#documentation_uri ⇒ ::String (readonly)
Returns Output only. Link to the documentation explaining the issue in more details, if available.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb', line 83 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The severity of the issue. module Severity # Severity unspecified. SEVERITY_UNSPECIFIED = 0 # The issue is the warning. WARNING = 1 # The issue is an error. ERROR = 2 end end |
#severity ⇒ ::Google::Shopping::Merchant::DataSources::V1beta::FileUpload::Issue::Severity (readonly)
Returns Output only. The severity of the issue.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb', line 83 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The severity of the issue. module Severity # Severity unspecified. SEVERITY_UNSPECIFIED = 0 # The issue is the warning. WARNING = 1 # The issue is an error. ERROR = 2 end end |
#title ⇒ ::String (readonly)
Returns Output only. The title of the issue, for example, "Item too big".
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 |
# File 'proto_docs/google/shopping/merchant/datasources/v1beta/fileuploads.rb', line 83 class Issue include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The severity of the issue. module Severity # Severity unspecified. SEVERITY_UNSPECIFIED = 0 # The issue is the warning. WARNING = 1 # The issue is an error. ERROR = 2 end end |