Class: Google::Ads::AdManager::V1::CmsMetadataValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/cms_metadata_value_messages.rb

Overview

Key value pair associated with a piece of content from a publisher's CMS.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns The value of this key-value pair.

Returns:

  • (::String)

    The value of this key-value pair.



40
41
42
43
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_value_messages.rb', line 40

class CmsMetadataValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#key::String

Returns Required. Immutable. The resource name of the CmsMetadataKey. Format: "networks/{network_code}/cmsMetadataKey/{cms_metadata_key_id}".

Returns:

  • (::String)

    Required. Immutable. The resource name of the CmsMetadataKey. Format: "networks/{network_code}/cmsMetadataKey/{cms_metadata_key_id}"



40
41
42
43
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_value_messages.rb', line 40

class CmsMetadataValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. The resource name of the CmsMetadataValue. Format: networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}.

Returns:

  • (::String)

    Identifier. The resource name of the CmsMetadataValue. Format: networks/{network_code}/cmsMetadataValues/{cms_metadata_value_id}



40
41
42
43
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_value_messages.rb', line 40

class CmsMetadataValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Google::Ads::AdManager::V1::CmsMetadataValueStatusEnum::CmsMetadataValueStatus (readonly)

Returns Output only. The status of this CMS metadata value.

Returns:



40
41
42
43
# File 'proto_docs/google/ads/admanager/v1/cms_metadata_value_messages.rb', line 40

class CmsMetadataValue
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end