Class OfflineConversionError

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.resources.OfflineConversionError
All Implemented Interfaces:
OfflineConversionErrorOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class OfflineConversionError extends com.google.protobuf.GeneratedMessageV3 implements OfflineConversionErrorOrBuilder
 Possible errors for offline conversion client summary.
 
Protobuf type google.ads.googleads.v18.resources.OfflineConversionError
See Also:
  • Field Details

    • COLLECTION_SIZE_ERROR_FIELD_NUMBER

      public static final int COLLECTION_SIZE_ERROR_FIELD_NUMBER
      See Also:
    • CONVERSION_ADJUSTMENT_UPLOAD_ERROR_FIELD_NUMBER

      public static final int CONVERSION_ADJUSTMENT_UPLOAD_ERROR_FIELD_NUMBER
      See Also:
    • CONVERSION_UPLOAD_ERROR_FIELD_NUMBER

      public static final int CONVERSION_UPLOAD_ERROR_FIELD_NUMBER
      See Also:
    • DATE_ERROR_FIELD_NUMBER

      public static final int DATE_ERROR_FIELD_NUMBER
      See Also:
    • DISTINCT_ERROR_FIELD_NUMBER

      public static final int DISTINCT_ERROR_FIELD_NUMBER
      See Also:
    • FIELD_ERROR_FIELD_NUMBER

      public static final int FIELD_ERROR_FIELD_NUMBER
      See Also:
    • MUTATE_ERROR_FIELD_NUMBER

      public static final int MUTATE_ERROR_FIELD_NUMBER
      See Also:
    • NOT_ALLOWLISTED_ERROR_FIELD_NUMBER

      public static final int NOT_ALLOWLISTED_ERROR_FIELD_NUMBER
      See Also:
    • STRING_FORMAT_ERROR_FIELD_NUMBER

      public static final int STRING_FORMAT_ERROR_FIELD_NUMBER
      See Also:
    • STRING_LENGTH_ERROR_FIELD_NUMBER

      public static final int STRING_LENGTH_ERROR_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
    • getErrorCodeCase

      public OfflineConversionError.ErrorCodeCase getErrorCodeCase()
      Specified by:
      getErrorCodeCase in interface OfflineConversionErrorOrBuilder
    • hasCollectionSizeError

      public boolean hasCollectionSizeError()
       Output only. Collection size error.
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCollectionSizeError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the collectionSizeError field is set.
    • getCollectionSizeErrorValue

      public int getCollectionSizeErrorValue()
       Output only. Collection size error.
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCollectionSizeErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for collectionSizeError.
    • getCollectionSizeError

      public CollectionSizeErrorEnum.CollectionSizeError getCollectionSizeError()
       Output only. Collection size error.
       
      .google.ads.googleads.v18.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCollectionSizeError in interface OfflineConversionErrorOrBuilder
      Returns:
      The collectionSizeError.
    • hasConversionAdjustmentUploadError

      public boolean hasConversionAdjustmentUploadError()
       Output only. Conversion adjustment upload error.
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasConversionAdjustmentUploadError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the conversionAdjustmentUploadError field is set.
    • getConversionAdjustmentUploadErrorValue

      public int getConversionAdjustmentUploadErrorValue()
       Output only. Conversion adjustment upload error.
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getConversionAdjustmentUploadErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for conversionAdjustmentUploadError.
    • getConversionAdjustmentUploadError

      public ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError getConversionAdjustmentUploadError()
       Output only. Conversion adjustment upload error.
       
      .google.ads.googleads.v18.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getConversionAdjustmentUploadError in interface OfflineConversionErrorOrBuilder
      Returns:
      The conversionAdjustmentUploadError.
    • hasConversionUploadError

      public boolean hasConversionUploadError()
       Output only. Conversion upload error.
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasConversionUploadError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the conversionUploadError field is set.
    • getConversionUploadErrorValue

      public int getConversionUploadErrorValue()
       Output only. Conversion upload error.
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getConversionUploadErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for conversionUploadError.
    • getConversionUploadError

      public ConversionUploadErrorEnum.ConversionUploadError getConversionUploadError()
       Output only. Conversion upload error.
       
      .google.ads.googleads.v18.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getConversionUploadError in interface OfflineConversionErrorOrBuilder
      Returns:
      The conversionUploadError.
    • hasDateError

      public boolean hasDateError()
       Output only. Date error.
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasDateError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the dateError field is set.
    • getDateErrorValue

      public int getDateErrorValue()
       Output only. Date error.
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDateErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for dateError.
    • getDateError

      public DateErrorEnum.DateError getDateError()
       Output only. Date error.
       
      .google.ads.googleads.v18.errors.DateErrorEnum.DateError date_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDateError in interface OfflineConversionErrorOrBuilder
      Returns:
      The dateError.
    • hasDistinctError

      public boolean hasDistinctError()
       Output only. Distinct error.
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasDistinctError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the distinctError field is set.
    • getDistinctErrorValue

      public int getDistinctErrorValue()
       Output only. Distinct error.
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDistinctErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for distinctError.
    • getDistinctError

      public DistinctErrorEnum.DistinctError getDistinctError()
       Output only. Distinct error.
       
      .google.ads.googleads.v18.errors.DistinctErrorEnum.DistinctError distinct_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDistinctError in interface OfflineConversionErrorOrBuilder
      Returns:
      The distinctError.
    • hasFieldError

      public boolean hasFieldError()
       Output only. Field error.
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasFieldError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the fieldError field is set.
    • getFieldErrorValue

      public int getFieldErrorValue()
       Output only. Field error.
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFieldErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for fieldError.
    • getFieldError

      public FieldErrorEnum.FieldError getFieldError()
       Output only. Field error.
       
      .google.ads.googleads.v18.errors.FieldErrorEnum.FieldError field_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFieldError in interface OfflineConversionErrorOrBuilder
      Returns:
      The fieldError.
    • hasMutateError

      public boolean hasMutateError()
       Output only. Mutate error.
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasMutateError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the mutateError field is set.
    • getMutateErrorValue

      public int getMutateErrorValue()
       Output only. Mutate error.
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getMutateErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for mutateError.
    • getMutateError

      public MutateErrorEnum.MutateError getMutateError()
       Output only. Mutate error.
       
      .google.ads.googleads.v18.errors.MutateErrorEnum.MutateError mutate_error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getMutateError in interface OfflineConversionErrorOrBuilder
      Returns:
      The mutateError.
    • hasNotAllowlistedError

      public boolean hasNotAllowlistedError()
       Output only. Not allowlisted error.
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasNotAllowlistedError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the notAllowlistedError field is set.
    • getNotAllowlistedErrorValue

      public int getNotAllowlistedErrorValue()
       Output only. Not allowlisted error.
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNotAllowlistedErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for notAllowlistedError.
    • getNotAllowlistedError

      public NotAllowlistedErrorEnum.NotAllowlistedError getNotAllowlistedError()
       Output only. Not allowlisted error.
       
      .google.ads.googleads.v18.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNotAllowlistedError in interface OfflineConversionErrorOrBuilder
      Returns:
      The notAllowlistedError.
    • hasStringFormatError

      public boolean hasStringFormatError()
       Output only. String format error.
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasStringFormatError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the stringFormatError field is set.
    • getStringFormatErrorValue

      public int getStringFormatErrorValue()
       Output only. String format error.
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStringFormatErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for stringFormatError.
    • getStringFormatError

      public StringFormatErrorEnum.StringFormatError getStringFormatError()
       Output only. String format error.
       
      .google.ads.googleads.v18.errors.StringFormatErrorEnum.StringFormatError string_format_error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStringFormatError in interface OfflineConversionErrorOrBuilder
      Returns:
      The stringFormatError.
    • hasStringLengthError

      public boolean hasStringLengthError()
       Output only. String length error.
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasStringLengthError in interface OfflineConversionErrorOrBuilder
      Returns:
      Whether the stringLengthError field is set.
    • getStringLengthErrorValue

      public int getStringLengthErrorValue()
       Output only. String length error.
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStringLengthErrorValue in interface OfflineConversionErrorOrBuilder
      Returns:
      The enum numeric value on the wire for stringLengthError.
    • getStringLengthError

      public StringLengthErrorEnum.StringLengthError getStringLengthError()
       Output only. String length error.
       
      .google.ads.googleads.v18.errors.StringLengthErrorEnum.StringLengthError string_length_error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStringLengthError in interface OfflineConversionErrorOrBuilder
      Returns:
      The stringLengthError.
    • 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 OfflineConversionError parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static OfflineConversionError.Builder newBuilder()
    • newBuilder

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

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

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

      public static OfflineConversionError getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<OfflineConversionError> 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 OfflineConversionError getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder