Interface EntitySignalsMappingOrBuilder (0.11.0)

public interface EntitySignalsMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudienceSegmentId()

public abstract long getAudienceSegmentId()

ID of an AudienceSegment that this mapping belongs to.

int64 audience_segment_id = 3;

Returns
Type Description
long

The audienceSegmentId.

getContentBundleId()

public abstract long getContentBundleId()

ID of a ContentBundle that this mapping belongs to.

int64 content_bundle_id = 4;

Returns
Type Description
long

The contentBundleId.

getCustomTargetingValueId()

public abstract long getCustomTargetingValueId()

ID of a CustomValue that this mapping belongs to.

int64 custom_targeting_value_id = 5;

Returns
Type Description
long

The customTargetingValueId.

getEntityCase()

public abstract EntitySignalsMapping.EntityCase getEntityCase()
Returns
Type Description
EntitySignalsMapping.EntityCase

getEntitySignalsMappingId()

public abstract long getEntitySignalsMappingId()

Output only. EntitySignalsMapping ID.

int64 entity_signals_mapping_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
long

The entitySignalsMappingId.

getName()

public abstract String getName()

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

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

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getTaxonomyCategoryIds(int index)

public abstract long getTaxonomyCategoryIds(int index)

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

repeated int64 taxonomy_category_ids = 6 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
long

The taxonomyCategoryIds at the given index.

getTaxonomyCategoryIdsCount()

public abstract int getTaxonomyCategoryIdsCount()

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

repeated int64 taxonomy_category_ids = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The count of taxonomyCategoryIds.

getTaxonomyCategoryIdsList()

public abstract List<Long> getTaxonomyCategoryIdsList()

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

repeated int64 taxonomy_category_ids = 6 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Long>

A list containing the taxonomyCategoryIds.

hasAudienceSegmentId()

public abstract boolean hasAudienceSegmentId()

ID of an AudienceSegment that this mapping belongs to.

int64 audience_segment_id = 3;

Returns
Type Description
boolean

Whether the audienceSegmentId field is set.

hasContentBundleId()

public abstract boolean hasContentBundleId()

ID of a ContentBundle that this mapping belongs to.

int64 content_bundle_id = 4;

Returns
Type Description
boolean

Whether the contentBundleId field is set.

hasCustomTargetingValueId()

public abstract boolean hasCustomTargetingValueId()

ID of a CustomValue that this mapping belongs to.

int64 custom_targeting_value_id = 5;

Returns
Type Description
boolean

Whether the customTargetingValueId field is set.