Class ConversionAdjustmentResult

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.services.ConversionAdjustmentResult
All Implemented Interfaces:
ConversionAdjustmentResultOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class ConversionAdjustmentResult extends com.google.protobuf.GeneratedMessageV3 implements ConversionAdjustmentResultOrBuilder
 Information identifying a successfully processed ConversionAdjustment.
 
Protobuf type google.ads.googleads.v18.services.ConversionAdjustmentResult
See Also:
  • Field Details

    • GCLID_DATE_TIME_PAIR_FIELD_NUMBER

      public static final int GCLID_DATE_TIME_PAIR_FIELD_NUMBER
      See Also:
    • ORDER_ID_FIELD_NUMBER

      public static final int ORDER_ID_FIELD_NUMBER
      See Also:
    • CONVERSION_ACTION_FIELD_NUMBER

      public static final int CONVERSION_ACTION_FIELD_NUMBER
      See Also:
    • ADJUSTMENT_DATE_TIME_FIELD_NUMBER

      public static final int ADJUSTMENT_DATE_TIME_FIELD_NUMBER
      See Also:
    • ADJUSTMENT_TYPE_FIELD_NUMBER

      public static final int ADJUSTMENT_TYPE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasGclidDateTimePair

      public boolean hasGclidDateTimePair()
       The gclid and conversion date time of the conversion.
       
      .google.ads.googleads.v18.services.GclidDateTimePair gclid_date_time_pair = 9;
      Specified by:
      hasGclidDateTimePair in interface ConversionAdjustmentResultOrBuilder
      Returns:
      Whether the gclidDateTimePair field is set.
    • getGclidDateTimePair

      public GclidDateTimePair getGclidDateTimePair()
       The gclid and conversion date time of the conversion.
       
      .google.ads.googleads.v18.services.GclidDateTimePair gclid_date_time_pair = 9;
      Specified by:
      getGclidDateTimePair in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The gclidDateTimePair.
    • getGclidDateTimePairOrBuilder

      public GclidDateTimePairOrBuilder getGclidDateTimePairOrBuilder()
       The gclid and conversion date time of the conversion.
       
      .google.ads.googleads.v18.services.GclidDateTimePair gclid_date_time_pair = 9;
      Specified by:
      getGclidDateTimePairOrBuilder in interface ConversionAdjustmentResultOrBuilder
    • getOrderId

      public String getOrderId()
       The order ID of the conversion to be adjusted.
       
      string order_id = 10;
      Specified by:
      getOrderId in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The orderId.
    • getOrderIdBytes

      public com.google.protobuf.ByteString getOrderIdBytes()
       The order ID of the conversion to be adjusted.
       
      string order_id = 10;
      Specified by:
      getOrderIdBytes in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The bytes for orderId.
    • hasConversionAction

      public boolean hasConversionAction()
       Resource name of the conversion action associated with this conversion
       adjustment.
       
      optional string conversion_action = 7;
      Specified by:
      hasConversionAction in interface ConversionAdjustmentResultOrBuilder
      Returns:
      Whether the conversionAction field is set.
    • getConversionAction

      public String getConversionAction()
       Resource name of the conversion action associated with this conversion
       adjustment.
       
      optional string conversion_action = 7;
      Specified by:
      getConversionAction in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The conversionAction.
    • getConversionActionBytes

      public com.google.protobuf.ByteString getConversionActionBytes()
       Resource name of the conversion action associated with this conversion
       adjustment.
       
      optional string conversion_action = 7;
      Specified by:
      getConversionActionBytes in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The bytes for conversionAction.
    • hasAdjustmentDateTime

      public 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;
      Specified by:
      hasAdjustmentDateTime in interface ConversionAdjustmentResultOrBuilder
      Returns:
      Whether the adjustmentDateTime field is set.
    • getAdjustmentDateTime

      public 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;
      Specified by:
      getAdjustmentDateTime in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The adjustmentDateTime.
    • getAdjustmentDateTimeBytes

      public 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;
      Specified by:
      getAdjustmentDateTimeBytes in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The bytes for adjustmentDateTime.
    • getAdjustmentTypeValue

      public int getAdjustmentTypeValue()
       The adjustment type.
       
      .google.ads.googleads.v18.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;
      Specified by:
      getAdjustmentTypeValue in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The enum numeric value on the wire for adjustmentType.
    • getAdjustmentType

       The adjustment type.
       
      .google.ads.googleads.v18.enums.ConversionAdjustmentTypeEnum.ConversionAdjustmentType adjustment_type = 5;
      Specified by:
      getAdjustmentType in interface ConversionAdjustmentResultOrBuilder
      Returns:
      The adjustmentType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ConversionAdjustmentResult parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ConversionAdjustmentResult parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ConversionAdjustmentResult parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ConversionAdjustmentResult.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ConversionAdjustmentResult.Builder newBuilder()
    • newBuilder

      public static ConversionAdjustmentResult.Builder newBuilder(ConversionAdjustmentResult prototype)
    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ConversionAdjustmentResult.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static ConversionAdjustmentResult getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ConversionAdjustmentResult> parser()
    • getParserForType

      public com.google.protobuf.Parser<ConversionAdjustmentResult> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public ConversionAdjustmentResult getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder