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

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

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

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

/**
 * 
 * A single operation (create, remove) on an asset group signal.
 * 
* * Protobuf type {@code google.ads.googleads.v17.services.AssetGroupSignalOperation} */ public final class AssetGroupSignalOperation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.services.AssetGroupSignalOperation) AssetGroupSignalOperationOrBuilder { private static final long serialVersionUID = 0L; // Use AssetGroupSignalOperation.newBuilder() to construct. private AssetGroupSignalOperation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AssetGroupSignalOperation() { exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new AssetGroupSignalOperation(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.services.AssetGroupSignalServiceProto.internal_static_google_ads_googleads_v17_services_AssetGroupSignalOperation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.services.AssetGroupSignalServiceProto.internal_static_google_ads_googleads_v17_services_AssetGroupSignalOperation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.services.AssetGroupSignalOperation.class, com.google.ads.googleads.v17.services.AssetGroupSignalOperation.Builder.class); } 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), REMOVE(2), 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 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 EXEMPT_POLICY_VIOLATION_KEYS_FIELD_NUMBER = 3; @SuppressWarnings("serial") private java.util.List exemptPolicyViolationKeys_; /** *
   * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public java.util.List getExemptPolicyViolationKeysList() { return exemptPolicyViolationKeys_; } /** *
   * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public java.util.List getExemptPolicyViolationKeysOrBuilderList() { return exemptPolicyViolationKeys_; } /** *
   * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public int getExemptPolicyViolationKeysCount() { return exemptPolicyViolationKeys_.size(); } /** *
   * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @java.lang.Override public com.google.ads.googleads.v17.common.PolicyViolationKey getExemptPolicyViolationKeys(int index) { return exemptPolicyViolationKeys_.get(index); } /** *
   * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ @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 asset group
   * signal.
   * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal 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 asset group
   * signal.
   * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; * @return The create. */ @java.lang.Override public com.google.ads.googleads.v17.resources.AssetGroupSignal getCreate() { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AssetGroupSignal) operation_; } return com.google.ads.googleads.v17.resources.AssetGroupSignal.getDefaultInstance(); } /** *
   * Create operation: No resource name is expected for the new asset group
   * signal.
   * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; */ @java.lang.Override public com.google.ads.googleads.v17.resources.AssetGroupSignalOrBuilder getCreateOrBuilder() { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AssetGroupSignal) operation_; } return com.google.ads.googleads.v17.resources.AssetGroupSignal.getDefaultInstance(); } public static final int REMOVE_FIELD_NUMBER = 2; /** *
   * Remove operation: A resource name for the removed asset group signal is
   * expected, in this format:
   * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return Whether the remove field is set. */ public boolean hasRemove() { return operationCase_ == 2; } /** *
   * Remove operation: A resource name for the removed asset group signal is
   * expected, in this format:
   * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The remove. */ public java.lang.String getRemove() { java.lang.Object ref = ""; if (operationCase_ == 2) { 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_ == 2) { operation_ = s; } return s; } } /** *
   * Remove operation: A resource name for the removed asset group signal is
   * expected, in this format:
   * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
   * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The bytes for remove. */ public com.google.protobuf.ByteString getRemoveBytes() { java.lang.Object ref = ""; if (operationCase_ == 2) { ref = operation_; } if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (operationCase_ == 2) { 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.AssetGroupSignal) operation_); } if (operationCase_ == 2) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, operation_); } for (int i = 0; i < exemptPolicyViolationKeys_.size(); i++) { output.writeMessage(3, 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.AssetGroupSignal) operation_); } if (operationCase_ == 2) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, operation_); } for (int i = 0; i < exemptPolicyViolationKeys_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, 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.AssetGroupSignalOperation)) { return super.equals(obj); } com.google.ads.googleads.v17.services.AssetGroupSignalOperation other = (com.google.ads.googleads.v17.services.AssetGroupSignalOperation) obj; 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 (!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 (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) + 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.AssetGroupSignalOperation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.services.AssetGroupSignalOperation 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.AssetGroupSignalOperation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.services.AssetGroupSignalOperation 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.AssetGroupSignalOperation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.services.AssetGroupSignalOperation 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.AssetGroupSignalOperation 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.AssetGroupSignalOperation 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.AssetGroupSignalOperation 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.AssetGroupSignalOperation 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.AssetGroupSignalOperation 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.AssetGroupSignalOperation 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.AssetGroupSignalOperation 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) on an asset group signal.
   * 
* * Protobuf type {@code google.ads.googleads.v17.services.AssetGroupSignalOperation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.services.AssetGroupSignalOperation) com.google.ads.googleads.v17.services.AssetGroupSignalOperationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.services.AssetGroupSignalServiceProto.internal_static_google_ads_googleads_v17_services_AssetGroupSignalOperation_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.services.AssetGroupSignalServiceProto.internal_static_google_ads_googleads_v17_services_AssetGroupSignalOperation_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.services.AssetGroupSignalOperation.class, com.google.ads.googleads.v17.services.AssetGroupSignalOperation.Builder.class); } // Construct using com.google.ads.googleads.v17.services.AssetGroupSignalOperation.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (exemptPolicyViolationKeysBuilder_ == null) { exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); } else { exemptPolicyViolationKeys_ = null; exemptPolicyViolationKeysBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); if (createBuilder_ != null) { createBuilder_.clear(); } operationCase_ = 0; operation_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.services.AssetGroupSignalServiceProto.internal_static_google_ads_googleads_v17_services_AssetGroupSignalOperation_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.services.AssetGroupSignalOperation getDefaultInstanceForType() { return com.google.ads.googleads.v17.services.AssetGroupSignalOperation.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.services.AssetGroupSignalOperation build() { com.google.ads.googleads.v17.services.AssetGroupSignalOperation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.services.AssetGroupSignalOperation buildPartial() { com.google.ads.googleads.v17.services.AssetGroupSignalOperation result = new com.google.ads.googleads.v17.services.AssetGroupSignalOperation(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } buildPartialOneofs(result); onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.ads.googleads.v17.services.AssetGroupSignalOperation result) { if (exemptPolicyViolationKeysBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { exemptPolicyViolationKeys_ = java.util.Collections.unmodifiableList(exemptPolicyViolationKeys_); bitField0_ = (bitField0_ & ~0x00000001); } result.exemptPolicyViolationKeys_ = exemptPolicyViolationKeys_; } else { result.exemptPolicyViolationKeys_ = exemptPolicyViolationKeysBuilder_.build(); } } private void buildPartial0(com.google.ads.googleads.v17.services.AssetGroupSignalOperation result) { int from_bitField0_ = bitField0_; } private void buildPartialOneofs(com.google.ads.googleads.v17.services.AssetGroupSignalOperation result) { result.operationCase_ = operationCase_; result.operation_ = this.operation_; if (operationCase_ == 1 && createBuilder_ != null) { result.operation_ = createBuilder_.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.AssetGroupSignalOperation) { return mergeFrom((com.google.ads.googleads.v17.services.AssetGroupSignalOperation)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.services.AssetGroupSignalOperation other) { if (other == com.google.ads.googleads.v17.services.AssetGroupSignalOperation.getDefaultInstance()) return this; if (exemptPolicyViolationKeysBuilder_ == null) { if (!other.exemptPolicyViolationKeys_.isEmpty()) { if (exemptPolicyViolationKeys_.isEmpty()) { exemptPolicyViolationKeys_ = other.exemptPolicyViolationKeys_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.addAll(other.exemptPolicyViolationKeys_); } onChanged(); } } else { if (!other.exemptPolicyViolationKeys_.isEmpty()) { if (exemptPolicyViolationKeysBuilder_.isEmpty()) { exemptPolicyViolationKeysBuilder_.dispose(); exemptPolicyViolationKeysBuilder_ = null; exemptPolicyViolationKeys_ = other.exemptPolicyViolationKeys_; bitField0_ = (bitField0_ & ~0x00000001); exemptPolicyViolationKeysBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getExemptPolicyViolationKeysFieldBuilder() : null; } else { exemptPolicyViolationKeysBuilder_.addAllMessages(other.exemptPolicyViolationKeys_); } } } switch (other.getOperationCase()) { case CREATE: { mergeCreate(other.getCreate()); break; } case REMOVE: { operationCase_ = 2; 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: { java.lang.String s = input.readStringRequireUtf8(); operationCase_ = 2; operation_ = s; break; } // case 18 case 26: { 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 26 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 java.util.List exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); private void ensureExemptPolicyViolationKeysIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { exemptPolicyViolationKeys_ = new java.util.ArrayList(exemptPolicyViolationKeys_); bitField0_ |= 0x00000001; } } 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_; /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public java.util.List getExemptPolicyViolationKeysList() { if (exemptPolicyViolationKeysBuilder_ == null) { return java.util.Collections.unmodifiableList(exemptPolicyViolationKeys_); } else { return exemptPolicyViolationKeysBuilder_.getMessageList(); } } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public int getExemptPolicyViolationKeysCount() { if (exemptPolicyViolationKeysBuilder_ == null) { return exemptPolicyViolationKeys_.size(); } else { return exemptPolicyViolationKeysBuilder_.getCount(); } } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.ads.googleads.v17.common.PolicyViolationKey getExemptPolicyViolationKeys(int index) { if (exemptPolicyViolationKeysBuilder_ == null) { return exemptPolicyViolationKeys_.get(index); } else { return exemptPolicyViolationKeysBuilder_.getMessage(index); } } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder clearExemptPolicyViolationKeys() { if (exemptPolicyViolationKeysBuilder_ == null) { exemptPolicyViolationKeys_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { exemptPolicyViolationKeysBuilder_.clear(); } return this; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public Builder removeExemptPolicyViolationKeys(int index) { if (exemptPolicyViolationKeysBuilder_ == null) { ensureExemptPolicyViolationKeysIsMutable(); exemptPolicyViolationKeys_.remove(index); onChanged(); } else { exemptPolicyViolationKeysBuilder_.remove(index); } return this; } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.ads.googleads.v17.common.PolicyViolationKey.Builder getExemptPolicyViolationKeysBuilder( int index) { return getExemptPolicyViolationKeysFieldBuilder().getBuilder(index); } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.ads.googleads.v17.common.PolicyViolationKeyOrBuilder getExemptPolicyViolationKeysOrBuilder( int index) { if (exemptPolicyViolationKeysBuilder_ == null) { return exemptPolicyViolationKeys_.get(index); } else { return exemptPolicyViolationKeysBuilder_.getMessageOrBuilder(index); } } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public java.util.List getExemptPolicyViolationKeysOrBuilderList() { if (exemptPolicyViolationKeysBuilder_ != null) { return exemptPolicyViolationKeysBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(exemptPolicyViolationKeys_); } } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.ads.googleads.v17.common.PolicyViolationKey.Builder addExemptPolicyViolationKeysBuilder() { return getExemptPolicyViolationKeysFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.PolicyViolationKey.getDefaultInstance()); } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ public com.google.ads.googleads.v17.common.PolicyViolationKey.Builder addExemptPolicyViolationKeysBuilder( int index) { return getExemptPolicyViolationKeysFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.PolicyViolationKey.getDefaultInstance()); } /** *
     * Optional. 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 = 3 [(.google.api.field_behavior) = OPTIONAL]; */ 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_ & 0x00000001) != 0), getParentForChildren(), isClean()); exemptPolicyViolationKeys_ = null; } return exemptPolicyViolationKeysBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AssetGroupSignal, com.google.ads.googleads.v17.resources.AssetGroupSignal.Builder, com.google.ads.googleads.v17.resources.AssetGroupSignalOrBuilder> createBuilder_; /** *
     * Create operation: No resource name is expected for the new asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal 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 asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; * @return The create. */ @java.lang.Override public com.google.ads.googleads.v17.resources.AssetGroupSignal getCreate() { if (createBuilder_ == null) { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AssetGroupSignal) operation_; } return com.google.ads.googleads.v17.resources.AssetGroupSignal.getDefaultInstance(); } else { if (operationCase_ == 1) { return createBuilder_.getMessage(); } return com.google.ads.googleads.v17.resources.AssetGroupSignal.getDefaultInstance(); } } /** *
     * Create operation: No resource name is expected for the new asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; */ public Builder setCreate(com.google.ads.googleads.v17.resources.AssetGroupSignal 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 asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; */ public Builder setCreate( com.google.ads.googleads.v17.resources.AssetGroupSignal.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 asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; */ public Builder mergeCreate(com.google.ads.googleads.v17.resources.AssetGroupSignal value) { if (createBuilder_ == null) { if (operationCase_ == 1 && operation_ != com.google.ads.googleads.v17.resources.AssetGroupSignal.getDefaultInstance()) { operation_ = com.google.ads.googleads.v17.resources.AssetGroupSignal.newBuilder((com.google.ads.googleads.v17.resources.AssetGroupSignal) 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 asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal 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 asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; */ public com.google.ads.googleads.v17.resources.AssetGroupSignal.Builder getCreateBuilder() { return getCreateFieldBuilder().getBuilder(); } /** *
     * Create operation: No resource name is expected for the new asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; */ @java.lang.Override public com.google.ads.googleads.v17.resources.AssetGroupSignalOrBuilder getCreateOrBuilder() { if ((operationCase_ == 1) && (createBuilder_ != null)) { return createBuilder_.getMessageOrBuilder(); } else { if (operationCase_ == 1) { return (com.google.ads.googleads.v17.resources.AssetGroupSignal) operation_; } return com.google.ads.googleads.v17.resources.AssetGroupSignal.getDefaultInstance(); } } /** *
     * Create operation: No resource name is expected for the new asset group
     * signal.
     * 
* * .google.ads.googleads.v17.resources.AssetGroupSignal create = 1; */ private com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AssetGroupSignal, com.google.ads.googleads.v17.resources.AssetGroupSignal.Builder, com.google.ads.googleads.v17.resources.AssetGroupSignalOrBuilder> getCreateFieldBuilder() { if (createBuilder_ == null) { if (!(operationCase_ == 1)) { operation_ = com.google.ads.googleads.v17.resources.AssetGroupSignal.getDefaultInstance(); } createBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.google.ads.googleads.v17.resources.AssetGroupSignal, com.google.ads.googleads.v17.resources.AssetGroupSignal.Builder, com.google.ads.googleads.v17.resources.AssetGroupSignalOrBuilder>( (com.google.ads.googleads.v17.resources.AssetGroupSignal) operation_, getParentForChildren(), isClean()); operation_ = null; } operationCase_ = 1; onChanged(); return createBuilder_; } /** *
     * Remove operation: A resource name for the removed asset group signal is
     * expected, in this format:
     * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
     * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return Whether the remove field is set. */ @java.lang.Override public boolean hasRemove() { return operationCase_ == 2; } /** *
     * Remove operation: A resource name for the removed asset group signal is
     * expected, in this format:
     * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
     * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The remove. */ @java.lang.Override public java.lang.String getRemove() { java.lang.Object ref = ""; if (operationCase_ == 2) { 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_ == 2) { operation_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Remove operation: A resource name for the removed asset group signal is
     * expected, in this format:
     * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
     * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return The bytes for remove. */ @java.lang.Override public com.google.protobuf.ByteString getRemoveBytes() { java.lang.Object ref = ""; if (operationCase_ == 2) { ref = operation_; } if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); if (operationCase_ == 2) { operation_ = b; } return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Remove operation: A resource name for the removed asset group signal is
     * expected, in this format:
     * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
     * 
* * string remove = 2 [(.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_ = 2; operation_ = value; onChanged(); return this; } /** *
     * Remove operation: A resource name for the removed asset group signal is
     * expected, in this format:
     * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
     * 
* * string remove = 2 [(.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearRemove() { if (operationCase_ == 2) { operationCase_ = 0; operation_ = null; onChanged(); } return this; } /** *
     * Remove operation: A resource name for the removed asset group signal is
     * expected, in this format:
     * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{criterion_id}`
     * 
* * string remove = 2 [(.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_ = 2; 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.AssetGroupSignalOperation) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.services.AssetGroupSignalOperation) private static final com.google.ads.googleads.v17.services.AssetGroupSignalOperation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.services.AssetGroupSignalOperation(); } public static com.google.ads.googleads.v17.services.AssetGroupSignalOperation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public AssetGroupSignalOperation 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.AssetGroupSignalOperation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy