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 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

       The adjustment type.
       
      .google.ads.googleads.v18.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;
      Returns:
      The adjustmentType.