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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsset()The asset resource name.com.google.protobuf.ByteStringgetAssetBytes()The asset resource name.booleangetInteractionOnThisAsset()Only used with CustomerAsset, CampaignAsset and AdGroupAsset metrics.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAsset
java.lang.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.
-
-