com.google.ads.googleads.v17.services.ClickConversionResultOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/conversion_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface ClickConversionResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.ClickConversionResult)
com.google.protobuf.MessageOrBuilder {
/**
*
* The Google Click ID (gclid) associated with this conversion.
*
*
* optional string gclid = 4;
* @return Whether the gclid field is set.
*/
boolean hasGclid();
/**
*
* The Google Click ID (gclid) associated with this conversion.
*
*
* optional string gclid = 4;
* @return The gclid.
*/
java.lang.String getGclid();
/**
*
* The Google Click ID (gclid) associated with this conversion.
*
*
* optional string gclid = 4;
* @return The bytes for gclid.
*/
com.google.protobuf.ByteString
getGclidBytes();
/**
*
* The click identifier for clicks associated with app conversions and
* originating from iOS devices starting with iOS14.
*
*
* string gbraid = 8;
* @return The gbraid.
*/
java.lang.String getGbraid();
/**
*
* The click identifier for clicks associated with app conversions and
* originating from iOS devices starting with iOS14.
*
*
* string gbraid = 8;
* @return The bytes for gbraid.
*/
com.google.protobuf.ByteString
getGbraidBytes();
/**
*
* The click identifier for clicks associated with web conversions and
* originating from iOS devices starting with iOS14.
*
*
* string wbraid = 9;
* @return The wbraid.
*/
java.lang.String getWbraid();
/**
*
* The click identifier for clicks associated with web conversions and
* originating from iOS devices starting with iOS14.
*
*
* string wbraid = 9;
* @return The bytes for wbraid.
*/
com.google.protobuf.ByteString
getWbraidBytes();
/**
*
* Resource name of the conversion action associated with this conversion.
*
*
* optional string conversion_action = 5;
* @return Whether the conversionAction field is set.
*/
boolean hasConversionAction();
/**
*
* Resource name of the conversion action associated with this conversion.
*
*
* optional string conversion_action = 5;
* @return The conversionAction.
*/
java.lang.String getConversionAction();
/**
*
* Resource name of the conversion action associated with this conversion.
*
*
* optional string conversion_action = 5;
* @return The bytes for conversionAction.
*/
com.google.protobuf.ByteString
getConversionActionBytes();
/**
*
* The date time at which the conversion occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string conversion_date_time = 6;
* @return Whether the conversionDateTime field is set.
*/
boolean hasConversionDateTime();
/**
*
* The date time at which the conversion occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string conversion_date_time = 6;
* @return The conversionDateTime.
*/
java.lang.String getConversionDateTime();
/**
*
* The date time at which the conversion occurred. The format is
* "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
*
*
* optional string conversion_date_time = 6;
* @return The bytes for conversionDateTime.
*/
com.google.protobuf.ByteString
getConversionDateTimeBytes();
/**
*
* 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.v17.common.UserIdentifier user_identifiers = 7;
*/
java.util.List
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.v17.common.UserIdentifier user_identifiers = 7;
*/
com.google.ads.googleads.v17.common.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.v17.common.UserIdentifier user_identifiers = 7;
*/
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.v17.common.UserIdentifier user_identifiers = 7;
*/
java.util.List extends com.google.ads.googleads.v17.common.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.v17.common.UserIdentifier user_identifiers = 7;
*/
com.google.ads.googleads.v17.common.UserIdentifierOrBuilder getUserIdentifiersOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy