com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilderAdxExt.EventTrackerExt, AdxExt.EventTrackerExt.Builderpublic static interface AdxExt.EventTrackerExtOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method | Description |
|---|---|---|
AdxExt.EventTrackerExt.Context |
getContext(int index) |
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1; |
int |
getContextCount() |
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1; |
java.util.List<AdxExt.EventTrackerExt.Context> |
getContextList() |
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1; |
java.lang.String |
getVendorKey() |
Used to uniquely identify the verification script provider.
|
com.google.protobuf.ByteString |
getVendorKeyBytes() |
Used to uniquely identify the verification script provider.
|
java.lang.String |
getVerificationParameters() |
Parameters associated with the resource that will be passed to the
resource when it is loaded.
|
com.google.protobuf.ByteString |
getVerificationParametersBytes() |
Parameters associated with the resource that will be passed to the
resource when it is loaded.
|
boolean |
hasVendorKey() |
Used to uniquely identify the verification script provider.
|
boolean |
hasVerificationParameters() |
Parameters associated with the resource that will be passed to the
resource when it is loaded.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<AdxExt.EventTrackerExt.Context> getContextList()
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;int getContextCount()
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;AdxExt.EventTrackerExt.Context getContext(int index)
repeated .com.google.doubleclick.EventTrackerExt.Context context = 1;index - The index of the element to return.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;java.lang.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;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;boolean hasVendorKey()
Used to uniquely identify the verification script provider.
optional string vendor_key = 3;java.lang.String getVendorKey()
Used to uniquely identify the verification script provider.
optional string vendor_key = 3;com.google.protobuf.ByteString getVendorKeyBytes()
Used to uniquely identify the verification script provider.
optional string vendor_key = 3;Copyright © 2019 Google, Inc.. All rights reserved.