com.google.ads.googleads.v17.services.UploadClickConversionsRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/services/conversion_upload_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
/**
*
* Request message for
* [ConversionUploadService.UploadClickConversions][google.ads.googleads.v17.services.ConversionUploadService.UploadClickConversions].
*
*
* Protobuf type {@code google.ads.googleads.v17.services.UploadClickConversionsRequest}
*/
public final class UploadClickConversionsRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v17.services.UploadClickConversionsRequest)
UploadClickConversionsRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use UploadClickConversionsRequest.newBuilder() to construct.
private UploadClickConversionsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private UploadClickConversionsRequest() {
customerId_ = "";
conversions_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new UploadClickConversionsRequest();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.services.ConversionUploadServiceProto.internal_static_google_ads_googleads_v17_services_UploadClickConversionsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.services.ConversionUploadServiceProto.internal_static_google_ads_googleads_v17_services_UploadClickConversionsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.services.UploadClickConversionsRequest.class, com.google.ads.googleads.v17.services.UploadClickConversionsRequest.Builder.class);
}
private int bitField0_;
public static final int CUSTOMER_ID_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object customerId_ = "";
/**
*
* Required. The ID of the customer performing the upload.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The customerId.
*/
@java.lang.Override
public java.lang.String getCustomerId() {
java.lang.Object ref = customerId_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerId_ = s;
return s;
}
}
/**
*
* Required. The ID of the customer performing the upload.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for customerId.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCustomerIdBytes() {
java.lang.Object ref = customerId_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CONVERSIONS_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private java.util.List conversions_;
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
@java.lang.Override
public java.util.List getConversionsList() {
return conversions_;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
@java.lang.Override
public java.util.List extends com.google.ads.googleads.v17.services.ClickConversionOrBuilder>
getConversionsOrBuilderList() {
return conversions_;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
@java.lang.Override
public int getConversionsCount() {
return conversions_.size();
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
@java.lang.Override
public com.google.ads.googleads.v17.services.ClickConversion getConversions(int index) {
return conversions_.get(index);
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
@java.lang.Override
public com.google.ads.googleads.v17.services.ClickConversionOrBuilder getConversionsOrBuilder(
int index) {
return conversions_.get(index);
}
public static final int PARTIAL_FAILURE_FIELD_NUMBER = 3;
private boolean partialFailure_ = false;
/**
*
* Required. If true, successful operations will be carried out and invalid
* operations will return errors. If false, all operations will be carried
* out in one transaction if and only if they are all valid.
* This should always be set to true.
* See
* https://developers.google.com/google-ads/api/docs/best-practices/partial-failures
* for more information about partial failure.
*
*
* bool partial_failure = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The partialFailure.
*/
@java.lang.Override
public boolean getPartialFailure() {
return partialFailure_;
}
public static final int VALIDATE_ONLY_FIELD_NUMBER = 4;
private boolean validateOnly_ = false;
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 4;
* @return The validateOnly.
*/
@java.lang.Override
public boolean getValidateOnly() {
return validateOnly_;
}
public static final int DEBUG_ENABLED_FIELD_NUMBER = 5;
private boolean debugEnabled_ = false;
/**
*
* If true, the API will perform all upload checks and return errors if
* any are found. If false, it will perform only basic input validation,
* skip subsequent upload checks, and return success even if no click
* was found for the provided `user_identifiers`.
*
* This setting only affects Enhanced conversions for leads uploads that use
* `user_identifiers` instead of `GCLID`, `GBRAID`, or `WBRAID`. When
* uploading enhanced conversions for leads, you should upload all conversion
* events to the API, including those that may not come from Google Ads
* campaigns. The upload of an event that is not from a Google Ads campaign
* will result in a `CLICK_NOT_FOUND` error if this field is set to `true`.
* Since these errors are expected for such events, set this field to `false`
* so you can confirm your uploads are properly formatted but ignore
* `CLICK_NOT_FOUND` errors from all of the conversions that are not from a
* Google Ads campaign. This will allow you to focus only on errors that you
* can address.
*
* Default is false.
*
*
* bool debug_enabled = 5;
* @return The debugEnabled.
*/
@java.lang.Override
public boolean getDebugEnabled() {
return debugEnabled_;
}
public static final int JOB_ID_FIELD_NUMBER = 6;
private int jobId_ = 0;
/**
*
* Optional. Optional input to set job ID. Must be a non-negative number that
* is less than 2^31 if provided. If this field is not provided, the API will
* generate a job ID in the range [2^31, (2^63)-1]. The API will return the
* value for this request in the `job_id` field of the
* `UploadClickConversionsResponse`.
*
*
* optional int32 job_id = 6 [(.google.api.field_behavior) = OPTIONAL];
* @return Whether the jobId field is set.
*/
@java.lang.Override
public boolean hasJobId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Optional. Optional input to set job ID. Must be a non-negative number that
* is less than 2^31 if provided. If this field is not provided, the API will
* generate a job ID in the range [2^31, (2^63)-1]. The API will return the
* value for this request in the `job_id` field of the
* `UploadClickConversionsResponse`.
*
*
* optional int32 job_id = 6 [(.google.api.field_behavior) = OPTIONAL];
* @return The jobId.
*/
@java.lang.Override
public int getJobId() {
return jobId_;
}
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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerId_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, customerId_);
}
for (int i = 0; i < conversions_.size(); i++) {
output.writeMessage(2, conversions_.get(i));
}
if (partialFailure_ != false) {
output.writeBool(3, partialFailure_);
}
if (validateOnly_ != false) {
output.writeBool(4, validateOnly_);
}
if (debugEnabled_ != false) {
output.writeBool(5, debugEnabled_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeInt32(6, jobId_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(customerId_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, customerId_);
}
for (int i = 0; i < conversions_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, conversions_.get(i));
}
if (partialFailure_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(3, partialFailure_);
}
if (validateOnly_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(4, validateOnly_);
}
if (debugEnabled_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, debugEnabled_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(6, jobId_);
}
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.v17.services.UploadClickConversionsRequest)) {
return super.equals(obj);
}
com.google.ads.googleads.v17.services.UploadClickConversionsRequest other = (com.google.ads.googleads.v17.services.UploadClickConversionsRequest) obj;
if (!getCustomerId()
.equals(other.getCustomerId())) return false;
if (!getConversionsList()
.equals(other.getConversionsList())) return false;
if (getPartialFailure()
!= other.getPartialFailure()) return false;
if (getValidateOnly()
!= other.getValidateOnly()) return false;
if (getDebugEnabled()
!= other.getDebugEnabled()) return false;
if (hasJobId() != other.hasJobId()) return false;
if (hasJobId()) {
if (getJobId()
!= other.getJobId()) return false;
}
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 = (37 * hash) + CUSTOMER_ID_FIELD_NUMBER;
hash = (53 * hash) + getCustomerId().hashCode();
if (getConversionsCount() > 0) {
hash = (37 * hash) + CONVERSIONS_FIELD_NUMBER;
hash = (53 * hash) + getConversionsList().hashCode();
}
hash = (37 * hash) + PARTIAL_FAILURE_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getPartialFailure());
hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getValidateOnly());
hash = (37 * hash) + DEBUG_ENABLED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getDebugEnabled());
if (hasJobId()) {
hash = (37 * hash) + JOB_ID_FIELD_NUMBER;
hash = (53 * hash) + getJobId();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest 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.v17.services.UploadClickConversionsRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest 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.v17.services.UploadClickConversionsRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest 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.v17.services.UploadClickConversionsRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest 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.v17.services.UploadClickConversionsRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest 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.v17.services.UploadClickConversionsRequest 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;
}
/**
*
* Request message for
* [ConversionUploadService.UploadClickConversions][google.ads.googleads.v17.services.ConversionUploadService.UploadClickConversions].
*
*
* Protobuf type {@code google.ads.googleads.v17.services.UploadClickConversionsRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.services.UploadClickConversionsRequest)
com.google.ads.googleads.v17.services.UploadClickConversionsRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.services.ConversionUploadServiceProto.internal_static_google_ads_googleads_v17_services_UploadClickConversionsRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.services.ConversionUploadServiceProto.internal_static_google_ads_googleads_v17_services_UploadClickConversionsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.services.UploadClickConversionsRequest.class, com.google.ads.googleads.v17.services.UploadClickConversionsRequest.Builder.class);
}
// Construct using com.google.ads.googleads.v17.services.UploadClickConversionsRequest.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
customerId_ = "";
if (conversionsBuilder_ == null) {
conversions_ = java.util.Collections.emptyList();
} else {
conversions_ = null;
conversionsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
partialFailure_ = false;
validateOnly_ = false;
debugEnabled_ = false;
jobId_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v17.services.ConversionUploadServiceProto.internal_static_google_ads_googleads_v17_services_UploadClickConversionsRequest_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v17.services.UploadClickConversionsRequest getDefaultInstanceForType() {
return com.google.ads.googleads.v17.services.UploadClickConversionsRequest.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v17.services.UploadClickConversionsRequest build() {
com.google.ads.googleads.v17.services.UploadClickConversionsRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v17.services.UploadClickConversionsRequest buildPartial() {
com.google.ads.googleads.v17.services.UploadClickConversionsRequest result = new com.google.ads.googleads.v17.services.UploadClickConversionsRequest(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartialRepeatedFields(com.google.ads.googleads.v17.services.UploadClickConversionsRequest result) {
if (conversionsBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0)) {
conversions_ = java.util.Collections.unmodifiableList(conversions_);
bitField0_ = (bitField0_ & ~0x00000002);
}
result.conversions_ = conversions_;
} else {
result.conversions_ = conversionsBuilder_.build();
}
}
private void buildPartial0(com.google.ads.googleads.v17.services.UploadClickConversionsRequest result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.customerId_ = customerId_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.partialFailure_ = partialFailure_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.validateOnly_ = validateOnly_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.debugEnabled_ = debugEnabled_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000020) != 0)) {
result.jobId_ = jobId_;
to_bitField0_ |= 0x00000001;
}
result.bitField0_ |= to_bitField0_;
}
@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.v17.services.UploadClickConversionsRequest) {
return mergeFrom((com.google.ads.googleads.v17.services.UploadClickConversionsRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v17.services.UploadClickConversionsRequest other) {
if (other == com.google.ads.googleads.v17.services.UploadClickConversionsRequest.getDefaultInstance()) return this;
if (!other.getCustomerId().isEmpty()) {
customerId_ = other.customerId_;
bitField0_ |= 0x00000001;
onChanged();
}
if (conversionsBuilder_ == null) {
if (!other.conversions_.isEmpty()) {
if (conversions_.isEmpty()) {
conversions_ = other.conversions_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureConversionsIsMutable();
conversions_.addAll(other.conversions_);
}
onChanged();
}
} else {
if (!other.conversions_.isEmpty()) {
if (conversionsBuilder_.isEmpty()) {
conversionsBuilder_.dispose();
conversionsBuilder_ = null;
conversions_ = other.conversions_;
bitField0_ = (bitField0_ & ~0x00000002);
conversionsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getConversionsFieldBuilder() : null;
} else {
conversionsBuilder_.addAllMessages(other.conversions_);
}
}
}
if (other.getPartialFailure() != false) {
setPartialFailure(other.getPartialFailure());
}
if (other.getValidateOnly() != false) {
setValidateOnly(other.getValidateOnly());
}
if (other.getDebugEnabled() != false) {
setDebugEnabled(other.getDebugEnabled());
}
if (other.hasJobId()) {
setJobId(other.getJobId());
}
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;
case 10: {
customerId_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
com.google.ads.googleads.v17.services.ClickConversion m =
input.readMessage(
com.google.ads.googleads.v17.services.ClickConversion.parser(),
extensionRegistry);
if (conversionsBuilder_ == null) {
ensureConversionsIsMutable();
conversions_.add(m);
} else {
conversionsBuilder_.addMessage(m);
}
break;
} // case 18
case 24: {
partialFailure_ = input.readBool();
bitField0_ |= 0x00000004;
break;
} // case 24
case 32: {
validateOnly_ = input.readBool();
bitField0_ |= 0x00000008;
break;
} // case 32
case 40: {
debugEnabled_ = input.readBool();
bitField0_ |= 0x00000010;
break;
} // case 40
case 48: {
jobId_ = input.readInt32();
bitField0_ |= 0x00000020;
break;
} // case 48
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;
}
private int bitField0_;
private java.lang.Object customerId_ = "";
/**
*
* Required. The ID of the customer performing the upload.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The customerId.
*/
public java.lang.String getCustomerId() {
java.lang.Object ref = customerId_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
customerId_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Required. The ID of the customer performing the upload.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return The bytes for customerId.
*/
public com.google.protobuf.ByteString
getCustomerIdBytes() {
java.lang.Object ref = customerId_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
customerId_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Required. The ID of the customer performing the upload.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @param value The customerId to set.
* @return This builder for chaining.
*/
public Builder setCustomerId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
customerId_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
*
* Required. The ID of the customer performing the upload.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @return This builder for chaining.
*/
public Builder clearCustomerId() {
customerId_ = getDefaultInstance().getCustomerId();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
*
* Required. The ID of the customer performing the upload.
*
*
* string customer_id = 1 [(.google.api.field_behavior) = REQUIRED];
* @param value The bytes for customerId to set.
* @return This builder for chaining.
*/
public Builder setCustomerIdBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
customerId_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.util.List conversions_ =
java.util.Collections.emptyList();
private void ensureConversionsIsMutable() {
if (!((bitField0_ & 0x00000002) != 0)) {
conversions_ = new java.util.ArrayList(conversions_);
bitField0_ |= 0x00000002;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.ads.googleads.v17.services.ClickConversion, com.google.ads.googleads.v17.services.ClickConversion.Builder, com.google.ads.googleads.v17.services.ClickConversionOrBuilder> conversionsBuilder_;
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public java.util.List getConversionsList() {
if (conversionsBuilder_ == null) {
return java.util.Collections.unmodifiableList(conversions_);
} else {
return conversionsBuilder_.getMessageList();
}
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public int getConversionsCount() {
if (conversionsBuilder_ == null) {
return conversions_.size();
} else {
return conversionsBuilder_.getCount();
}
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public com.google.ads.googleads.v17.services.ClickConversion getConversions(int index) {
if (conversionsBuilder_ == null) {
return conversions_.get(index);
} else {
return conversionsBuilder_.getMessage(index);
}
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder setConversions(
int index, com.google.ads.googleads.v17.services.ClickConversion value) {
if (conversionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureConversionsIsMutable();
conversions_.set(index, value);
onChanged();
} else {
conversionsBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder setConversions(
int index, com.google.ads.googleads.v17.services.ClickConversion.Builder builderForValue) {
if (conversionsBuilder_ == null) {
ensureConversionsIsMutable();
conversions_.set(index, builderForValue.build());
onChanged();
} else {
conversionsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder addConversions(com.google.ads.googleads.v17.services.ClickConversion value) {
if (conversionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureConversionsIsMutable();
conversions_.add(value);
onChanged();
} else {
conversionsBuilder_.addMessage(value);
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder addConversions(
int index, com.google.ads.googleads.v17.services.ClickConversion value) {
if (conversionsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureConversionsIsMutable();
conversions_.add(index, value);
onChanged();
} else {
conversionsBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder addConversions(
com.google.ads.googleads.v17.services.ClickConversion.Builder builderForValue) {
if (conversionsBuilder_ == null) {
ensureConversionsIsMutable();
conversions_.add(builderForValue.build());
onChanged();
} else {
conversionsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder addConversions(
int index, com.google.ads.googleads.v17.services.ClickConversion.Builder builderForValue) {
if (conversionsBuilder_ == null) {
ensureConversionsIsMutable();
conversions_.add(index, builderForValue.build());
onChanged();
} else {
conversionsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder addAllConversions(
java.lang.Iterable extends com.google.ads.googleads.v17.services.ClickConversion> values) {
if (conversionsBuilder_ == null) {
ensureConversionsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, conversions_);
onChanged();
} else {
conversionsBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder clearConversions() {
if (conversionsBuilder_ == null) {
conversions_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
conversionsBuilder_.clear();
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder removeConversions(int index) {
if (conversionsBuilder_ == null) {
ensureConversionsIsMutable();
conversions_.remove(index);
onChanged();
} else {
conversionsBuilder_.remove(index);
}
return this;
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public com.google.ads.googleads.v17.services.ClickConversion.Builder getConversionsBuilder(
int index) {
return getConversionsFieldBuilder().getBuilder(index);
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public com.google.ads.googleads.v17.services.ClickConversionOrBuilder getConversionsOrBuilder(
int index) {
if (conversionsBuilder_ == null) {
return conversions_.get(index); } else {
return conversionsBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public java.util.List extends com.google.ads.googleads.v17.services.ClickConversionOrBuilder>
getConversionsOrBuilderList() {
if (conversionsBuilder_ != null) {
return conversionsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(conversions_);
}
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public com.google.ads.googleads.v17.services.ClickConversion.Builder addConversionsBuilder() {
return getConversionsFieldBuilder().addBuilder(
com.google.ads.googleads.v17.services.ClickConversion.getDefaultInstance());
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public com.google.ads.googleads.v17.services.ClickConversion.Builder addConversionsBuilder(
int index) {
return getConversionsFieldBuilder().addBuilder(
index, com.google.ads.googleads.v17.services.ClickConversion.getDefaultInstance());
}
/**
*
* Required. The conversions that are being uploaded.
*
*
* repeated .google.ads.googleads.v17.services.ClickConversion conversions = 2 [(.google.api.field_behavior) = REQUIRED];
*/
public java.util.List
getConversionsBuilderList() {
return getConversionsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.ads.googleads.v17.services.ClickConversion, com.google.ads.googleads.v17.services.ClickConversion.Builder, com.google.ads.googleads.v17.services.ClickConversionOrBuilder>
getConversionsFieldBuilder() {
if (conversionsBuilder_ == null) {
conversionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
com.google.ads.googleads.v17.services.ClickConversion, com.google.ads.googleads.v17.services.ClickConversion.Builder, com.google.ads.googleads.v17.services.ClickConversionOrBuilder>(
conversions_,
((bitField0_ & 0x00000002) != 0),
getParentForChildren(),
isClean());
conversions_ = null;
}
return conversionsBuilder_;
}
private boolean partialFailure_ ;
/**
*
* Required. If true, successful operations will be carried out and invalid
* operations will return errors. If false, all operations will be carried
* out in one transaction if and only if they are all valid.
* This should always be set to true.
* See
* https://developers.google.com/google-ads/api/docs/best-practices/partial-failures
* for more information about partial failure.
*
*
* bool partial_failure = 3 [(.google.api.field_behavior) = REQUIRED];
* @return The partialFailure.
*/
@java.lang.Override
public boolean getPartialFailure() {
return partialFailure_;
}
/**
*
* Required. If true, successful operations will be carried out and invalid
* operations will return errors. If false, all operations will be carried
* out in one transaction if and only if they are all valid.
* This should always be set to true.
* See
* https://developers.google.com/google-ads/api/docs/best-practices/partial-failures
* for more information about partial failure.
*
*
* bool partial_failure = 3 [(.google.api.field_behavior) = REQUIRED];
* @param value The partialFailure to set.
* @return This builder for chaining.
*/
public Builder setPartialFailure(boolean value) {
partialFailure_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* Required. If true, successful operations will be carried out and invalid
* operations will return errors. If false, all operations will be carried
* out in one transaction if and only if they are all valid.
* This should always be set to true.
* See
* https://developers.google.com/google-ads/api/docs/best-practices/partial-failures
* for more information about partial failure.
*
*
* bool partial_failure = 3 [(.google.api.field_behavior) = REQUIRED];
* @return This builder for chaining.
*/
public Builder clearPartialFailure() {
bitField0_ = (bitField0_ & ~0x00000004);
partialFailure_ = false;
onChanged();
return this;
}
private boolean validateOnly_ ;
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 4;
* @return The validateOnly.
*/
@java.lang.Override
public boolean getValidateOnly() {
return validateOnly_;
}
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 4;
* @param value The validateOnly to set.
* @return This builder for chaining.
*/
public Builder setValidateOnly(boolean value) {
validateOnly_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 4;
* @return This builder for chaining.
*/
public Builder clearValidateOnly() {
bitField0_ = (bitField0_ & ~0x00000008);
validateOnly_ = false;
onChanged();
return this;
}
private boolean debugEnabled_ ;
/**
*
* If true, the API will perform all upload checks and return errors if
* any are found. If false, it will perform only basic input validation,
* skip subsequent upload checks, and return success even if no click
* was found for the provided `user_identifiers`.
*
* This setting only affects Enhanced conversions for leads uploads that use
* `user_identifiers` instead of `GCLID`, `GBRAID`, or `WBRAID`. When
* uploading enhanced conversions for leads, you should upload all conversion
* events to the API, including those that may not come from Google Ads
* campaigns. The upload of an event that is not from a Google Ads campaign
* will result in a `CLICK_NOT_FOUND` error if this field is set to `true`.
* Since these errors are expected for such events, set this field to `false`
* so you can confirm your uploads are properly formatted but ignore
* `CLICK_NOT_FOUND` errors from all of the conversions that are not from a
* Google Ads campaign. This will allow you to focus only on errors that you
* can address.
*
* Default is false.
*
*
* bool debug_enabled = 5;
* @return The debugEnabled.
*/
@java.lang.Override
public boolean getDebugEnabled() {
return debugEnabled_;
}
/**
*
* If true, the API will perform all upload checks and return errors if
* any are found. If false, it will perform only basic input validation,
* skip subsequent upload checks, and return success even if no click
* was found for the provided `user_identifiers`.
*
* This setting only affects Enhanced conversions for leads uploads that use
* `user_identifiers` instead of `GCLID`, `GBRAID`, or `WBRAID`. When
* uploading enhanced conversions for leads, you should upload all conversion
* events to the API, including those that may not come from Google Ads
* campaigns. The upload of an event that is not from a Google Ads campaign
* will result in a `CLICK_NOT_FOUND` error if this field is set to `true`.
* Since these errors are expected for such events, set this field to `false`
* so you can confirm your uploads are properly formatted but ignore
* `CLICK_NOT_FOUND` errors from all of the conversions that are not from a
* Google Ads campaign. This will allow you to focus only on errors that you
* can address.
*
* Default is false.
*
*
* bool debug_enabled = 5;
* @param value The debugEnabled to set.
* @return This builder for chaining.
*/
public Builder setDebugEnabled(boolean value) {
debugEnabled_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
*
* If true, the API will perform all upload checks and return errors if
* any are found. If false, it will perform only basic input validation,
* skip subsequent upload checks, and return success even if no click
* was found for the provided `user_identifiers`.
*
* This setting only affects Enhanced conversions for leads uploads that use
* `user_identifiers` instead of `GCLID`, `GBRAID`, or `WBRAID`. When
* uploading enhanced conversions for leads, you should upload all conversion
* events to the API, including those that may not come from Google Ads
* campaigns. The upload of an event that is not from a Google Ads campaign
* will result in a `CLICK_NOT_FOUND` error if this field is set to `true`.
* Since these errors are expected for such events, set this field to `false`
* so you can confirm your uploads are properly formatted but ignore
* `CLICK_NOT_FOUND` errors from all of the conversions that are not from a
* Google Ads campaign. This will allow you to focus only on errors that you
* can address.
*
* Default is false.
*
*
* bool debug_enabled = 5;
* @return This builder for chaining.
*/
public Builder clearDebugEnabled() {
bitField0_ = (bitField0_ & ~0x00000010);
debugEnabled_ = false;
onChanged();
return this;
}
private int jobId_ ;
/**
*
* Optional. Optional input to set job ID. Must be a non-negative number that
* is less than 2^31 if provided. If this field is not provided, the API will
* generate a job ID in the range [2^31, (2^63)-1]. The API will return the
* value for this request in the `job_id` field of the
* `UploadClickConversionsResponse`.
*
*
* optional int32 job_id = 6 [(.google.api.field_behavior) = OPTIONAL];
* @return Whether the jobId field is set.
*/
@java.lang.Override
public boolean hasJobId() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
*
* Optional. Optional input to set job ID. Must be a non-negative number that
* is less than 2^31 if provided. If this field is not provided, the API will
* generate a job ID in the range [2^31, (2^63)-1]. The API will return the
* value for this request in the `job_id` field of the
* `UploadClickConversionsResponse`.
*
*
* optional int32 job_id = 6 [(.google.api.field_behavior) = OPTIONAL];
* @return The jobId.
*/
@java.lang.Override
public int getJobId() {
return jobId_;
}
/**
*
* Optional. Optional input to set job ID. Must be a non-negative number that
* is less than 2^31 if provided. If this field is not provided, the API will
* generate a job ID in the range [2^31, (2^63)-1]. The API will return the
* value for this request in the `job_id` field of the
* `UploadClickConversionsResponse`.
*
*
* optional int32 job_id = 6 [(.google.api.field_behavior) = OPTIONAL];
* @param value The jobId to set.
* @return This builder for chaining.
*/
public Builder setJobId(int value) {
jobId_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
*
* Optional. Optional input to set job ID. Must be a non-negative number that
* is less than 2^31 if provided. If this field is not provided, the API will
* generate a job ID in the range [2^31, (2^63)-1]. The API will return the
* value for this request in the `job_id` field of the
* `UploadClickConversionsResponse`.
*
*
* optional int32 job_id = 6 [(.google.api.field_behavior) = OPTIONAL];
* @return This builder for chaining.
*/
public Builder clearJobId() {
bitField0_ = (bitField0_ & ~0x00000020);
jobId_ = 0;
onChanged();
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.v17.services.UploadClickConversionsRequest)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v17.services.UploadClickConversionsRequest)
private static final com.google.ads.googleads.v17.services.UploadClickConversionsRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v17.services.UploadClickConversionsRequest();
}
public static com.google.ads.googleads.v17.services.UploadClickConversionsRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public UploadClickConversionsRequest 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.v17.services.UploadClickConversionsRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy