Class: Google::Shopping::Css::V1::AccountLabel
- Inherits:
-
Object
- Object
- Google::Shopping::Css::V1::AccountLabel
- 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
-
#account_id ⇒ ::Integer
readonly
Output only.
-
#description ⇒ ::String
The description of this label.
-
#display_name ⇒ ::String
The display name of this label.
-
#label_id ⇒ ::Integer
readonly
Output only.
-
#label_type ⇒ ::Google::Shopping::Css::V1::AccountLabel::LabelType
readonly
Output only.
-
#name ⇒ ::String
The resource name of the label.
Instance Attribute Details
#account_id ⇒ ::Integer (readonly)
Returns 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.
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.
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.
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.
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}.
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 |