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)

Returns Output only. The ID of account this label belongs to.

Returns:

  • (::Integer)

    Output only. The ID of account this label belongs to.



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

Returns The description of this label.

Returns:

  • (::String)

    The description of this label.



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

Returns The display name of this label.

Returns:

  • (::String)

    The display name of this label.



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)

Returns Output only. The ID of the label.

Returns:

  • (::Integer)

    Output only. The ID of the label.



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)

Returns Output only. The type of this label.

Returns:



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

Returns The resource name of the label. Format: accounts/{account}/labels/{label}.

Returns:

  • (::String)

    The resource name of the label. Format: accounts/{account}/labels/{label}



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