Interface AssetInteractionTargetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetInteractionTarget,AssetInteractionTarget.Builder
public interface AssetInteractionTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAsset()The asset resource name.com.google.protobuf.ByteStringThe asset resource name.booleanOnly used with CustomerAsset, CampaignAsset and AdGroupAsset metrics.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAsset
String getAsset()The asset resource name.
string asset = 1;- Returns:
- The asset.
-
getAssetBytes
com.google.protobuf.ByteString getAssetBytes()The asset resource name.
string asset = 1;- Returns:
- The bytes for asset.
-
getInteractionOnThisAsset
boolean getInteractionOnThisAsset()Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics. Indicates whether the interaction metrics occurred on the asset itself or a different asset or ad unit.
bool interaction_on_this_asset = 2;- Returns:
- The interactionOnThisAsset.
-