Class TaxonomyCategory
The TaxonomyCategory
resource.
Implements
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class TaxonomyCategory : IMessage<TaxonomyCategory>, IEquatable<TaxonomyCategory>, IDeepCloneable<TaxonomyCategory>, IBufferMessage, IMessage
Constructors
TaxonomyCategory()
Declaration
public TaxonomyCategory()
TaxonomyCategory(TaxonomyCategory)
Declaration
public TaxonomyCategory(TaxonomyCategory other)
Parameters
Type | Name | Description |
---|---|---|
TaxonomyCategory | other |
Properties
AncestorNames
Output only. The list of names of the ancestors of this TaxonomyCategory
.
Declaration
public RepeatedField<string> AncestorNames { get; }
Property Value
Type | Description |
---|---|
RepeatedField<string> |
AncestorTaxonomyCategoryIds
Output only. The list of IDs of the ancestors of this TaxonomyCategory
.
Declaration
public RepeatedField<long> AncestorTaxonomyCategoryIds { get; }
Property Value
Type | Description |
---|---|
RepeatedField<long> |
DisplayName
Output only. Display name of the TaxonomyCategory
.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupingOnly
Output only. Whether this TaxonomyCategory
only serves to group its
children.
Declaration
public bool GroupingOnly { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Identifier. The resource name of the TaxonomyCategory
.
Format: networks/{network_code}/taxonomyCategories/{taxonomy_category_id}
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
ParentTaxonomyCategoryId
Output only. The ID of the parent category this TaxonomyCategory
descends
from.
Declaration
public long ParentTaxonomyCategoryId { get; set; }
Property Value
Type | Description |
---|---|
long |
TaxonomyCategoryId
Output only. TaxonomyCategory
ID.
Declaration
public long TaxonomyCategoryId { get; set; }
Property Value
Type | Description |
---|---|
long |
TaxonomyCategoryName
TaxonomyCategoryName-typed view over the Name resource name property.
Declaration
public TaxonomyCategoryName TaxonomyCategoryName { get; set; }
Property Value
Type | Description |
---|---|
TaxonomyCategoryName |
TaxonomyType
Output only. The taxonomy that this TaxonomyCategory
belongs to.
Declaration
public TaxonomyTypeEnum.Types.TaxonomyType TaxonomyType { get; set; }
Property Value
Type | Description |
---|---|
TaxonomyTypeEnum.Types.TaxonomyType |