Interface ConversionAdjustmentResultOrBuilder

    • Method Detail

      • hasGclidDateTimePair

        boolean hasGclidDateTimePair()
         The gclid and conversion date time of the conversion.
         
        .google.ads.googleads.v10.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.v10.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.v10.services.GclidDateTimePair gclid_date_time_pair = 9;
      • getOrderId

        java.lang.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

        java.lang.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", e.g. "2019-01-01 12:32:45-08:00".
         
        optional string adjustment_date_time = 8;
        Returns:
        Whether the adjustmentDateTime field is set.
      • getAdjustmentDateTime

        java.lang.String getAdjustmentDateTime()
         The date time at which the adjustment occurred. The format is
         "yyyy-mm-dd hh:mm:ss+|-hh:mm", e.g. "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", e.g. "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.v10.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;
        Returns:
        The enum numeric value on the wire for adjustmentType.