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)
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)
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)
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)
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)
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)
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 |