Class: Google::Ads::AdManager::V1::Label

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

Instance Attribute Details

#active::Boolean (readonly)

Returns Output only. Specifies whether or not the label is active.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:



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