com.google.ads.googleads.v17.services.MutateCustomerRequest 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/customer_service.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;
/**
*
* Request message for
* [CustomerService.MutateCustomer][google.ads.googleads.v17.services.CustomerService.MutateCustomer].
*
*
* Protobuf type {@code google.ads.googleads.v17.services.MutateCustomerRequest}
*/
public final class MutateCustomerRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v17.services.MutateCustomerRequest)
MutateCustomerRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use MutateCustomerRequest.newBuilder() to construct.
private MutateCustomerRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private MutateCustomerRequest() {
customerId_ = "";
responseContentType_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new MutateCustomerRequest();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.services.CustomerServiceProto.internal_static_google_ads_googleads_v17_services_MutateCustomerRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.services.CustomerServiceProto.internal_static_google_ads_googleads_v17_services_MutateCustomerRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.services.MutateCustomerRequest.class, com.google.ads.googleads.v17.services.MutateCustomerRequest.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 being modified.
*
*
* 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 being modified.
*
*
* 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 OPERATION_FIELD_NUMBER = 4;
private com.google.ads.googleads.v17.services.CustomerOperation operation_;
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the operation field is set.
*/
@java.lang.Override
public boolean hasOperation() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
* @return The operation.
*/
@java.lang.Override
public com.google.ads.googleads.v17.services.CustomerOperation getOperation() {
return operation_ == null ? com.google.ads.googleads.v17.services.CustomerOperation.getDefaultInstance() : operation_;
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
@java.lang.Override
public com.google.ads.googleads.v17.services.CustomerOperationOrBuilder getOperationOrBuilder() {
return operation_ == null ? com.google.ads.googleads.v17.services.CustomerOperation.getDefaultInstance() : operation_;
}
public static final int VALIDATE_ONLY_FIELD_NUMBER = 5;
private boolean validateOnly_ = false;
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 5;
* @return The validateOnly.
*/
@java.lang.Override
public boolean getValidateOnly() {
return validateOnly_;
}
public static final int RESPONSE_CONTENT_TYPE_FIELD_NUMBER = 6;
private int responseContentType_ = 0;
/**
*
* The response content type setting. Determines whether the mutable resource
* or just the resource name should be returned post mutation.
*
*
* .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 6;
* @return The enum numeric value on the wire for responseContentType.
*/
@java.lang.Override public int getResponseContentTypeValue() {
return responseContentType_;
}
/**
*
* The response content type setting. Determines whether the mutable resource
* or just the resource name should be returned post mutation.
*
*
* .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 6;
* @return The responseContentType.
*/
@java.lang.Override public com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType getResponseContentType() {
com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType result = com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType.forNumber(responseContentType_);
return result == null ? com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType.UNRECOGNIZED : result;
}
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_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(4, getOperation());
}
if (validateOnly_ != false) {
output.writeBool(5, validateOnly_);
}
if (responseContentType_ != com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType.UNSPECIFIED.getNumber()) {
output.writeEnum(6, responseContentType_);
}
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_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getOperation());
}
if (validateOnly_ != false) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(5, validateOnly_);
}
if (responseContentType_ != com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType.UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(6, responseContentType_);
}
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.MutateCustomerRequest)) {
return super.equals(obj);
}
com.google.ads.googleads.v17.services.MutateCustomerRequest other = (com.google.ads.googleads.v17.services.MutateCustomerRequest) obj;
if (!getCustomerId()
.equals(other.getCustomerId())) return false;
if (hasOperation() != other.hasOperation()) return false;
if (hasOperation()) {
if (!getOperation()
.equals(other.getOperation())) return false;
}
if (getValidateOnly()
!= other.getValidateOnly()) return false;
if (responseContentType_ != other.responseContentType_) 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 (hasOperation()) {
hash = (37 * hash) + OPERATION_FIELD_NUMBER;
hash = (53 * hash) + getOperation().hashCode();
}
hash = (37 * hash) + VALIDATE_ONLY_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getValidateOnly());
hash = (37 * hash) + RESPONSE_CONTENT_TYPE_FIELD_NUMBER;
hash = (53 * hash) + responseContentType_;
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v17.services.MutateCustomerRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.services.MutateCustomerRequest 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.MutateCustomerRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.services.MutateCustomerRequest 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.MutateCustomerRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.services.MutateCustomerRequest 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.MutateCustomerRequest 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.MutateCustomerRequest 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.MutateCustomerRequest 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.MutateCustomerRequest 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.MutateCustomerRequest 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.MutateCustomerRequest 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.MutateCustomerRequest 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
* [CustomerService.MutateCustomer][google.ads.googleads.v17.services.CustomerService.MutateCustomer].
*
*
* Protobuf type {@code google.ads.googleads.v17.services.MutateCustomerRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.services.MutateCustomerRequest)
com.google.ads.googleads.v17.services.MutateCustomerRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.services.CustomerServiceProto.internal_static_google_ads_googleads_v17_services_MutateCustomerRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.services.CustomerServiceProto.internal_static_google_ads_googleads_v17_services_MutateCustomerRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.services.MutateCustomerRequest.class, com.google.ads.googleads.v17.services.MutateCustomerRequest.Builder.class);
}
// Construct using com.google.ads.googleads.v17.services.MutateCustomerRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getOperationFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
customerId_ = "";
operation_ = null;
if (operationBuilder_ != null) {
operationBuilder_.dispose();
operationBuilder_ = null;
}
validateOnly_ = false;
responseContentType_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v17.services.CustomerServiceProto.internal_static_google_ads_googleads_v17_services_MutateCustomerRequest_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v17.services.MutateCustomerRequest getDefaultInstanceForType() {
return com.google.ads.googleads.v17.services.MutateCustomerRequest.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v17.services.MutateCustomerRequest build() {
com.google.ads.googleads.v17.services.MutateCustomerRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v17.services.MutateCustomerRequest buildPartial() {
com.google.ads.googleads.v17.services.MutateCustomerRequest result = new com.google.ads.googleads.v17.services.MutateCustomerRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.google.ads.googleads.v17.services.MutateCustomerRequest result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.customerId_ = customerId_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000002) != 0)) {
result.operation_ = operationBuilder_ == null
? operation_
: operationBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.validateOnly_ = validateOnly_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.responseContentType_ = responseContentType_;
}
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.MutateCustomerRequest) {
return mergeFrom((com.google.ads.googleads.v17.services.MutateCustomerRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v17.services.MutateCustomerRequest other) {
if (other == com.google.ads.googleads.v17.services.MutateCustomerRequest.getDefaultInstance()) return this;
if (!other.getCustomerId().isEmpty()) {
customerId_ = other.customerId_;
bitField0_ |= 0x00000001;
onChanged();
}
if (other.hasOperation()) {
mergeOperation(other.getOperation());
}
if (other.getValidateOnly() != false) {
setValidateOnly(other.getValidateOnly());
}
if (other.responseContentType_ != 0) {
setResponseContentTypeValue(other.getResponseContentTypeValue());
}
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 34: {
input.readMessage(
getOperationFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
break;
} // case 34
case 40: {
validateOnly_ = input.readBool();
bitField0_ |= 0x00000004;
break;
} // case 40
case 48: {
responseContentType_ = input.readEnum();
bitField0_ |= 0x00000008;
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 being modified.
*
*
* 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 being modified.
*
*
* 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 being modified.
*
*
* 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 being modified.
*
*
* 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 being modified.
*
*
* 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 com.google.ads.googleads.v17.services.CustomerOperation operation_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v17.services.CustomerOperation, com.google.ads.googleads.v17.services.CustomerOperation.Builder, com.google.ads.googleads.v17.services.CustomerOperationOrBuilder> operationBuilder_;
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
* @return Whether the operation field is set.
*/
public boolean hasOperation() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
* @return The operation.
*/
public com.google.ads.googleads.v17.services.CustomerOperation getOperation() {
if (operationBuilder_ == null) {
return operation_ == null ? com.google.ads.googleads.v17.services.CustomerOperation.getDefaultInstance() : operation_;
} else {
return operationBuilder_.getMessage();
}
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder setOperation(com.google.ads.googleads.v17.services.CustomerOperation value) {
if (operationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
operation_ = value;
} else {
operationBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder setOperation(
com.google.ads.googleads.v17.services.CustomerOperation.Builder builderForValue) {
if (operationBuilder_ == null) {
operation_ = builderForValue.build();
} else {
operationBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder mergeOperation(com.google.ads.googleads.v17.services.CustomerOperation value) {
if (operationBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
operation_ != null &&
operation_ != com.google.ads.googleads.v17.services.CustomerOperation.getDefaultInstance()) {
getOperationBuilder().mergeFrom(value);
} else {
operation_ = value;
}
} else {
operationBuilder_.mergeFrom(value);
}
if (operation_ != null) {
bitField0_ |= 0x00000002;
onChanged();
}
return this;
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
public Builder clearOperation() {
bitField0_ = (bitField0_ & ~0x00000002);
operation_ = null;
if (operationBuilder_ != null) {
operationBuilder_.dispose();
operationBuilder_ = null;
}
onChanged();
return this;
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
public com.google.ads.googleads.v17.services.CustomerOperation.Builder getOperationBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getOperationFieldBuilder().getBuilder();
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
public com.google.ads.googleads.v17.services.CustomerOperationOrBuilder getOperationOrBuilder() {
if (operationBuilder_ != null) {
return operationBuilder_.getMessageOrBuilder();
} else {
return operation_ == null ?
com.google.ads.googleads.v17.services.CustomerOperation.getDefaultInstance() : operation_;
}
}
/**
*
* Required. The operation to perform on the customer
*
*
* .google.ads.googleads.v17.services.CustomerOperation operation = 4 [(.google.api.field_behavior) = REQUIRED];
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v17.services.CustomerOperation, com.google.ads.googleads.v17.services.CustomerOperation.Builder, com.google.ads.googleads.v17.services.CustomerOperationOrBuilder>
getOperationFieldBuilder() {
if (operationBuilder_ == null) {
operationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v17.services.CustomerOperation, com.google.ads.googleads.v17.services.CustomerOperation.Builder, com.google.ads.googleads.v17.services.CustomerOperationOrBuilder>(
getOperation(),
getParentForChildren(),
isClean());
operation_ = null;
}
return operationBuilder_;
}
private boolean validateOnly_ ;
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 5;
* @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 = 5;
* @param value The validateOnly to set.
* @return This builder for chaining.
*/
public Builder setValidateOnly(boolean value) {
validateOnly_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
*
* If true, the request is validated but not executed. Only errors are
* returned, not results.
*
*
* bool validate_only = 5;
* @return This builder for chaining.
*/
public Builder clearValidateOnly() {
bitField0_ = (bitField0_ & ~0x00000004);
validateOnly_ = false;
onChanged();
return this;
}
private int responseContentType_ = 0;
/**
*
* The response content type setting. Determines whether the mutable resource
* or just the resource name should be returned post mutation.
*
*
* .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 6;
* @return The enum numeric value on the wire for responseContentType.
*/
@java.lang.Override public int getResponseContentTypeValue() {
return responseContentType_;
}
/**
*
* The response content type setting. Determines whether the mutable resource
* or just the resource name should be returned post mutation.
*
*
* .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 6;
* @param value The enum numeric value on the wire for responseContentType to set.
* @return This builder for chaining.
*/
public Builder setResponseContentTypeValue(int value) {
responseContentType_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
*
* The response content type setting. Determines whether the mutable resource
* or just the resource name should be returned post mutation.
*
*
* .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 6;
* @return The responseContentType.
*/
@java.lang.Override
public com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType getResponseContentType() {
com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType result = com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType.forNumber(responseContentType_);
return result == null ? com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType.UNRECOGNIZED : result;
}
/**
*
* The response content type setting. Determines whether the mutable resource
* or just the resource name should be returned post mutation.
*
*
* .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 6;
* @param value The responseContentType to set.
* @return This builder for chaining.
*/
public Builder setResponseContentType(com.google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000008;
responseContentType_ = value.getNumber();
onChanged();
return this;
}
/**
*
* The response content type setting. Determines whether the mutable resource
* or just the resource name should be returned post mutation.
*
*
* .google.ads.googleads.v17.enums.ResponseContentTypeEnum.ResponseContentType response_content_type = 6;
* @return This builder for chaining.
*/
public Builder clearResponseContentType() {
bitField0_ = (bitField0_ & ~0x00000008);
responseContentType_ = 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.MutateCustomerRequest)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v17.services.MutateCustomerRequest)
private static final com.google.ads.googleads.v17.services.MutateCustomerRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v17.services.MutateCustomerRequest();
}
public static com.google.ads.googleads.v17.services.MutateCustomerRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public MutateCustomerRequest 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.MutateCustomerRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy