com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/errors/conversion_adjustment_upload_error.proto
package com.google.ads.googleads.v10.errors;
/**
*
* Container for enum describing possible conversion adjustment upload errors.
*
*
* Protobuf type {@code google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum}
*/
public final class ConversionAdjustmentUploadErrorEnum extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum)
ConversionAdjustmentUploadErrorEnumOrBuilder {
private static final long serialVersionUID = 0L;
// Use ConversionAdjustmentUploadErrorEnum.newBuilder() to construct.
private ConversionAdjustmentUploadErrorEnum(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private ConversionAdjustmentUploadErrorEnum() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new ConversionAdjustmentUploadErrorEnum();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorProto.internal_static_google_ads_googleads_v10_errors_ConversionAdjustmentUploadErrorEnum_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorProto.internal_static_google_ads_googleads_v10_errors_ConversionAdjustmentUploadErrorEnum_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.class, com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.Builder.class);
}
/**
*
* Enum describing possible conversion adjustment upload errors.
*
*
* Protobuf enum {@code google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError}
*/
public enum ConversionAdjustmentUploadError
implements com.google.protobuf.ProtocolMessageEnum {
/**
*
* Not specified.
*
*
* UNSPECIFIED = 0;
*/
UNSPECIFIED(0),
/**
*
* The received error code is not known in this version.
*
*
* UNKNOWN = 1;
*/
UNKNOWN(1),
/**
*
* The specified conversion action was created too recently.
* Try the upload again after 4-6 hours have passed since the
* conversion action was created.
*
*
* TOO_RECENT_CONVERSION_ACTION = 2;
*/
TOO_RECENT_CONVERSION_ACTION(2),
/**
*
* No conversion action of a supported ConversionActionType that matches the
* provided information can be found for the customer.
*
*
* INVALID_CONVERSION_ACTION = 3;
*/
INVALID_CONVERSION_ACTION(3),
/**
*
* A retraction was already reported for this conversion.
*
*
* CONVERSION_ALREADY_RETRACTED = 4;
*/
CONVERSION_ALREADY_RETRACTED(4),
/**
*
* A conversion for the supplied combination of conversion
* action and conversion identifier could not be found.
*
*
* CONVERSION_NOT_FOUND = 5;
*/
CONVERSION_NOT_FOUND(5),
/**
*
* The specified conversion has already expired. Conversions expire after 55
* days, after which adjustments cannot be reported against them.
*
*
* CONVERSION_EXPIRED = 6;
*/
CONVERSION_EXPIRED(6),
/**
*
* The supplied adjustment date time precedes that of the original
* conversion.
*
*
* ADJUSTMENT_PRECEDES_CONVERSION = 7;
*/
ADJUSTMENT_PRECEDES_CONVERSION(7),
/**
*
* A restatement with a more recent adjustment date time was already
* reported for this conversion.
*
*
* MORE_RECENT_RESTATEMENT_FOUND = 8;
*/
MORE_RECENT_RESTATEMENT_FOUND(8),
/**
*
* The conversion was created too recently.
*
*
* TOO_RECENT_CONVERSION = 9;
*/
TOO_RECENT_CONVERSION(9),
/**
*
* Restatements cannot be reported for a conversion action that always uses
* the default value.
*
*
* CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE = 10;
*/
CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE(10),
/**
*
* The request contained more than 2000 adjustments.
*
*
* TOO_MANY_ADJUSTMENTS_IN_REQUEST = 11;
*/
TOO_MANY_ADJUSTMENTS_IN_REQUEST(11),
/**
*
* The conversion has been adjusted too many times.
*
*
* TOO_MANY_ADJUSTMENTS = 12;
*/
TOO_MANY_ADJUSTMENTS(12),
/**
*
* A restatement with this timestamp already exists for this conversion. To
* upload another adjustment, use a different timestamp.
*
*
* RESTATEMENT_ALREADY_EXISTS = 13;
*/
RESTATEMENT_ALREADY_EXISTS(13),
/**
*
* This adjustment has the same timestamp as another adjustment in the
* request for this conversion. To upload another adjustment, use a
* different timestamp.
*
*
* DUPLICATE_ADJUSTMENT_IN_REQUEST = 14;
*/
DUPLICATE_ADJUSTMENT_IN_REQUEST(14),
/**
*
* The customer has not accepted the customer data terms in the conversion
* settings page.
*
*
* CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 15;
*/
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS(15),
/**
*
* The enhanced conversion settings of the conversion action supplied is
* not eligible for enhancements.
*
*
* CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT = 16;
*/
CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT(16),
/**
*
* The provided user identifier is not a SHA-256 hash. It is either unhashed
* or hashed using a different hash function.
*
*
* INVALID_USER_IDENTIFIER = 17;
*/
INVALID_USER_IDENTIFIER(17),
/**
*
* The provided user identifier is not supported.
* ConversionAdjustmentUploadService only supports hashed_email,
* hashed_phone_number, and address_info.
*
*
* UNSUPPORTED_USER_IDENTIFIER = 18;
*/
UNSUPPORTED_USER_IDENTIFIER(18),
/**
*
* Cannot set both gclid_date_time_pair and order_id.
*
*
* GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET = 20;
*/
GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET(20),
/**
*
* An enhancement with this conversion action and order_id already exists
* for this conversion.
*
*
* CONVERSION_ALREADY_ENHANCED = 21;
*/
CONVERSION_ALREADY_ENHANCED(21),
/**
*
* This enhancement has the same conversion action and order_id as
* another enhancement in the request.
*
*
* DUPLICATE_ENHANCEMENT_IN_REQUEST = 22;
*/
DUPLICATE_ENHANCEMENT_IN_REQUEST(22),
/**
*
* Per our customer data policies, enhancement has been prohibited in your
* account. If you have any questions, contact your Google
* representative.
*
*
* CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT = 23;
*/
CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT(23),
/**
*
* The conversion adjustment is for a conversion action of type WEBPAGE, but
* does not have an order_id. The order_id is required for an adjustment for
* a WEBPAGE conversion action.
*
*
* MISSING_ORDER_ID_FOR_WEBPAGE = 24;
*/
MISSING_ORDER_ID_FOR_WEBPAGE(24),
UNRECOGNIZED(-1),
;
/**
*
* Not specified.
*
*
* UNSPECIFIED = 0;
*/
public static final int UNSPECIFIED_VALUE = 0;
/**
*
* The received error code is not known in this version.
*
*
* UNKNOWN = 1;
*/
public static final int UNKNOWN_VALUE = 1;
/**
*
* The specified conversion action was created too recently.
* Try the upload again after 4-6 hours have passed since the
* conversion action was created.
*
*
* TOO_RECENT_CONVERSION_ACTION = 2;
*/
public static final int TOO_RECENT_CONVERSION_ACTION_VALUE = 2;
/**
*
* No conversion action of a supported ConversionActionType that matches the
* provided information can be found for the customer.
*
*
* INVALID_CONVERSION_ACTION = 3;
*/
public static final int INVALID_CONVERSION_ACTION_VALUE = 3;
/**
*
* A retraction was already reported for this conversion.
*
*
* CONVERSION_ALREADY_RETRACTED = 4;
*/
public static final int CONVERSION_ALREADY_RETRACTED_VALUE = 4;
/**
*
* A conversion for the supplied combination of conversion
* action and conversion identifier could not be found.
*
*
* CONVERSION_NOT_FOUND = 5;
*/
public static final int CONVERSION_NOT_FOUND_VALUE = 5;
/**
*
* The specified conversion has already expired. Conversions expire after 55
* days, after which adjustments cannot be reported against them.
*
*
* CONVERSION_EXPIRED = 6;
*/
public static final int CONVERSION_EXPIRED_VALUE = 6;
/**
*
* The supplied adjustment date time precedes that of the original
* conversion.
*
*
* ADJUSTMENT_PRECEDES_CONVERSION = 7;
*/
public static final int ADJUSTMENT_PRECEDES_CONVERSION_VALUE = 7;
/**
*
* A restatement with a more recent adjustment date time was already
* reported for this conversion.
*
*
* MORE_RECENT_RESTATEMENT_FOUND = 8;
*/
public static final int MORE_RECENT_RESTATEMENT_FOUND_VALUE = 8;
/**
*
* The conversion was created too recently.
*
*
* TOO_RECENT_CONVERSION = 9;
*/
public static final int TOO_RECENT_CONVERSION_VALUE = 9;
/**
*
* Restatements cannot be reported for a conversion action that always uses
* the default value.
*
*
* CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE = 10;
*/
public static final int CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE_VALUE = 10;
/**
*
* The request contained more than 2000 adjustments.
*
*
* TOO_MANY_ADJUSTMENTS_IN_REQUEST = 11;
*/
public static final int TOO_MANY_ADJUSTMENTS_IN_REQUEST_VALUE = 11;
/**
*
* The conversion has been adjusted too many times.
*
*
* TOO_MANY_ADJUSTMENTS = 12;
*/
public static final int TOO_MANY_ADJUSTMENTS_VALUE = 12;
/**
*
* A restatement with this timestamp already exists for this conversion. To
* upload another adjustment, use a different timestamp.
*
*
* RESTATEMENT_ALREADY_EXISTS = 13;
*/
public static final int RESTATEMENT_ALREADY_EXISTS_VALUE = 13;
/**
*
* This adjustment has the same timestamp as another adjustment in the
* request for this conversion. To upload another adjustment, use a
* different timestamp.
*
*
* DUPLICATE_ADJUSTMENT_IN_REQUEST = 14;
*/
public static final int DUPLICATE_ADJUSTMENT_IN_REQUEST_VALUE = 14;
/**
*
* The customer has not accepted the customer data terms in the conversion
* settings page.
*
*
* CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 15;
*/
public static final int CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE = 15;
/**
*
* The enhanced conversion settings of the conversion action supplied is
* not eligible for enhancements.
*
*
* CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT = 16;
*/
public static final int CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT_VALUE = 16;
/**
*
* The provided user identifier is not a SHA-256 hash. It is either unhashed
* or hashed using a different hash function.
*
*
* INVALID_USER_IDENTIFIER = 17;
*/
public static final int INVALID_USER_IDENTIFIER_VALUE = 17;
/**
*
* The provided user identifier is not supported.
* ConversionAdjustmentUploadService only supports hashed_email,
* hashed_phone_number, and address_info.
*
*
* UNSUPPORTED_USER_IDENTIFIER = 18;
*/
public static final int UNSUPPORTED_USER_IDENTIFIER_VALUE = 18;
/**
*
* Cannot set both gclid_date_time_pair and order_id.
*
*
* GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET = 20;
*/
public static final int GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET_VALUE = 20;
/**
*
* An enhancement with this conversion action and order_id already exists
* for this conversion.
*
*
* CONVERSION_ALREADY_ENHANCED = 21;
*/
public static final int CONVERSION_ALREADY_ENHANCED_VALUE = 21;
/**
*
* This enhancement has the same conversion action and order_id as
* another enhancement in the request.
*
*
* DUPLICATE_ENHANCEMENT_IN_REQUEST = 22;
*/
public static final int DUPLICATE_ENHANCEMENT_IN_REQUEST_VALUE = 22;
/**
*
* Per our customer data policies, enhancement has been prohibited in your
* account. If you have any questions, contact your Google
* representative.
*
*
* CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT = 23;
*/
public static final int CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT_VALUE = 23;
/**
*
* The conversion adjustment is for a conversion action of type WEBPAGE, but
* does not have an order_id. The order_id is required for an adjustment for
* a WEBPAGE conversion action.
*
*
* MISSING_ORDER_ID_FOR_WEBPAGE = 24;
*/
public static final int MISSING_ORDER_ID_FOR_WEBPAGE_VALUE = 24;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static ConversionAdjustmentUploadError valueOf(int value) {
return forNumber(value);
}
/**
* @param value The numeric wire value of the corresponding enum entry.
* @return The enum associated with the given numeric wire value.
*/
public static ConversionAdjustmentUploadError forNumber(int value) {
switch (value) {
case 0: return UNSPECIFIED;
case 1: return UNKNOWN;
case 2: return TOO_RECENT_CONVERSION_ACTION;
case 3: return INVALID_CONVERSION_ACTION;
case 4: return CONVERSION_ALREADY_RETRACTED;
case 5: return CONVERSION_NOT_FOUND;
case 6: return CONVERSION_EXPIRED;
case 7: return ADJUSTMENT_PRECEDES_CONVERSION;
case 8: return MORE_RECENT_RESTATEMENT_FOUND;
case 9: return TOO_RECENT_CONVERSION;
case 10: return CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE;
case 11: return TOO_MANY_ADJUSTMENTS_IN_REQUEST;
case 12: return TOO_MANY_ADJUSTMENTS;
case 13: return RESTATEMENT_ALREADY_EXISTS;
case 14: return DUPLICATE_ADJUSTMENT_IN_REQUEST;
case 15: return CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS;
case 16: return CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT;
case 17: return INVALID_USER_IDENTIFIER;
case 18: return UNSUPPORTED_USER_IDENTIFIER;
case 20: return GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET;
case 21: return CONVERSION_ALREADY_ENHANCED;
case 22: return DUPLICATE_ENHANCEMENT_IN_REQUEST;
case 23: return CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT;
case 24: return MISSING_ORDER_ID_FOR_WEBPAGE;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
ConversionAdjustmentUploadError> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public ConversionAdjustmentUploadError findValueByNumber(int number) {
return ConversionAdjustmentUploadError.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.getDescriptor().getEnumTypes().get(0);
}
private static final ConversionAdjustmentUploadError[] VALUES = values();
public static ConversionAdjustmentUploadError valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private ConversionAdjustmentUploadError(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError)
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum)) {
return super.equals(obj);
}
com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum other = (com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum) obj;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
*
* Container for enum describing possible conversion adjustment upload errors.
*
*
* Protobuf type {@code google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum)
com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnumOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorProto.internal_static_google_ads_googleads_v10_errors_ConversionAdjustmentUploadErrorEnum_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorProto.internal_static_google_ads_googleads_v10_errors_ConversionAdjustmentUploadErrorEnum_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.class, com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.Builder.class);
}
// Construct using com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorProto.internal_static_google_ads_googleads_v10_errors_ConversionAdjustmentUploadErrorEnum_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum getDefaultInstanceForType() {
return com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum build() {
com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum buildPartial() {
com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum result = new com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum(this);
onBuilt();
return result;
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum) {
return mergeFrom((com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum other) {
if (other == com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.getDefaultInstance()) return this;
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum)
private static final com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum();
}
public static com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public ConversionAdjustmentUploadErrorEnum parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
Builder builder = newBuilder();
try {
builder.mergeFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(builder.buildPartial());
} catch (com.google.protobuf.UninitializedMessageException e) {
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(e)
.setUnfinishedMessage(builder.buildPartial());
}
return builder.buildPartial();
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy