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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetConversionDateTime()The date time at which the original conversion for this adjustment occurred.com.google.protobuf.ByteStringgetConversionDateTimeBytes()The date time at which the original conversion for this adjustment occurred.java.lang.StringgetGclid()Google click ID (gclid) associated with the original conversion for this adjustment.com.google.protobuf.ByteStringgetGclidBytes()Google click ID (gclid) associated with the original conversion for this adjustment.booleanhasConversionDateTime()The date time at which the original conversion for this adjustment occurred.booleanhasGclid()Google click ID (gclid) associated with the original conversion for this adjustment.-
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()
Google click ID (gclid) associated with the original conversion for this adjustment.
optional string gclid = 3;- Returns:
- Whether the gclid field is set.
-
getGclid
java.lang.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", e.g. "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 4;- Returns:
- Whether the conversionDateTime field is set.
-
getConversionDateTime
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", e.g. "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", e.g. "2019-01-01 12:32:45-08:00".
optional string conversion_date_time = 4;- Returns:
- The bytes for conversionDateTime.
-
-