Class: Google::Ads::AdManager::V1::Label
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Label
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/label_messages.rb
Overview
A Label is additional information that can be added to an entity.
Instance Attribute Summary collapse
-
#active ⇒ ::Boolean
readonly
Output only.
-
#description ⇒ ::String
Optional.
-
#display_name ⇒ ::String
Required.
-
#name ⇒ ::String
Identifier.
-
#types ⇒ ::Array<::Google::Ads::AdManager::V1::LabelTypeEnum::LabelType>
Required.
Instance Attribute Details
#active ⇒ ::Boolean (readonly)
Returns Output only. Specifies whether or not the label is active.
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#description ⇒ ::String
Returns Optional. A description of the label. This attribute has a maximum length of 255 characters.
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. Display name of the Label. This attribute has a maximum length of 127 characters.
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Label.
Format: networks/{network_code}/labels/{label_id}.
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#types ⇒ ::Array<::Google::Ads::AdManager::V1::LabelTypeEnum::LabelType>
Returns Required. Unordered list. The types of the Label.
43 44 45 46 |
# File 'proto_docs/google/ads/admanager/v1/label_messages.rb', line 43 class Label include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |