public final class EntitySignalsMapping extends GeneratedMessageV3 implements EntitySignalsMappingOrBuilder
The EntitySignalsMapping
resource.
Protobuf type google.ads.admanager.v1.EntitySignalsMapping
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUDIENCE_SEGMENT_ID_FIELD_NUMBER
public static final int AUDIENCE_SEGMENT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CONTENT_BUNDLE_ID_FIELD_NUMBER
public static final int CONTENT_BUNDLE_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CUSTOM_TARGETING_VALUE_ID_FIELD_NUMBER
public static final int CUSTOM_TARGETING_VALUE_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENTITY_SIGNALS_MAPPING_ID_FIELD_NUMBER
public static final int ENTITY_SIGNALS_MAPPING_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
TAXONOMY_CATEGORY_IDS_FIELD_NUMBER
public static final int TAXONOMY_CATEGORY_IDS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static EntitySignalsMapping getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static EntitySignalsMapping.Builder newBuilder()
newBuilder(EntitySignalsMapping prototype)
public static EntitySignalsMapping.Builder newBuilder(EntitySignalsMapping prototype)
public static EntitySignalsMapping parseDelimitedFrom(InputStream input)
public static EntitySignalsMapping parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static EntitySignalsMapping parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static EntitySignalsMapping parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static EntitySignalsMapping parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EntitySignalsMapping parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static EntitySignalsMapping parseFrom(CodedInputStream input)
public static EntitySignalsMapping parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static EntitySignalsMapping parseFrom(InputStream input)
public static EntitySignalsMapping parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static EntitySignalsMapping parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static EntitySignalsMapping parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<EntitySignalsMapping> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getAudienceSegmentId()
public long getAudienceSegmentId()
ID of an AudienceSegment that this mapping belongs to.
int64 audience_segment_id = 3;
Returns |
Type |
Description |
long |
The audienceSegmentId.
|
getContentBundleId()
public long getContentBundleId()
ID of a ContentBundle that this mapping belongs to.
int64 content_bundle_id = 4;
Returns |
Type |
Description |
long |
The contentBundleId.
|
getCustomTargetingValueId()
public long getCustomTargetingValueId()
ID of a CustomValue that this mapping belongs to.
int64 custom_targeting_value_id = 5;
Returns |
Type |
Description |
long |
The customTargetingValueId.
|
getDefaultInstanceForType()
public EntitySignalsMapping getDefaultInstanceForType()
getEntityCase()
public EntitySignalsMapping.EntityCase getEntityCase()
getEntitySignalsMappingId()
public 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()
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 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.
|
getParserForType()
public Parser<EntitySignalsMapping> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getTaxonomyCategoryIds(int index)
public 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 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 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 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 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 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.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public EntitySignalsMapping.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected EntitySignalsMapping.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public EntitySignalsMapping.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides