Interface GclidDateTimePairOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GclidDateTimePair, GclidDateTimePair.Builder

public interface GclidDateTimePairOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The date time at which the original conversion for this adjustment occurred.
    com.google.protobuf.ByteString
    The date time at which the original conversion for this adjustment occurred.
    Google click ID (gclid) associated with the original conversion for this adjustment.
    com.google.protobuf.ByteString
    Google click ID (gclid) associated with the original conversion for this adjustment.
    boolean
    The date time at which the original conversion for this adjustment occurred.
    boolean
    Google click ID (gclid) associated with the original conversion for this adjustment.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasGclid

      boolean hasGclid()
       Google click ID (gclid) associated with the original conversion for this
       adjustment.
       
      optional string gclid = 3;
      Returns:
      Whether the gclid field is set.
    • getGclid

      String getGclid()
       Google click ID (gclid) associated with the original conversion for this
       adjustment.
       
      optional string gclid = 3;
      Returns:
      The gclid.
    • getGclidBytes

      com.google.protobuf.ByteString getGclidBytes()
       Google click ID (gclid) associated with the original conversion for this
       adjustment.
       
      optional string gclid = 3;
      Returns:
      The bytes for gclid.
    • hasConversionDateTime

      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;
      Returns:
      Whether the conversionDateTime field is set.
    • getConversionDateTime

      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;
      Returns:
      The conversionDateTime.
    • getConversionDateTimeBytes

      com.google.protobuf.ByteString getConversionDateTimeBytes()
       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;
      Returns:
      The bytes for conversionDateTime.