com.google.ads.googleads.v17.services.GclidDateTimePairOrBuilder 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_adjustment_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
public interface GclidDateTimePairOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.GclidDateTimePair)
com.google.protobuf.MessageOrBuilder {
/**
*
* Google click ID (gclid) associated with the original conversion for this
* adjustment.
*
*
* optional string gclid = 3;
* @return Whether the gclid field is set.
*/
boolean hasGclid();
/**
*
* Google click ID (gclid) associated with the original conversion for this
* adjustment.
*
*
* optional string gclid = 3;
* @return The gclid.
*/
java.lang.String getGclid();
/**
*
* Google click ID (gclid) associated with the original conversion for this
* adjustment.
*
*
* optional string gclid = 3;
* @return The bytes for gclid.
*/
com.google.protobuf.ByteString
getGclidBytes();
/**
*
* The date time at which the original conversion for this adjustment
* occurred. The timezone must be specified. 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 = 4;
* @return Whether the conversionDateTime field is set.
*/
boolean hasConversionDateTime();
/**
*
* The date time at which the original conversion for this adjustment
* occurred. The timezone must be specified. 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 = 4;
* @return The conversionDateTime.
*/
java.lang.String getConversionDateTime();
/**
*
* The date time at which the original conversion for this adjustment
* occurred. The timezone must be specified. 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 = 4;
* @return The bytes for conversionDateTime.
*/
com.google.protobuf.ByteString
getConversionDateTimeBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy