Class: Google::Shopping::Merchant::DataSources::V1beta::FileUpload::Issue

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

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