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

com.google.ads.googleads.v17.resources.RemarketingAction Maven / Gradle / Ivy

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

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

/**
 * 
 * A remarketing action. A snippet of JavaScript code that will collect the
 * product id and the type of page people visited (product page, shopping cart
 * page, purchase page, general site visit) on an advertiser's website.
 * 
* * Protobuf type {@code google.ads.googleads.v17.resources.RemarketingAction} */ public final class RemarketingAction extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.resources.RemarketingAction) RemarketingActionOrBuilder { private static final long serialVersionUID = 0L; // Use RemarketingAction.newBuilder() to construct. private RemarketingAction(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private RemarketingAction() { resourceName_ = ""; name_ = ""; tagSnippets_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new RemarketingAction(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.resources.RemarketingActionProto.internal_static_google_ads_googleads_v17_resources_RemarketingAction_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.resources.RemarketingActionProto.internal_static_google_ads_googleads_v17_resources_RemarketingAction_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.resources.RemarketingAction.class, com.google.ads.googleads.v17.resources.RemarketingAction.Builder.class); } private int bitField0_; public static final int RESOURCE_NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object resourceName_ = ""; /** *
   * Immutable. The resource name of the remarketing action.
   * Remarketing action resource names have the form:
   *
   * `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ @java.lang.Override public java.lang.String getResourceName() { java.lang.Object ref = resourceName_; 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(); resourceName_ = s; return s; } } /** *
   * Immutable. The resource name of the remarketing action.
   * Remarketing action resource names have the form:
   *
   * `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ @java.lang.Override public com.google.protobuf.ByteString getResourceNameBytes() { java.lang.Object ref = resourceName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ID_FIELD_NUMBER = 5; private long id_ = 0L; /** *
   * Output only. Id of the remarketing action.
   * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ @java.lang.Override public boolean hasId() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * Output only. Id of the remarketing action.
   * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ @java.lang.Override public long getId() { return id_; } public static final int NAME_FIELD_NUMBER = 6; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** *
   * The name of the remarketing action.
   *
   * This field is required and should not be empty when creating new
   * remarketing actions.
   * 
* * optional string name = 6; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return ((bitField0_ & 0x00000002) != 0); } /** *
   * The name of the remarketing action.
   *
   * This field is required and should not be empty when creating new
   * remarketing actions.
   * 
* * optional string name = 6; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; 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(); name_ = s; return s; } } /** *
   * The name of the remarketing action.
   *
   * This field is required and should not be empty when creating new
   * remarketing actions.
   * 
* * optional string name = 6; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int TAG_SNIPPETS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private java.util.List tagSnippets_; /** *
   * Output only. The snippets used for tracking remarketing actions.
   * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public java.util.List getTagSnippetsList() { return tagSnippets_; } /** *
   * Output only. The snippets used for tracking remarketing actions.
   * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public java.util.List getTagSnippetsOrBuilderList() { return tagSnippets_; } /** *
   * Output only. The snippets used for tracking remarketing actions.
   * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public int getTagSnippetsCount() { return tagSnippets_.size(); } /** *
   * Output only. The snippets used for tracking remarketing actions.
   * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.ads.googleads.v17.common.TagSnippet getTagSnippets(int index) { return tagSnippets_.get(index); } /** *
   * Output only. The snippets used for tracking remarketing actions.
   * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.ads.googleads.v17.common.TagSnippetOrBuilder getTagSnippetsOrBuilder( int index) { return tagSnippets_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_); } for (int i = 0; i < tagSnippets_.size(); i++) { output.writeMessage(4, tagSnippets_.get(i)); } if (((bitField0_ & 0x00000001) != 0)) { output.writeInt64(5, id_); } if (((bitField0_ & 0x00000002) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, name_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, resourceName_); } for (int i = 0; i < tagSnippets_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, tagSnippets_.get(i)); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(5, id_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, name_); } 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.resources.RemarketingAction)) { return super.equals(obj); } com.google.ads.googleads.v17.resources.RemarketingAction other = (com.google.ads.googleads.v17.resources.RemarketingAction) obj; if (!getResourceName() .equals(other.getResourceName())) return false; if (hasId() != other.hasId()) return false; if (hasId()) { if (getId() != other.getId()) return false; } if (hasName() != other.hasName()) return false; if (hasName()) { if (!getName() .equals(other.getName())) return false; } if (!getTagSnippetsList() .equals(other.getTagSnippetsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + RESOURCE_NAME_FIELD_NUMBER; hash = (53 * hash) + getResourceName().hashCode(); if (hasId()) { hash = (37 * hash) + ID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getId()); } if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } if (getTagSnippetsCount() > 0) { hash = (37 * hash) + TAG_SNIPPETS_FIELD_NUMBER; hash = (53 * hash) + getTagSnippetsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.resources.RemarketingAction parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.RemarketingAction 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.resources.RemarketingAction parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.RemarketingAction 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.resources.RemarketingAction parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.RemarketingAction 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.resources.RemarketingAction parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.resources.RemarketingAction 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.resources.RemarketingAction parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.resources.RemarketingAction 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.resources.RemarketingAction 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.resources.RemarketingAction 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.resources.RemarketingAction 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 remarketing action. A snippet of JavaScript code that will collect the
   * product id and the type of page people visited (product page, shopping cart
   * page, purchase page, general site visit) on an advertiser's website.
   * 
* * Protobuf type {@code google.ads.googleads.v17.resources.RemarketingAction} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.resources.RemarketingAction) com.google.ads.googleads.v17.resources.RemarketingActionOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.resources.RemarketingActionProto.internal_static_google_ads_googleads_v17_resources_RemarketingAction_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.resources.RemarketingActionProto.internal_static_google_ads_googleads_v17_resources_RemarketingAction_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.resources.RemarketingAction.class, com.google.ads.googleads.v17.resources.RemarketingAction.Builder.class); } // Construct using com.google.ads.googleads.v17.resources.RemarketingAction.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; resourceName_ = ""; id_ = 0L; name_ = ""; if (tagSnippetsBuilder_ == null) { tagSnippets_ = java.util.Collections.emptyList(); } else { tagSnippets_ = null; tagSnippetsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.resources.RemarketingActionProto.internal_static_google_ads_googleads_v17_resources_RemarketingAction_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.resources.RemarketingAction getDefaultInstanceForType() { return com.google.ads.googleads.v17.resources.RemarketingAction.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.resources.RemarketingAction build() { com.google.ads.googleads.v17.resources.RemarketingAction result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.resources.RemarketingAction buildPartial() { com.google.ads.googleads.v17.resources.RemarketingAction result = new com.google.ads.googleads.v17.resources.RemarketingAction(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.ads.googleads.v17.resources.RemarketingAction result) { if (tagSnippetsBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { tagSnippets_ = java.util.Collections.unmodifiableList(tagSnippets_); bitField0_ = (bitField0_ & ~0x00000008); } result.tagSnippets_ = tagSnippets_; } else { result.tagSnippets_ = tagSnippetsBuilder_.build(); } } private void buildPartial0(com.google.ads.googleads.v17.resources.RemarketingAction result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.resourceName_ = resourceName_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000002) != 0)) { result.id_ = id_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000004) != 0)) { result.name_ = name_; to_bitField0_ |= 0x00000002; } result.bitField0_ |= to_bitField0_; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof com.google.ads.googleads.v17.resources.RemarketingAction) { return mergeFrom((com.google.ads.googleads.v17.resources.RemarketingAction)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.resources.RemarketingAction other) { if (other == com.google.ads.googleads.v17.resources.RemarketingAction.getDefaultInstance()) return this; if (!other.getResourceName().isEmpty()) { resourceName_ = other.resourceName_; bitField0_ |= 0x00000001; onChanged(); } if (other.hasId()) { setId(other.getId()); } if (other.hasName()) { name_ = other.name_; bitField0_ |= 0x00000004; onChanged(); } if (tagSnippetsBuilder_ == null) { if (!other.tagSnippets_.isEmpty()) { if (tagSnippets_.isEmpty()) { tagSnippets_ = other.tagSnippets_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureTagSnippetsIsMutable(); tagSnippets_.addAll(other.tagSnippets_); } onChanged(); } } else { if (!other.tagSnippets_.isEmpty()) { if (tagSnippetsBuilder_.isEmpty()) { tagSnippetsBuilder_.dispose(); tagSnippetsBuilder_ = null; tagSnippets_ = other.tagSnippets_; bitField0_ = (bitField0_ & ~0x00000008); tagSnippetsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getTagSnippetsFieldBuilder() : null; } else { tagSnippetsBuilder_.addAllMessages(other.tagSnippets_); } } } 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: { resourceName_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 34: { com.google.ads.googleads.v17.common.TagSnippet m = input.readMessage( com.google.ads.googleads.v17.common.TagSnippet.parser(), extensionRegistry); if (tagSnippetsBuilder_ == null) { ensureTagSnippetsIsMutable(); tagSnippets_.add(m); } else { tagSnippetsBuilder_.addMessage(m); } break; } // case 34 case 40: { id_ = input.readInt64(); bitField0_ |= 0x00000002; break; } // case 40 case 50: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 50 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object resourceName_ = ""; /** *
     * Immutable. The resource name of the remarketing action.
     * Remarketing action resource names have the form:
     *
     * `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The resourceName. */ public java.lang.String getResourceName() { java.lang.Object ref = resourceName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); resourceName_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Immutable. The resource name of the remarketing action.
     * Remarketing action resource names have the form:
     *
     * `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ public com.google.protobuf.ByteString getResourceNameBytes() { java.lang.Object ref = resourceName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); resourceName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Immutable. The resource name of the remarketing action.
     * Remarketing action resource names have the form:
     *
     * `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The resourceName to set. * @return This builder for chaining. */ public Builder setResourceName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } resourceName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * Immutable. The resource name of the remarketing action.
     * Remarketing action resource names have the form:
     *
     * `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearResourceName() { resourceName_ = getDefaultInstance().getResourceName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * Immutable. The resource name of the remarketing action.
     * Remarketing action resource names have the form:
     *
     * `customers/{customer_id}/remarketingActions/{remarketing_action_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for resourceName to set. * @return This builder for chaining. */ public Builder setResourceNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); resourceName_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private long id_ ; /** *
     * Output only. Id of the remarketing action.
     * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the id field is set. */ @java.lang.Override public boolean hasId() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * Output only. Id of the remarketing action.
     * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ @java.lang.Override public long getId() { return id_; } /** *
     * Output only. Id of the remarketing action.
     * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The id to set. * @return This builder for chaining. */ public Builder setId(long value) { id_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * Output only. Id of the remarketing action.
     * 
* * optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearId() { bitField0_ = (bitField0_ & ~0x00000002); id_ = 0L; onChanged(); return this; } private java.lang.Object name_ = ""; /** *
     * The name of the remarketing action.
     *
     * This field is required and should not be empty when creating new
     * remarketing actions.
     * 
* * optional string name = 6; * @return Whether the name field is set. */ public boolean hasName() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * The name of the remarketing action.
     *
     * This field is required and should not be empty when creating new
     * remarketing actions.
     * 
* * optional string name = 6; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); name_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * The name of the remarketing action.
     *
     * This field is required and should not be empty when creating new
     * remarketing actions.
     * 
* * optional string name = 6; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * The name of the remarketing action.
     *
     * This field is required and should not be empty when creating new
     * remarketing actions.
     * 
* * optional string name = 6; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } name_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * The name of the remarketing action.
     *
     * This field is required and should not be empty when creating new
     * remarketing actions.
     * 
* * optional string name = 6; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * The name of the remarketing action.
     *
     * This field is required and should not be empty when creating new
     * remarketing actions.
     * 
* * optional string name = 6; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); name_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private java.util.List tagSnippets_ = java.util.Collections.emptyList(); private void ensureTagSnippetsIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { tagSnippets_ = new java.util.ArrayList(tagSnippets_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.TagSnippet, com.google.ads.googleads.v17.common.TagSnippet.Builder, com.google.ads.googleads.v17.common.TagSnippetOrBuilder> tagSnippetsBuilder_; /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getTagSnippetsList() { if (tagSnippetsBuilder_ == null) { return java.util.Collections.unmodifiableList(tagSnippets_); } else { return tagSnippetsBuilder_.getMessageList(); } } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public int getTagSnippetsCount() { if (tagSnippetsBuilder_ == null) { return tagSnippets_.size(); } else { return tagSnippetsBuilder_.getCount(); } } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.TagSnippet getTagSnippets(int index) { if (tagSnippetsBuilder_ == null) { return tagSnippets_.get(index); } else { return tagSnippetsBuilder_.getMessage(index); } } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setTagSnippets( int index, com.google.ads.googleads.v17.common.TagSnippet value) { if (tagSnippetsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTagSnippetsIsMutable(); tagSnippets_.set(index, value); onChanged(); } else { tagSnippetsBuilder_.setMessage(index, value); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setTagSnippets( int index, com.google.ads.googleads.v17.common.TagSnippet.Builder builderForValue) { if (tagSnippetsBuilder_ == null) { ensureTagSnippetsIsMutable(); tagSnippets_.set(index, builderForValue.build()); onChanged(); } else { tagSnippetsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addTagSnippets(com.google.ads.googleads.v17.common.TagSnippet value) { if (tagSnippetsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTagSnippetsIsMutable(); tagSnippets_.add(value); onChanged(); } else { tagSnippetsBuilder_.addMessage(value); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addTagSnippets( int index, com.google.ads.googleads.v17.common.TagSnippet value) { if (tagSnippetsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureTagSnippetsIsMutable(); tagSnippets_.add(index, value); onChanged(); } else { tagSnippetsBuilder_.addMessage(index, value); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addTagSnippets( com.google.ads.googleads.v17.common.TagSnippet.Builder builderForValue) { if (tagSnippetsBuilder_ == null) { ensureTagSnippetsIsMutable(); tagSnippets_.add(builderForValue.build()); onChanged(); } else { tagSnippetsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addTagSnippets( int index, com.google.ads.googleads.v17.common.TagSnippet.Builder builderForValue) { if (tagSnippetsBuilder_ == null) { ensureTagSnippetsIsMutable(); tagSnippets_.add(index, builderForValue.build()); onChanged(); } else { tagSnippetsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAllTagSnippets( java.lang.Iterable values) { if (tagSnippetsBuilder_ == null) { ensureTagSnippetsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, tagSnippets_); onChanged(); } else { tagSnippetsBuilder_.addAllMessages(values); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearTagSnippets() { if (tagSnippetsBuilder_ == null) { tagSnippets_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { tagSnippetsBuilder_.clear(); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder removeTagSnippets(int index) { if (tagSnippetsBuilder_ == null) { ensureTagSnippetsIsMutable(); tagSnippets_.remove(index); onChanged(); } else { tagSnippetsBuilder_.remove(index); } return this; } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.TagSnippet.Builder getTagSnippetsBuilder( int index) { return getTagSnippetsFieldBuilder().getBuilder(index); } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.TagSnippetOrBuilder getTagSnippetsOrBuilder( int index) { if (tagSnippetsBuilder_ == null) { return tagSnippets_.get(index); } else { return tagSnippetsBuilder_.getMessageOrBuilder(index); } } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getTagSnippetsOrBuilderList() { if (tagSnippetsBuilder_ != null) { return tagSnippetsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(tagSnippets_); } } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.TagSnippet.Builder addTagSnippetsBuilder() { return getTagSnippetsFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.TagSnippet.getDefaultInstance()); } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.TagSnippet.Builder addTagSnippetsBuilder( int index) { return getTagSnippetsFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.TagSnippet.getDefaultInstance()); } /** *
     * Output only. The snippets used for tracking remarketing actions.
     * 
* * repeated .google.ads.googleads.v17.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getTagSnippetsBuilderList() { return getTagSnippetsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.TagSnippet, com.google.ads.googleads.v17.common.TagSnippet.Builder, com.google.ads.googleads.v17.common.TagSnippetOrBuilder> getTagSnippetsFieldBuilder() { if (tagSnippetsBuilder_ == null) { tagSnippetsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.TagSnippet, com.google.ads.googleads.v17.common.TagSnippet.Builder, com.google.ads.googleads.v17.common.TagSnippetOrBuilder>( tagSnippets_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); tagSnippets_ = null; } return tagSnippetsBuilder_; } @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.resources.RemarketingAction) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.resources.RemarketingAction) private static final com.google.ads.googleads.v17.resources.RemarketingAction DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.resources.RemarketingAction(); } public static com.google.ads.googleads.v17.resources.RemarketingAction getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public RemarketingAction 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.resources.RemarketingAction getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy