Package com.google.doubleclick
Interface AdxExt.EventTrackerExtOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdxExt.EventTrackerExt,AdxExt.EventTrackerExt.Builder
- Enclosing class:
- AdxExt
public static interface AdxExt.EventTrackerExtOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AdxExt.EventTrackerExt.ContextgetContext(int index)repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;intgetContextCount()repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;List<AdxExt.EventTrackerExt.Context>getContextList()repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;StringgetVendorKey()Used to uniquely identify the verification script provider.com.google.protobuf.ByteStringgetVendorKeyBytes()Used to uniquely identify the verification script provider.StringgetVerificationParameters()Parameters associated with the resource that will be passed to the resource when it is loaded.com.google.protobuf.ByteStringgetVerificationParametersBytes()Parameters associated with the resource that will be passed to the resource when it is loaded.booleanhasVendorKey()Used to uniquely identify the verification script provider.booleanhasVerificationParameters()Parameters associated with the resource that will be passed to the resource when it is loaded.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getContextList
List<AdxExt.EventTrackerExt.Context> getContextList()
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;- Returns:
- A list containing the context.
-
getContextCount
int getContextCount()
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;- Returns:
- The count of context.
-
getContext
AdxExt.EventTrackerExt.Context getContext(int index)
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;- Parameters:
index- The index of the element to return.- Returns:
- The context at the given index.
-
hasVerificationParameters
boolean hasVerificationParameters()
Parameters associated with the resource that will be passed to the resource when it is loaded. The format of the parameters is dependent on the script vendor.
optional string verification_parameters = 2;- Returns:
- Whether the verificationParameters field is set.
-
getVerificationParameters
String getVerificationParameters()
Parameters associated with the resource that will be passed to the resource when it is loaded. The format of the parameters is dependent on the script vendor.
optional string verification_parameters = 2;- Returns:
- The verificationParameters.
-
getVerificationParametersBytes
com.google.protobuf.ByteString getVerificationParametersBytes()
Parameters associated with the resource that will be passed to the resource when it is loaded. The format of the parameters is dependent on the script vendor.
optional string verification_parameters = 2;- Returns:
- The bytes for verificationParameters.
-
hasVendorKey
boolean hasVendorKey()
Used to uniquely identify the verification script provider.
optional string vendor_key = 3;- Returns:
- Whether the vendorKey field is set.
-
getVendorKey
String getVendorKey()
Used to uniquely identify the verification script provider.
optional string vendor_key = 3;- Returns:
- The vendorKey.
-
getVendorKeyBytes
com.google.protobuf.ByteString getVendorKeyBytes()
Used to uniquely identify the verification script provider.
optional string vendor_key = 3;- Returns:
- The bytes for vendorKey.
-
-