Class OfflineConversionUploadError
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.ads.googleads.v14.resources.OfflineConversionUploadError
-
- All Implemented Interfaces:
OfflineConversionUploadErrorOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class OfflineConversionUploadError extends com.google.protobuf.GeneratedMessageV3 implements OfflineConversionUploadErrorOrBuilder
Possible errors for offline conversion client summary.
Protobuf typegoogle.ads.googleads.v14.resources.OfflineConversionUploadError- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfflineConversionUploadError.BuilderPossible errors for offline conversion client summary.static classOfflineConversionUploadError.ErrorCodeCase-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLLECTION_SIZE_ERROR_FIELD_NUMBERstatic intCONVERSION_ADJUSTMENT_UPLOAD_ERROR_FIELD_NUMBERstatic intCONVERSION_UPLOAD_ERROR_FIELD_NUMBERstatic intDATE_ERROR_FIELD_NUMBERstatic intDISTINCT_ERROR_FIELD_NUMBERstatic intFIELD_ERROR_FIELD_NUMBERstatic intMUTATE_ERROR_FIELD_NUMBERstatic intNOT_ALLOWLISTED_ERROR_FIELD_NUMBERstatic intSTRING_FORMAT_ERROR_FIELD_NUMBERstatic intSTRING_LENGTH_ERROR_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
COLLECTION_SIZE_ERROR_FIELD_NUMBER
public static final int COLLECTION_SIZE_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONVERSION_ADJUSTMENT_UPLOAD_ERROR_FIELD_NUMBER
public static final int CONVERSION_ADJUSTMENT_UPLOAD_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONVERSION_UPLOAD_ERROR_FIELD_NUMBER
public static final int CONVERSION_UPLOAD_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DATE_ERROR_FIELD_NUMBER
public static final int DATE_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISTINCT_ERROR_FIELD_NUMBER
public static final int DISTINCT_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FIELD_ERROR_FIELD_NUMBER
public static final int FIELD_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MUTATE_ERROR_FIELD_NUMBER
public static final int MUTATE_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NOT_ALLOWLISTED_ERROR_FIELD_NUMBER
public static final int NOT_ALLOWLISTED_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRING_FORMAT_ERROR_FIELD_NUMBER
public static final int STRING_FORMAT_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
STRING_LENGTH_ERROR_FIELD_NUMBER
public static final int STRING_LENGTH_ERROR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected java.lang.Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getErrorCodeCase
public OfflineConversionUploadError.ErrorCodeCase getErrorCodeCase()
- Specified by:
getErrorCodeCasein interfaceOfflineConversionUploadErrorOrBuilder
-
hasCollectionSizeError
public boolean hasCollectionSizeError()
Output only. Collection size error.
.google.ads.googleads.v14.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasCollectionSizeErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the collectionSizeError field is set.
-
getCollectionSizeErrorValue
public int getCollectionSizeErrorValue()
Output only. Collection size error.
.google.ads.googleads.v14.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCollectionSizeErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for collectionSizeError.
-
getCollectionSizeError
public CollectionSizeErrorEnum.CollectionSizeError getCollectionSizeError()
Output only. Collection size error.
.google.ads.googleads.v14.errors.CollectionSizeErrorEnum.CollectionSizeError collection_size_error = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getCollectionSizeErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The collectionSizeError.
-
hasConversionAdjustmentUploadError
public boolean hasConversionAdjustmentUploadError()
Output only. Conversion adjustment upload error.
.google.ads.googleads.v14.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasConversionAdjustmentUploadErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the conversionAdjustmentUploadError field is set.
-
getConversionAdjustmentUploadErrorValue
public int getConversionAdjustmentUploadErrorValue()
Output only. Conversion adjustment upload error.
.google.ads.googleads.v14.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getConversionAdjustmentUploadErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for conversionAdjustmentUploadError.
-
getConversionAdjustmentUploadError
public ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError getConversionAdjustmentUploadError()
Output only. Conversion adjustment upload error.
.google.ads.googleads.v14.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError conversion_adjustment_upload_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getConversionAdjustmentUploadErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The conversionAdjustmentUploadError.
-
hasConversionUploadError
public boolean hasConversionUploadError()
Output only. Conversion upload error.
.google.ads.googleads.v14.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasConversionUploadErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the conversionUploadError field is set.
-
getConversionUploadErrorValue
public int getConversionUploadErrorValue()
Output only. Conversion upload error.
.google.ads.googleads.v14.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getConversionUploadErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for conversionUploadError.
-
getConversionUploadError
public ConversionUploadErrorEnum.ConversionUploadError getConversionUploadError()
Output only. Conversion upload error.
.google.ads.googleads.v14.errors.ConversionUploadErrorEnum.ConversionUploadError conversion_upload_error = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getConversionUploadErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The conversionUploadError.
-
hasDateError
public boolean hasDateError()
Output only. Date error.
.google.ads.googleads.v14.errors.DateErrorEnum.DateError date_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasDateErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the dateError field is set.
-
getDateErrorValue
public int getDateErrorValue()
Output only. Date error.
.google.ads.googleads.v14.errors.DateErrorEnum.DateError date_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDateErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for dateError.
-
getDateError
public DateErrorEnum.DateError getDateError()
Output only. Date error.
.google.ads.googleads.v14.errors.DateErrorEnum.DateError date_error = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDateErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The dateError.
-
hasDistinctError
public boolean hasDistinctError()
Output only. Distinct error.
.google.ads.googleads.v14.errors.DistinctErrorEnum.DistinctError distinct_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasDistinctErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the distinctError field is set.
-
getDistinctErrorValue
public int getDistinctErrorValue()
Output only. Distinct error.
.google.ads.googleads.v14.errors.DistinctErrorEnum.DistinctError distinct_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDistinctErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for distinctError.
-
getDistinctError
public DistinctErrorEnum.DistinctError getDistinctError()
Output only. Distinct error.
.google.ads.googleads.v14.errors.DistinctErrorEnum.DistinctError distinct_error = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getDistinctErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The distinctError.
-
hasFieldError
public boolean hasFieldError()
Output only. Field error.
.google.ads.googleads.v14.errors.FieldErrorEnum.FieldError field_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasFieldErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the fieldError field is set.
-
getFieldErrorValue
public int getFieldErrorValue()
Output only. Field error.
.google.ads.googleads.v14.errors.FieldErrorEnum.FieldError field_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getFieldErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for fieldError.
-
getFieldError
public FieldErrorEnum.FieldError getFieldError()
Output only. Field error.
.google.ads.googleads.v14.errors.FieldErrorEnum.FieldError field_error = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getFieldErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The fieldError.
-
hasMutateError
public boolean hasMutateError()
Output only. Mutate error.
.google.ads.googleads.v14.errors.MutateErrorEnum.MutateError mutate_error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasMutateErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the mutateError field is set.
-
getMutateErrorValue
public int getMutateErrorValue()
Output only. Mutate error.
.google.ads.googleads.v14.errors.MutateErrorEnum.MutateError mutate_error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getMutateErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for mutateError.
-
getMutateError
public MutateErrorEnum.MutateError getMutateError()
Output only. Mutate error.
.google.ads.googleads.v14.errors.MutateErrorEnum.MutateError mutate_error = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getMutateErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The mutateError.
-
hasNotAllowlistedError
public boolean hasNotAllowlistedError()
Output only. Not allowlisted error.
.google.ads.googleads.v14.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasNotAllowlistedErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the notAllowlistedError field is set.
-
getNotAllowlistedErrorValue
public int getNotAllowlistedErrorValue()
Output only. Not allowlisted error.
.google.ads.googleads.v14.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNotAllowlistedErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for notAllowlistedError.
-
getNotAllowlistedError
public NotAllowlistedErrorEnum.NotAllowlistedError getNotAllowlistedError()
Output only. Not allowlisted error.
.google.ads.googleads.v14.errors.NotAllowlistedErrorEnum.NotAllowlistedError not_allowlisted_error = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getNotAllowlistedErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The notAllowlistedError.
-
hasStringFormatError
public boolean hasStringFormatError()
Output only. String format error.
.google.ads.googleads.v14.errors.StringFormatErrorEnum.StringFormatError string_format_error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasStringFormatErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the stringFormatError field is set.
-
getStringFormatErrorValue
public int getStringFormatErrorValue()
Output only. String format error.
.google.ads.googleads.v14.errors.StringFormatErrorEnum.StringFormatError string_format_error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStringFormatErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for stringFormatError.
-
getStringFormatError
public StringFormatErrorEnum.StringFormatError getStringFormatError()
Output only. String format error.
.google.ads.googleads.v14.errors.StringFormatErrorEnum.StringFormatError string_format_error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStringFormatErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The stringFormatError.
-
hasStringLengthError
public boolean hasStringLengthError()
Output only. String length error.
.google.ads.googleads.v14.errors.StringLengthErrorEnum.StringLengthError string_length_error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasStringLengthErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- Whether the stringLengthError field is set.
-
getStringLengthErrorValue
public int getStringLengthErrorValue()
Output only. String length error.
.google.ads.googleads.v14.errors.StringLengthErrorEnum.StringLengthError string_length_error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStringLengthErrorValuein interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The enum numeric value on the wire for stringLengthError.
-
getStringLengthError
public StringLengthErrorEnum.StringLengthError getStringLengthError()
Output only. String length error.
.google.ads.googleads.v14.errors.StringLengthErrorEnum.StringLengthError string_length_error = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStringLengthErrorin interfaceOfflineConversionUploadErrorOrBuilder- Returns:
- The stringLengthError.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static OfflineConversionUploadError parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadError parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadError parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadError parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadError parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadError parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static OfflineConversionUploadError parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OfflineConversionUploadError parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static OfflineConversionUploadError parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static OfflineConversionUploadError parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OfflineConversionUploadError parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static OfflineConversionUploadError parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public OfflineConversionUploadError.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static OfflineConversionUploadError.Builder newBuilder()
-
newBuilder
public static OfflineConversionUploadError.Builder newBuilder(OfflineConversionUploadError prototype)
-
toBuilder
public OfflineConversionUploadError.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected OfflineConversionUploadError.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static OfflineConversionUploadError getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<OfflineConversionUploadError> parser()
-
getParserForType
public com.google.protobuf.Parser<OfflineConversionUploadError> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public OfflineConversionUploadError getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-