Show / Hide Table of Contents

Class EntitySignalsMapping

The EntitySignalsMapping resource.

Inheritance
object
EntitySignalsMapping
Implements
IMessage<EntitySignalsMapping>
IEquatable<EntitySignalsMapping>
IDeepCloneable<EntitySignalsMapping>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public sealed class EntitySignalsMapping : IMessage<EntitySignalsMapping>, IEquatable<EntitySignalsMapping>, IDeepCloneable<EntitySignalsMapping>, IBufferMessage, IMessage

Constructors

EntitySignalsMapping()

Declaration
public EntitySignalsMapping()

EntitySignalsMapping(EntitySignalsMapping)

Declaration
public EntitySignalsMapping(EntitySignalsMapping other)
Parameters
Type Name Description
EntitySignalsMapping other

Properties

AudienceSegmentId

ID of an AudienceSegment that this mapping belongs to.

Declaration
public long AudienceSegmentId { get; set; }
Property Value
Type Description
long

ContentBundleId

ID of a ContentBundle that this mapping belongs to.

Declaration
public long ContentBundleId { get; set; }
Property Value
Type Description
long

CustomTargetingValueId

ID of a CustomValue that this mapping belongs to.

Declaration
public long CustomTargetingValueId { get; set; }
Property Value
Type Description
long

EntityCase

Declaration
public EntitySignalsMapping.EntityOneofCase EntityCase { get; }
Property Value
Type Description
EntitySignalsMapping.EntityOneofCase

EntitySignalsMappingId

Output only. EntitySignalsMapping ID.

Declaration
public long EntitySignalsMappingId { get; set; }
Property Value
Type Description
long

EntitySignalsMappingName

EntitySignalsMappingName-typed view over the Name resource name property.

Declaration
public EntitySignalsMappingName EntitySignalsMappingName { get; set; }
Property Value
Type Description
EntitySignalsMappingName

HasAudienceSegmentId

Gets whether the "audience_segment_id" field is set

Declaration
public bool HasAudienceSegmentId { get; }
Property Value
Type Description
bool

HasContentBundleId

Gets whether the "content_bundle_id" field is set

Declaration
public bool HasContentBundleId { get; }
Property Value
Type Description
bool

HasCustomTargetingValueId

Gets whether the "custom_targeting_value_id" field is set

Declaration
public bool HasCustomTargetingValueId { get; }
Property Value
Type Description
bool

Name

Identifier. The resource name of the EntitySignalsMapping. Format: networks/{network_code}/entitySignalsMappings/{entity_signals_mapping_id}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

TaxonomyCategoryIds

Required. The IDs of the categories that are associated with the referencing entity.

Declaration
public RepeatedField<long> TaxonomyCategoryIds { get; }
Property Value
Type Description
RepeatedField<long>
In this article
Back to top Generated by DocFX