Class: Google::Ads::AdManager::V1::TaxonomyCategory
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::TaxonomyCategory
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb
Overview
The TaxonomyCategory
resource.
Instance Attribute Summary collapse
-
#ancestor_names ⇒ ::Array<::String>
readonly
Output only.
-
#ancestor_taxonomy_category_ids ⇒ ::Array<::Integer>
readonly
Output only.
-
#display_name ⇒ ::String
readonly
Output only.
-
#grouping_only ⇒ ::Boolean
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#parent_taxonomy_category_id ⇒ ::Integer
readonly
Output only.
-
#taxonomy_category_id ⇒ ::Integer
readonly
Output only.
-
#taxonomy_type ⇒ ::Google::Ads::AdManager::V1::TaxonomyTypeEnum::TaxonomyType
readonly
Output only.
Instance Attribute Details
#ancestor_names ⇒ ::Array<::String> (readonly)
Returns Output only. The list of names of the ancestors of this TaxonomyCategory
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ancestor_taxonomy_category_ids ⇒ ::Array<::Integer> (readonly)
Returns Output only. The list of IDs of the ancestors of this TaxonomyCategory
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. Display name of the TaxonomyCategory
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#grouping_only ⇒ ::Boolean (readonly)
Returns Output only. Whether this TaxonomyCategory
only serves to group its
children.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the TaxonomyCategory
.
Format: networks/{network_code}/taxonomyCategories/{taxonomy_category_id}
.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent_taxonomy_category_id ⇒ ::Integer (readonly)
Returns Output only. The ID of the parent category this TaxonomyCategory
descends
from.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#taxonomy_category_id ⇒ ::Integer (readonly)
Returns Output only. TaxonomyCategory
ID.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#taxonomy_type ⇒ ::Google::Ads::AdManager::V1::TaxonomyTypeEnum::TaxonomyType (readonly)
Returns Output only. The taxonomy that this TaxonomyCategory
belongs to.
52 53 54 55 |
# File 'proto_docs/google/ads/admanager/v1/taxonomy_category_messages.rb', line 52 class TaxonomyCategory include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |