Class: Google::Shopping::Css::V1::AccountLabel

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/shopping/css/v1/accounts_labels.rb

Overview

Label assigned by CSS domain or CSS group to one of its sub-accounts.

Defined Under Namespace

Modules: LabelType

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::Integer (readonly)



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 44

class AccountLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The label type.
  module LabelType
    # Unknown label type.
    LABEL_TYPE_UNSPECIFIED = 0

    # Indicates that the label was created manually.
    MANUAL = 1

    # Indicates that the label was created automatically by CSS Center.
    AUTOMATIC = 2
  end
end

#description::String



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 44

class AccountLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The label type.
  module LabelType
    # Unknown label type.
    LABEL_TYPE_UNSPECIFIED = 0

    # Indicates that the label was created manually.
    MANUAL = 1

    # Indicates that the label was created automatically by CSS Center.
    AUTOMATIC = 2
  end
end

#display_name::String



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 44

class AccountLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The label type.
  module LabelType
    # Unknown label type.
    LABEL_TYPE_UNSPECIFIED = 0

    # Indicates that the label was created manually.
    MANUAL = 1

    # Indicates that the label was created automatically by CSS Center.
    AUTOMATIC = 2
  end
end

#label_id::Integer (readonly)



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 44

class AccountLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The label type.
  module LabelType
    # Unknown label type.
    LABEL_TYPE_UNSPECIFIED = 0

    # Indicates that the label was created manually.
    MANUAL = 1

    # Indicates that the label was created automatically by CSS Center.
    AUTOMATIC = 2
  end
end

#label_type::Google::Shopping::Css::V1::AccountLabel::LabelType (readonly)



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 44

class AccountLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The label type.
  module LabelType
    # Unknown label type.
    LABEL_TYPE_UNSPECIFIED = 0

    # Indicates that the label was created manually.
    MANUAL = 1

    # Indicates that the label was created automatically by CSS Center.
    AUTOMATIC = 2
  end
end

#name::String



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# File 'proto_docs/google/shopping/css/v1/accounts_labels.rb', line 44

class AccountLabel
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The label type.
  module LabelType
    # Unknown label type.
    LABEL_TYPE_UNSPECIFIED = 0

    # Indicates that the label was created manually.
    MANUAL = 1

    # Indicates that the label was created automatically by CSS Center.
    AUTOMATIC = 2
  end
end