All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.GclidDateTimePairOrBuilder Maven / Gradle / Ivy

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