Interface ClickConversionResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ClickConversionResult,ClickConversionResult.Builder
public interface ClickConversionResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConversionAction()Resource name of the conversion action associated with this conversion.com.google.protobuf.ByteStringgetConversionActionBytes()Resource name of the conversion action associated with this conversion.java.lang.StringgetConversionDateTime()The date time at which the conversion occurred.com.google.protobuf.ByteStringgetConversionDateTimeBytes()The date time at which the conversion occurred.java.lang.StringgetGbraid()The click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.com.google.protobuf.ByteStringgetGbraidBytes()The click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.java.lang.StringgetGclid()The Google Click ID (gclid) associated with this conversion.com.google.protobuf.ByteStringgetGclidBytes()The Google Click ID (gclid) associated with this conversion.UserIdentifiergetUserIdentifiers(int index)The user identifiers associated with this conversion.intgetUserIdentifiersCount()The user identifiers associated with this conversion.java.util.List<UserIdentifier>getUserIdentifiersList()The user identifiers associated with this conversion.UserIdentifierOrBuildergetUserIdentifiersOrBuilder(int index)The user identifiers associated with this conversion.java.util.List<? extends UserIdentifierOrBuilder>getUserIdentifiersOrBuilderList()The user identifiers associated with this conversion.java.lang.StringgetWbraid()The click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.com.google.protobuf.ByteStringgetWbraidBytes()The click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.booleanhasConversionAction()Resource name of the conversion action associated with this conversion.booleanhasConversionDateTime()The date time at which the conversion occurred.booleanhasGclid()The Google Click ID (gclid) associated with this conversion.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGclid
boolean hasGclid()
The Google Click ID (gclid) associated with this conversion.
optional string gclid = 4;- Returns:
- Whether the gclid field is set.
-
getGclid
java.lang.String getGclid()
The Google Click ID (gclid) associated with this conversion.
optional string gclid = 4;- Returns:
- The gclid.
-
getGclidBytes
com.google.protobuf.ByteString getGclidBytes()
The Google Click ID (gclid) associated with this conversion.
optional string gclid = 4;- Returns:
- The bytes for gclid.
-
getGbraid
java.lang.String getGbraid()
The click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.
string gbraid = 8;- Returns:
- The gbraid.
-
getGbraidBytes
com.google.protobuf.ByteString getGbraidBytes()
The click identifier for clicks associated with app conversions and originating from iOS devices starting with iOS14.
string gbraid = 8;- Returns:
- The bytes for gbraid.
-
getWbraid
java.lang.String getWbraid()
The click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.
string wbraid = 9;- Returns:
- The wbraid.
-
getWbraidBytes
com.google.protobuf.ByteString getWbraidBytes()
The click identifier for clicks associated with web conversions and originating from iOS devices starting with iOS14.
string wbraid = 9;- Returns:
- The bytes for wbraid.
-
hasConversionAction
boolean hasConversionAction()
Resource name of the conversion action associated with this conversion.
optional string conversion_action = 5;- Returns:
- Whether the conversionAction field is set.
-
getConversionAction
java.lang.String getConversionAction()
Resource name of the conversion action associated with this conversion.
optional string conversion_action = 5;- Returns:
- The conversionAction.
-
getConversionActionBytes
com.google.protobuf.ByteString getConversionActionBytes()
Resource name of the conversion action associated with this conversion.
optional string conversion_action = 5;- Returns:
- The bytes for conversionAction.
-
hasConversionDateTime
boolean hasConversionDateTime()
The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 6;- Returns:
- Whether the conversionDateTime field is set.
-
getConversionDateTime
java.lang.String getConversionDateTime()
The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 6;- Returns:
- The conversionDateTime.
-
getConversionDateTimeBytes
com.google.protobuf.ByteString getConversionDateTimeBytes()
The date time at which the conversion occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 6;- Returns:
- The bytes for conversionDateTime.
-
getUserIdentifiersList
java.util.List<UserIdentifier> getUserIdentifiersList()
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 7;
-
getUserIdentifiers
UserIdentifier getUserIdentifiers(int index)
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 7;
-
getUserIdentifiersCount
int getUserIdentifiersCount()
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 7;
-
getUserIdentifiersOrBuilderList
java.util.List<? extends UserIdentifierOrBuilder> getUserIdentifiersOrBuilderList()
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 7;
-
getUserIdentifiersOrBuilder
UserIdentifierOrBuilder getUserIdentifiersOrBuilder(int index)
The user identifiers associated with this conversion. Only hashed_email and hashed_phone_number are supported for conversion uploads. The maximum number of user identifiers for each conversion is 5.
repeated .google.ads.googleads.v10.common.UserIdentifier user_identifiers = 7;
-
-