All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.services.AdGroupCriterionOperation Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/services/ad_group_criterion_service.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.services;

/**
 * 
 * A single operation (create, remove, update) on an ad group criterion.
 * 
* * Protobuf type {@code google.ads.googleads.v17.services.AdGroupCriterionOperation} */ public final class AdGroupCriterionOperation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.services.AdGroupCriterionOperation) AdGroupCriterionOperationOrBuilder { private static final long serialVersionUID = 0L; // Use AdGroupCriterionOperation.newBuilder() to construct. private AdGroupCriterionOperation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AdGroupCriterionOperation() { exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new AdGroupCriterionOperation(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.services.AdGroupCriterionServiceProto.internal_static_google_ads_googleads_v17_services_AdGroupCriterionOperation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.services.AdGroupCriterionServiceProto.internal_static_google_ads_googleads_v17_services_AdGroupCriterionOperation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.services.AdGroupCriterionOperation.class, com.google.ads.googleads.v17.services.AdGroupCriterionOperation.Builder.class); } private int bitField0_; private int operationCase_ = 0; @SuppressWarnings("serial") private java.lang.Object operation_; public enum OperationCase implements com.google.protobuf.Internal.EnumLite, com.google.protobuf.AbstractMessage.InternalOneOfEnum { CREATE(1), UPDATE(2), REMOVE(3), OPERATION_NOT_SET(0); private final int value; private OperationCase(int value) { this.value = value; } /** * @param value The number of the enum to look for. * @return The enum associated with the given number. * @deprecated Use {@link #forNumber(int)} instead. */ @java.lang.Deprecated public static OperationCase valueOf(int value) { return forNumber(value); } public static OperationCase forNumber(int value) { switch (value) { case 1: return CREATE; case 2: return UPDATE; case 3: return REMOVE; case 0: return OPERATION_NOT_SET; default: return null; } } public int getNumber() { return this.value; } }; public OperationCase getOperationCase() { return OperationCase.forNumber( operationCase_); } public static final int UPDATE_MASK_FIELD_NUMBER = 4; private com.google.protobuf.FieldMask updateMask_; /** *
   * FieldMask that determines which resource fields are modified in an update.
   * 
* * .google.protobuf.FieldMask update_mask = 4; * @return Whether the updateMask field is set. */ @java.lang.Override public boolean hasUpdateMask() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * FieldMask that determines which resource fields are modified in an update.
   * 
* * .google.protobuf.FieldMask update_mask = 4; * @return The updateMask. */ @java.lang.Override public com.google.protobuf.FieldMask getUpdateMask() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } /** *
   * FieldMask that determines which resource fields are modified in an update.
   * 
* * .google.protobuf.FieldMask update_mask = 4; */ @java.lang.Override public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } public static final int EXEMPT_POLICY_VIOLATION_KEYS_FIELD_NUMBER = 5; @SuppressWarnings("serial") private java.util.List exemptPolicyViolationKeys_; /** *
   * The list of policy violation keys that should not cause a
   * PolicyViolationError to be reported. Not all policy violations are
   * exemptable, refer to the is_exemptible field in the returned
   * PolicyViolationError.
   *
   * Resources violating these polices will be saved, but will not be eligible
   * to serve. They may begin serving at a later time due to a change in
   * policies, re-review of the resource, or a change in advertiser
   * certificates.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ @java.lang.Override public java.util.List getExemptPolicyViolationKeysList() { return exemptPolicyViolationKeys_; } /** *
   * The list of policy violation keys that should not cause a
   * PolicyViolationError to be reported. Not all policy violations are
   * exemptable, refer to the is_exemptible field in the returned
   * PolicyViolationError.
   *
   * Resources violating these polices will be saved, but will not be eligible
   * to serve. They may begin serving at a later time due to a change in
   * policies, re-review of the resource, or a change in advertiser
   * certificates.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ @java.lang.Override public java.util.List getExemptPolicyViolationKeysOrBuilderList() { return exemptPolicyViolationKeys_; } /** *
   * The list of policy violation keys that should not cause a
   * PolicyViolationError to be reported. Not all policy violations are
   * exemptable, refer to the is_exemptible field in the returned
   * PolicyViolationError.
   *
   * Resources violating these polices will be saved, but will not be eligible
   * to serve. They may begin serving at a later time due to a change in
   * policies, re-review of the resource, or a change in advertiser
   * certificates.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ @java.lang.Override public int getExemptPolicyViolationKeysCount() { return exemptPolicyViolationKeys_.size(); } /** *
   * The list of policy violation keys that should not cause a
   * PolicyViolationError to be reported. Not all policy violations are
   * exemptable, refer to the is_exemptible field in the returned
   * PolicyViolationError.
   *
   * Resources violating these polices will be saved, but will not be eligible
   * to serve. They may begin serving at a later time due to a change in
   * policies, re-review of the resource, or a change in advertiser
   * certificates.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ @java.lang.Override public com.google.ads.googleads.v17.common.PolicyViolationKey getExemptPolicyViolationKeys(int index) { return exemptPolicyViolationKeys_.get(index); } /** *
   * The list of policy violation keys that should not cause a
   * PolicyViolationError to be reported. Not all policy violations are
   * exemptable, refer to the is_exemptible field in the returned
   * PolicyViolationError.
   *
   * Resources violating these polices will be saved, but will not be eligible
   * to serve. They may begin serving at a later time due to a change in
   * policies, re-review of the resource, or a change in advertiser
   * certificates.
   * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ @java.lang.Override public com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder getExemptPolicyViolationKeysOrBuilder( int index) { return exemptPolicyViolationKeys_.get(index); } public static final int CREATE_FIELD_NUMBER = 1; /** *
   * Create operation: No resource name is expected for the new criterion.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; * @return Whether the create field is set. */ @java.lang.Override public boolean hasCreate() { return operationCase_ == 1; } /** *
   * Create operation: No resource name is expected for the new criterion.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; * @return The create. */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterion getCreate() { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } /** *
   * Create operation: No resource name is expected for the new criterion.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder getCreateOrBuilder() { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } public static final int UPDATE_FIELD_NUMBER = 2; /** *
   * Update operation: The criterion is expected to have a valid resource
   * name.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; * @return Whether the update field is set. */ @java.lang.Override public boolean hasUpdate() { return operationCase_ == 2; } /** *
   * Update operation: The criterion is expected to have a valid resource
   * name.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; * @return The update. */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterion getUpdate() { if (operationCase_ == 2) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } /** *
   * Update operation: The criterion is expected to have a valid resource
   * name.
   * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder getUpdateOrBuilder() { if (operationCase_ == 2) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } public static final int REMOVE_FIELD_NUMBER = 3; /** *
   * Remove operation: A resource name for the removed criterion is expected,
   * in this format:
   *
   * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
   * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @return Whether the remove field is set. */ public boolean hasRemove() { return operationCase_ == 3; } /** *
   * Remove operation: A resource name for the removed criterion is expected,
   * in this format:
   *
   * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
   * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @return The remove. */ public java.lang.String getRemove() { java.lang.Object ref = ""; if (operationCase_ == 3) { ref = operation_; } 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(); if (operationCase_ == 3) { operation_ = s; } return s; } } /** *
   * Remove operation: A resource name for the removed criterion is expected,
   * in this format:
   *
   * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
   * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @return The bytes for remove. */ public com.google.protobuf.ByteString getRemoveBytes() { java.lang.Object ref = ""; if (operationCase_ == 3) { ref = operation_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (operationCase_ == 3) { operation_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } 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 (operationCase_ == 1) { output.writeMessage(1, (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_); } if (operationCase_ == 2) { output.writeMessage(2, (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_); } if (operationCase_ == 3) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, operation_); } if (((bitField0_ & 0x00000001) != 0)) { output.writeMessage(4, getUpdateMask()); } for (int i = 0; i < exemptPolicyViolationKeys_.size(); i++) { output.writeMessage(5, exemptPolicyViolationKeys_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (operationCase_ == 1) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_); } if (operationCase_ == 2) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_); } if (operationCase_ == 3) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, operation_); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, getUpdateMask()); } for (int i = 0; i < exemptPolicyViolationKeys_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, exemptPolicyViolationKeys_.get(i)); } 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.AdGroupCriterionOperation)) { return super.equals(obj); } com.google.ads.googleads.v17.services.AdGroupCriterionOperation other = (com.google.ads.googleads.v17.services.AdGroupCriterionOperation) obj; if (hasUpdateMask() != other.hasUpdateMask()) return false; if (hasUpdateMask()) { if (!getUpdateMask() .equals(other.getUpdateMask())) return false; } if (!getExemptPolicyViolationKeysList() .equals(other.getExemptPolicyViolationKeysList())) return false; if (!getOperationCase().equals(other.getOperationCase())) return false; switch (operationCase_) { case 1: if (!getCreate() .equals(other.getCreate())) return false; break; case 2: if (!getUpdate() .equals(other.getUpdate())) return false; break; case 3: if (!getRemove() .equals(other.getRemove())) return false; break; case 0: default: } 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(); if (hasUpdateMask()) { hash = (37 * hash) + UPDATE_MASK_FIELD_NUMBER; hash = (53 * hash) + getUpdateMask().hashCode(); } if (getExemptPolicyViolationKeysCount() > 0) { hash = (37 * hash) + EXEMPT_POLICY_VIOLATION_KEYS_FIELD_NUMBER; hash = (53 * hash) + getExemptPolicyViolationKeysList().hashCode(); } switch (operationCase_) { case 1: hash = (37 * hash) + CREATE_FIELD_NUMBER; hash = (53 * hash) + getCreate().hashCode(); break; case 2: hash = (37 * hash) + UPDATE_FIELD_NUMBER; hash = (53 * hash) + getUpdate().hashCode(); break; case 3: hash = (37 * hash) + REMOVE_FIELD_NUMBER; hash = (53 * hash) + getRemove().hashCode(); break; case 0: default: } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.services.AdGroupCriterionOperation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.services.AdGroupCriterionOperation 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.AdGroupCriterionOperation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.services.AdGroupCriterionOperation 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.AdGroupCriterionOperation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.services.AdGroupCriterionOperation 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.AdGroupCriterionOperation 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.AdGroupCriterionOperation 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.AdGroupCriterionOperation 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.AdGroupCriterionOperation 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.AdGroupCriterionOperation 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.AdGroupCriterionOperation 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.AdGroupCriterionOperation 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; } /** *
   * A single operation (create, remove, update) on an ad group criterion.
   * 
* * Protobuf type {@code google.ads.googleads.v17.services.AdGroupCriterionOperation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.services.AdGroupCriterionOperation) com.google.ads.googleads.v17.services.AdGroupCriterionOperationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.services.AdGroupCriterionServiceProto.internal_static_google_ads_googleads_v17_services_AdGroupCriterionOperation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.services.AdGroupCriterionServiceProto.internal_static_google_ads_googleads_v17_services_AdGroupCriterionOperation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.services.AdGroupCriterionOperation.class, com.google.ads.googleads.v17.services.AdGroupCriterionOperation.Builder.class); } // Construct using com.google.ads.googleads.v17.services.AdGroupCriterionOperation.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getUpdateMaskFieldBuilder(); getExemptPolicyViolationKeysFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; updateMask_ = null; if (updateMaskBuilder_ != null) { updateMaskBuilder_.dispose(); updateMaskBuilder_ = null; } if (exemptPolicyViolationKeysBuilder_ == null) { exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); } else { exemptPolicyViolationKeys_ = null; exemptPolicyViolationKeysBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); if (createBuilder_ != null) { createBuilder_.clear(); } if (updateBuilder_ != null) { updateBuilder_.clear(); } operationCase_ = 0; operation_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.services.AdGroupCriterionServiceProto.internal_static_google_ads_googleads_v17_services_AdGroupCriterionOperation_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.services.AdGroupCriterionOperation getDefaultInstanceForType() { return com.google.ads.googleads.v17.services.AdGroupCriterionOperation.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.services.AdGroupCriterionOperation build() { com.google.ads.googleads.v17.services.AdGroupCriterionOperation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.services.AdGroupCriterionOperation buildPartial() { com.google.ads.googleads.v17.services.AdGroupCriterionOperation result = new com.google.ads.googleads.v17.services.AdGroupCriterionOperation(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.ads.googleads.v17.services.AdGroupCriterionOperation result) { if (exemptPolicyViolationKeysBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { exemptPolicyViolationKeys_ = java.util.Collections.unmodifiableList(exemptPolicyViolationKeys_); bitField0_ = (bitField0_ & ~0x00000002); } result.exemptPolicyViolationKeys_ = exemptPolicyViolationKeys_; } else { result.exemptPolicyViolationKeys_ = exemptPolicyViolationKeysBuilder_.build(); } } private void buildPartial0(com.google.ads.googleads.v17.services.AdGroupCriterionOperation result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.updateMask_ = updateMaskBuilder_ == null ? updateMask_ : updateMaskBuilder_.build(); to_bitField0_ |= 0x00000001; } result.bitField0_ |= to_bitField0_; } private void buildPartialOneofs(com.google.ads.googleads.v17.services.AdGroupCriterionOperation result) { result.operationCase_ = operationCase_; result.operation_ = this.operation_; if (operationCase_ == 1 && createBuilder_ != null) { result.operation_ = createBuilder_.build(); } if (operationCase_ == 2 && updateBuilder_ != null) { result.operation_ = updateBuilder_.build(); } } @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.AdGroupCriterionOperation) { return mergeFrom((com.google.ads.googleads.v17.services.AdGroupCriterionOperation)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.services.AdGroupCriterionOperation other) { if (other == com.google.ads.googleads.v17.services.AdGroupCriterionOperation.getDefaultInstance()) return this; if (other.hasUpdateMask()) { mergeUpdateMask(other.getUpdateMask()); } if (exemptPolicyViolationKeysBuilder_ == null) { if (!other.exemptPolicyViolationKeys_.isEmpty()) { if (exemptPolicyViolationKeys_.isEmpty()) { exemptPolicyViolationKeys_ = other.exemptPolicyViolationKeys_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.addAll(other.exemptPolicyViolationKeys_); } onChanged(); } } else { if (!other.exemptPolicyViolationKeys_.isEmpty()) { if (exemptPolicyViolationKeysBuilder_.isEmpty()) { exemptPolicyViolationKeysBuilder_.dispose(); exemptPolicyViolationKeysBuilder_ = null; exemptPolicyViolationKeys_ = other.exemptPolicyViolationKeys_; bitField0_ = (bitField0_ & ~0x00000002); exemptPolicyViolationKeysBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getExemptPolicyViolationKeysFieldBuilder() : null; } else { exemptPolicyViolationKeysBuilder_.addAllMessages(other.exemptPolicyViolationKeys_); } } } switch (other.getOperationCase()) { case CREATE: { mergeCreate(other.getCreate()); break; } case UPDATE: { mergeUpdate(other.getUpdate()); break; } case REMOVE: { operationCase_ = 3; operation_ = other.operation_; onChanged(); break; } case OPERATION_NOT_SET: { break; } } 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: { input.readMessage( getCreateFieldBuilder().getBuilder(), extensionRegistry); operationCase_ = 1; break; } // case 10 case 18: { input.readMessage( getUpdateFieldBuilder().getBuilder(), extensionRegistry); operationCase_ = 2; break; } // case 18 case 26: { java.lang.String s = input.readStringRequireUtf8(); operationCase_ = 3; operation_ = s; break; } // case 26 case 34: { input.readMessage( getUpdateMaskFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 34 case 42: { com.google.ads.googleads.v17.common.PolicyViolationKey m = input.readMessage( com.google.ads.googleads.v17.common.PolicyViolationKey.parser(), extensionRegistry); if (exemptPolicyViolationKeysBuilder_ == null) { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.add(m); } else { exemptPolicyViolationKeysBuilder_.addMessage(m); } break; } // case 42 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 operationCase_ = 0; private java.lang.Object operation_; public OperationCase getOperationCase() { return OperationCase.forNumber( operationCase_); } public Builder clearOperation() { operationCase_ = 0; operation_ = null; onChanged(); return this; } private int bitField0_; private com.google.protobuf.FieldMask updateMask_; private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> updateMaskBuilder_; /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; * @return Whether the updateMask field is set. */ public boolean hasUpdateMask() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; * @return The updateMask. */ public com.google.protobuf.FieldMask getUpdateMask() { if (updateMaskBuilder_ == null) { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } else { return updateMaskBuilder_.getMessage(); } } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; */ public Builder setUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (value == null) { throw new NullPointerException(); } updateMask_ = value; } else { updateMaskBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; */ public Builder setUpdateMask( com.google.protobuf.FieldMask.Builder builderForValue) { if (updateMaskBuilder_ == null) { updateMask_ = builderForValue.build(); } else { updateMaskBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; */ public Builder mergeUpdateMask(com.google.protobuf.FieldMask value) { if (updateMaskBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && updateMask_ != null && updateMask_ != com.google.protobuf.FieldMask.getDefaultInstance()) { getUpdateMaskBuilder().mergeFrom(value); } else { updateMask_ = value; } } else { updateMaskBuilder_.mergeFrom(value); } if (updateMask_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; */ public Builder clearUpdateMask() { bitField0_ = (bitField0_ & ~0x00000001); updateMask_ = null; if (updateMaskBuilder_ != null) { updateMaskBuilder_.dispose(); updateMaskBuilder_ = null; } onChanged(); return this; } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; */ public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder() { bitField0_ |= 0x00000001; onChanged(); return getUpdateMaskFieldBuilder().getBuilder(); } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; */ public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder() { if (updateMaskBuilder_ != null) { return updateMaskBuilder_.getMessageOrBuilder(); } else { return updateMask_ == null ? com.google.protobuf.FieldMask.getDefaultInstance() : updateMask_; } } /** *
     * FieldMask that determines which resource fields are modified in an update.
     * 
* * .google.protobuf.FieldMask update_mask = 4; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder> getUpdateMaskFieldBuilder() { if (updateMaskBuilder_ == null) { updateMaskBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.protobuf.FieldMask, com.google.protobuf.FieldMask.Builder, com.google.protobuf.FieldMaskOrBuilder>( getUpdateMask(), getParentForChildren(), isClean()); updateMask_ = null; } return updateMaskBuilder_; } private java.util.List exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); private void ensureExemptPolicyViolationKeysIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { exemptPolicyViolationKeys_ = new java.util.ArrayList(exemptPolicyViolationKeys_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.PolicyViolationKey, com.google.ads.googleads.v17.common.PolicyViolationKey.Builder, com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder> exemptPolicyViolationKeysBuilder_; /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public java.util.List getExemptPolicyViolationKeysList() { if (exemptPolicyViolationKeysBuilder_ == null) { return java.util.Collections.unmodifiableList(exemptPolicyViolationKeys_); } else { return exemptPolicyViolationKeysBuilder_.getMessageList(); } } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public int getExemptPolicyViolationKeysCount() { if (exemptPolicyViolationKeysBuilder_ == null) { return exemptPolicyViolationKeys_.size(); } else { return exemptPolicyViolationKeysBuilder_.getCount(); } } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public com.google.ads.googleads.v17.common.PolicyViolationKey getExemptPolicyViolationKeys(int index) { if (exemptPolicyViolationKeysBuilder_ == null) { return exemptPolicyViolationKeys_.get(index); } else { return exemptPolicyViolationKeysBuilder_.getMessage(index); } } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder setExemptPolicyViolationKeys( int index, com.google.ads.googleads.v17.common.PolicyViolationKey value) { if (exemptPolicyViolationKeysBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.set(index, value); onChanged(); } else { exemptPolicyViolationKeysBuilder_.setMessage(index, value); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder setExemptPolicyViolationKeys( int index, com.google.ads.googleads.v17.common.PolicyViolationKey.Builder builderForValue) { if (exemptPolicyViolationKeysBuilder_ == null) { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.set(index, builderForValue.build()); onChanged(); } else { exemptPolicyViolationKeysBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder addExemptPolicyViolationKeys(com.google.ads.googleads.v17.common.PolicyViolationKey value) { if (exemptPolicyViolationKeysBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.add(value); onChanged(); } else { exemptPolicyViolationKeysBuilder_.addMessage(value); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder addExemptPolicyViolationKeys( int index, com.google.ads.googleads.v17.common.PolicyViolationKey value) { if (exemptPolicyViolationKeysBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.add(index, value); onChanged(); } else { exemptPolicyViolationKeysBuilder_.addMessage(index, value); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder addExemptPolicyViolationKeys( com.google.ads.googleads.v17.common.PolicyViolationKey.Builder builderForValue) { if (exemptPolicyViolationKeysBuilder_ == null) { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.add(builderForValue.build()); onChanged(); } else { exemptPolicyViolationKeysBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder addExemptPolicyViolationKeys( int index, com.google.ads.googleads.v17.common.PolicyViolationKey.Builder builderForValue) { if (exemptPolicyViolationKeysBuilder_ == null) { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.add(index, builderForValue.build()); onChanged(); } else { exemptPolicyViolationKeysBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder addAllExemptPolicyViolationKeys( java.lang.Iterable values) { if (exemptPolicyViolationKeysBuilder_ == null) { ensureExemptPolicyViolationKeysIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, exemptPolicyViolationKeys_); onChanged(); } else { exemptPolicyViolationKeysBuilder_.addAllMessages(values); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder clearExemptPolicyViolationKeys() { if (exemptPolicyViolationKeysBuilder_ == null) { exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { exemptPolicyViolationKeysBuilder_.clear(); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public Builder removeExemptPolicyViolationKeys(int index) { if (exemptPolicyViolationKeysBuilder_ == null) { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.remove(index); onChanged(); } else { exemptPolicyViolationKeysBuilder_.remove(index); } return this; } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public com.google.ads.googleads.v17.common.PolicyViolationKey.Builder getExemptPolicyViolationKeysBuilder( int index) { return getExemptPolicyViolationKeysFieldBuilder().getBuilder(index); } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder getExemptPolicyViolationKeysOrBuilder( int index) { if (exemptPolicyViolationKeysBuilder_ == null) { return exemptPolicyViolationKeys_.get(index); } else { return exemptPolicyViolationKeysBuilder_.getMessageOrBuilder(index); } } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public java.util.List getExemptPolicyViolationKeysOrBuilderList() { if (exemptPolicyViolationKeysBuilder_ != null) { return exemptPolicyViolationKeysBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(exemptPolicyViolationKeys_); } } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public com.google.ads.googleads.v17.common.PolicyViolationKey.Builder addExemptPolicyViolationKeysBuilder() { return getExemptPolicyViolationKeysFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.PolicyViolationKey.getDefaultInstance()); } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public com.google.ads.googleads.v17.common.PolicyViolationKey.Builder addExemptPolicyViolationKeysBuilder( int index) { return getExemptPolicyViolationKeysFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.PolicyViolationKey.getDefaultInstance()); } /** *
     * The list of policy violation keys that should not cause a
     * PolicyViolationError to be reported. Not all policy violations are
     * exemptable, refer to the is_exemptible field in the returned
     * PolicyViolationError.
     *
     * Resources violating these polices will be saved, but will not be eligible
     * to serve. They may begin serving at a later time due to a change in
     * policies, re-review of the resource, or a change in advertiser
     * certificates.
     * 
* * repeated .google.ads.googleads.v17.common.PolicyViolationKey exempt_policy_violation_keys = 5; */ public java.util.List getExemptPolicyViolationKeysBuilderList() { return getExemptPolicyViolationKeysFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.PolicyViolationKey, com.google.ads.googleads.v17.common.PolicyViolationKey.Builder, com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder> getExemptPolicyViolationKeysFieldBuilder() { if (exemptPolicyViolationKeysBuilder_ == null) { exemptPolicyViolationKeysBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.PolicyViolationKey, com.google.ads.googleads.v17.common.PolicyViolationKey.Builder, com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder>( exemptPolicyViolationKeys_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); exemptPolicyViolationKeys_ = null; } return exemptPolicyViolationKeysBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AdGroupCriterion, com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder, com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder> createBuilder_; /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; * @return Whether the create field is set. */ @java.lang.Override public boolean hasCreate() { return operationCase_ == 1; } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; * @return The create. */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterion getCreate() { if (createBuilder_ == null) { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } else { if (operationCase_ == 1) { return createBuilder_.getMessage(); } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ public Builder setCreate(com.google.ads.googleads.v17.resources.AdGroupCriterion value) { if (createBuilder_ == null) { if (value == null) { throw new NullPointerException(); } operation_ = value; onChanged(); } else { createBuilder_.setMessage(value); } operationCase_ = 1; return this; } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ public Builder setCreate( com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder builderForValue) { if (createBuilder_ == null) { operation_ = builderForValue.build(); onChanged(); } else { createBuilder_.setMessage(builderForValue.build()); } operationCase_ = 1; return this; } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ public Builder mergeCreate(com.google.ads.googleads.v17.resources.AdGroupCriterion value) { if (createBuilder_ == null) { if (operationCase_ == 1 && operation_ != com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance()) { operation_ = com.google.ads.googleads.v17.resources.AdGroupCriterion.newBuilder((com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_) .mergeFrom(value).buildPartial(); } else { operation_ = value; } onChanged(); } else { if (operationCase_ == 1) { createBuilder_.mergeFrom(value); } else { createBuilder_.setMessage(value); } } operationCase_ = 1; return this; } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ public Builder clearCreate() { if (createBuilder_ == null) { if (operationCase_ == 1) { operationCase_ = 0; operation_ = null; onChanged(); } } else { if (operationCase_ == 1) { operationCase_ = 0; operation_ = null; } createBuilder_.clear(); } return this; } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ public com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder getCreateBuilder() { return getCreateFieldBuilder().getBuilder(); } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder getCreateOrBuilder() { if ((operationCase_ == 1) && (createBuilder_ != null)) { return createBuilder_.getMessageOrBuilder(); } else { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } } /** *
     * Create operation: No resource name is expected for the new criterion.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion create = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AdGroupCriterion, com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder, com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder> getCreateFieldBuilder() { if (createBuilder_ == null) { if (!(operationCase_ == 1)) { operation_ = com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } createBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AdGroupCriterion, com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder, com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder>( (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_, getParentForChildren(), isClean()); operation_ = null; } operationCase_ = 1; onChanged(); return createBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AdGroupCriterion, com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder, com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder> updateBuilder_; /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; * @return Whether the update field is set. */ @java.lang.Override public boolean hasUpdate() { return operationCase_ == 2; } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; * @return The update. */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterion getUpdate() { if (updateBuilder_ == null) { if (operationCase_ == 2) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } else { if (operationCase_ == 2) { return updateBuilder_.getMessage(); } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ public Builder setUpdate(com.google.ads.googleads.v17.resources.AdGroupCriterion value) { if (updateBuilder_ == null) { if (value == null) { throw new NullPointerException(); } operation_ = value; onChanged(); } else { updateBuilder_.setMessage(value); } operationCase_ = 2; return this; } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ public Builder setUpdate( com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder builderForValue) { if (updateBuilder_ == null) { operation_ = builderForValue.build(); onChanged(); } else { updateBuilder_.setMessage(builderForValue.build()); } operationCase_ = 2; return this; } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ public Builder mergeUpdate(com.google.ads.googleads.v17.resources.AdGroupCriterion value) { if (updateBuilder_ == null) { if (operationCase_ == 2 && operation_ != com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance()) { operation_ = com.google.ads.googleads.v17.resources.AdGroupCriterion.newBuilder((com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_) .mergeFrom(value).buildPartial(); } else { operation_ = value; } onChanged(); } else { if (operationCase_ == 2) { updateBuilder_.mergeFrom(value); } else { updateBuilder_.setMessage(value); } } operationCase_ = 2; return this; } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ public Builder clearUpdate() { if (updateBuilder_ == null) { if (operationCase_ == 2) { operationCase_ = 0; operation_ = null; onChanged(); } } else { if (operationCase_ == 2) { operationCase_ = 0; operation_ = null; } updateBuilder_.clear(); } return this; } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ public com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder getUpdateBuilder() { return getUpdateFieldBuilder().getBuilder(); } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder getUpdateOrBuilder() { if ((operationCase_ == 2) && (updateBuilder_ != null)) { return updateBuilder_.getMessageOrBuilder(); } else { if (operationCase_ == 2) { return (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_; } return com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } } /** *
     * Update operation: The criterion is expected to have a valid resource
     * name.
     * 
* * .google.ads.googleads.v17.resources.AdGroupCriterion update = 2; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AdGroupCriterion, com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder, com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder> getUpdateFieldBuilder() { if (updateBuilder_ == null) { if (!(operationCase_ == 2)) { operation_ = com.google.ads.googleads.v17.resources.AdGroupCriterion.getDefaultInstance(); } updateBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AdGroupCriterion, com.google.ads.googleads.v17.resources.AdGroupCriterion.Builder, com.google.ads.googleads.v17.resources.AdGroupCriterionOrBuilder>( (com.google.ads.googleads.v17.resources.AdGroupCriterion) operation_, getParentForChildren(), isClean()); operation_ = null; } operationCase_ = 2; onChanged(); return updateBuilder_; } /** *
     * Remove operation: A resource name for the removed criterion is expected,
     * in this format:
     *
     * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
     * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @return Whether the remove field is set. */ @java.lang.Override public boolean hasRemove() { return operationCase_ == 3; } /** *
     * Remove operation: A resource name for the removed criterion is expected,
     * in this format:
     *
     * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
     * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @return The remove. */ @java.lang.Override public java.lang.String getRemove() { java.lang.Object ref = ""; if (operationCase_ == 3) { ref = operation_; } if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (operationCase_ == 3) { operation_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Remove operation: A resource name for the removed criterion is expected,
     * in this format:
     *
     * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
     * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @return The bytes for remove. */ @java.lang.Override public com.google.protobuf.ByteString getRemoveBytes() { java.lang.Object ref = ""; if (operationCase_ == 3) { ref = operation_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (operationCase_ == 3) { operation_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Remove operation: A resource name for the removed criterion is expected,
     * in this format:
     *
     * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
     * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @param value The remove to set. * @return This builder for chaining. */ public Builder setRemove( java.lang.String value) { if (value == null) { throw new NullPointerException(); } operationCase_ = 3; operation_ = value; onChanged(); return this; } /** *
     * Remove operation: A resource name for the removed criterion is expected,
     * in this format:
     *
     * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
     * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRemove() { if (operationCase_ == 3) { operationCase_ = 0; operation_ = null; onChanged(); } return this; } /** *
     * Remove operation: A resource name for the removed criterion is expected,
     * in this format:
     *
     * `customers/{customer_id}/adGroupCriteria/{ad_group_id}~{criterion_id}`
     * 
* * string remove = 3 [(.google.api.resource_reference) = { ... } * @param value The bytes for remove to set. * @return This builder for chaining. */ public Builder setRemoveBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); operationCase_ = 3; operation_ = value; 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.AdGroupCriterionOperation) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.services.AdGroupCriterionOperation) private static final com.google.ads.googleads.v17.services.AdGroupCriterionOperation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.services.AdGroupCriterionOperation(); } public static com.google.ads.googleads.v17.services.AdGroupCriterionOperation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public AdGroupCriterionOperation 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.AdGroupCriterionOperation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy