Interface ConversionAdjustmentResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConversionAdjustmentResult,ConversionAdjustmentResult.Builder
public interface ConversionAdjustmentResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe date time at which the adjustment occurred.com.google.protobuf.ByteStringThe date time at which the adjustment occurred.The adjustment type.intThe adjustment type.Resource name of the conversion action associated with this conversion adjustment.com.google.protobuf.ByteStringResource name of the conversion action associated with this conversion adjustment.The gclid and conversion date time of the conversion.The gclid and conversion date time of the conversion.The order ID of the conversion to be adjusted.com.google.protobuf.ByteStringThe order ID of the conversion to be adjusted.booleanThe date time at which the adjustment occurred.booleanResource name of the conversion action associated with this conversion adjustment.booleanThe gclid and conversion date time of the conversion.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasGclidDateTimePair
boolean hasGclidDateTimePair()The gclid and conversion date time of the conversion.
.google.ads.googleads.v18.services.GclidDateTimePair gclid_date_time_pair = 9;- Returns:
- Whether the gclidDateTimePair field is set.
-
getGclidDateTimePair
GclidDateTimePair getGclidDateTimePair()The gclid and conversion date time of the conversion.
.google.ads.googleads.v18.services.GclidDateTimePair gclid_date_time_pair = 9;- Returns:
- The gclidDateTimePair.
-
getGclidDateTimePairOrBuilder
GclidDateTimePairOrBuilder getGclidDateTimePairOrBuilder()The gclid and conversion date time of the conversion.
.google.ads.googleads.v18.services.GclidDateTimePair gclid_date_time_pair = 9; -
getOrderId
String getOrderId()The order ID of the conversion to be adjusted.
string order_id = 10;- Returns:
- The orderId.
-
getOrderIdBytes
com.google.protobuf.ByteString getOrderIdBytes()The order ID of the conversion to be adjusted.
string order_id = 10;- Returns:
- The bytes for orderId.
-
hasConversionAction
boolean hasConversionAction()Resource name of the conversion action associated with this conversion adjustment.
optional string conversion_action = 7;- Returns:
- Whether the conversionAction field is set.
-
getConversionAction
String getConversionAction()Resource name of the conversion action associated with this conversion adjustment.
optional string conversion_action = 7;- Returns:
- The conversionAction.
-
getConversionActionBytes
com.google.protobuf.ByteString getConversionActionBytes()Resource name of the conversion action associated with this conversion adjustment.
optional string conversion_action = 7;- Returns:
- The bytes for conversionAction.
-
hasAdjustmentDateTime
boolean hasAdjustmentDateTime()The date time at which the adjustment occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
optional string adjustment_date_time = 8;- Returns:
- Whether the adjustmentDateTime field is set.
-
getAdjustmentDateTime
String getAdjustmentDateTime()The date time at which the adjustment occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
optional string adjustment_date_time = 8;- Returns:
- The adjustmentDateTime.
-
getAdjustmentDateTimeBytes
com.google.protobuf.ByteString getAdjustmentDateTimeBytes()The date time at which the adjustment occurred. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
optional string adjustment_date_time = 8;- Returns:
- The bytes for adjustmentDateTime.
-
getAdjustmentTypeValue
int getAdjustmentTypeValue()The adjustment type.
.google.ads.googleads.v18.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;- Returns:
- The enum numeric value on the wire for adjustmentType.
-
getAdjustmentType
ConversionAdjustmentTypeEnum.ConversionAdjustmentType getAdjustmentType()The adjustment type.
.google.ads.googleads.v18.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;- Returns:
- The adjustmentType.
-