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

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

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

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

/**
 * 
 * A user interest: a particular interest-based vertical to be targeted.
 * 
* * Protobuf type {@code google.ads.googleads.v17.resources.UserInterest} */ public final class UserInterest extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.resources.UserInterest) UserInterestOrBuilder { private static final long serialVersionUID = 0L; // Use UserInterest.newBuilder() to construct. private UserInterest(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private UserInterest() { resourceName_ = ""; taxonomyType_ = 0; name_ = ""; userInterestParent_ = ""; availabilities_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new UserInterest(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.resources.UserInterestProto.internal_static_google_ads_googleads_v17_resources_UserInterest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.resources.UserInterestProto.internal_static_google_ads_googleads_v17_resources_UserInterest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.resources.UserInterest.class, com.google.ads.googleads.v17.resources.UserInterest.Builder.class); } private int bitField0_; public static final int RESOURCE_NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object resourceName_ = ""; /** *
   * Output only. The resource name of the user interest.
   * User interest resource names have the form:
   *
   * `customers/{customer_id}/userInterests/{user_interest_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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; } } /** *
   * Output only. The resource name of the user interest.
   * User interest resource names have the form:
   *
   * `customers/{customer_id}/userInterests/{user_interest_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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 TAXONOMY_TYPE_FIELD_NUMBER = 2; private int taxonomyType_ = 0; /** *
   * Output only. Taxonomy type of the user interest.
   * 
* * .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for taxonomyType. */ @java.lang.Override public int getTaxonomyTypeValue() { return taxonomyType_; } /** *
   * Output only. Taxonomy type of the user interest.
   * 
* * .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The taxonomyType. */ @java.lang.Override public com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType getTaxonomyType() { com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType result = com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType.forNumber(taxonomyType_); return result == null ? com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType.UNRECOGNIZED : result; } public static final int USER_INTEREST_ID_FIELD_NUMBER = 8; private long userInterestId_ = 0L; /** *
   * Output only. The ID of the user interest.
   * 
* * optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the userInterestId field is set. */ @java.lang.Override public boolean hasUserInterestId() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * Output only. The ID of the user interest.
   * 
* * optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The userInterestId. */ @java.lang.Override public long getUserInterestId() { return userInterestId_; } public static final int NAME_FIELD_NUMBER = 9; @SuppressWarnings("serial") private volatile java.lang.Object name_ = ""; /** *
   * Output only. The name of the user interest.
   * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return ((bitField0_ & 0x00000002) != 0); } /** *
   * Output only. The name of the user interest.
   * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @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; } } /** *
   * Output only. The name of the user interest.
   * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @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 USER_INTEREST_PARENT_FIELD_NUMBER = 10; @SuppressWarnings("serial") private volatile java.lang.Object userInterestParent_ = ""; /** *
   * Output only. The parent of the user interest.
   * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the userInterestParent field is set. */ @java.lang.Override public boolean hasUserInterestParent() { return ((bitField0_ & 0x00000004) != 0); } /** *
   * Output only. The parent of the user interest.
   * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The userInterestParent. */ @java.lang.Override public java.lang.String getUserInterestParent() { java.lang.Object ref = userInterestParent_; 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(); userInterestParent_ = s; return s; } } /** *
   * Output only. The parent of the user interest.
   * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for userInterestParent. */ @java.lang.Override public com.google.protobuf.ByteString getUserInterestParentBytes() { java.lang.Object ref = userInterestParent_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); userInterestParent_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int LAUNCHED_TO_ALL_FIELD_NUMBER = 11; private boolean launchedToAll_ = false; /** *
   * Output only. True if the user interest is launched to all channels and
   * locales.
   * 
* * optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the launchedToAll field is set. */ @java.lang.Override public boolean hasLaunchedToAll() { return ((bitField0_ & 0x00000008) != 0); } /** *
   * Output only. True if the user interest is launched to all channels and
   * locales.
   * 
* * optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The launchedToAll. */ @java.lang.Override public boolean getLaunchedToAll() { return launchedToAll_; } public static final int AVAILABILITIES_FIELD_NUMBER = 7; @SuppressWarnings("serial") private java.util.List availabilities_; /** *
   * Output only. Availability information of the user interest.
   * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public java.util.List getAvailabilitiesList() { return availabilities_; } /** *
   * Output only. Availability information of the user interest.
   * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public java.util.List getAvailabilitiesOrBuilderList() { return availabilities_; } /** *
   * Output only. Availability information of the user interest.
   * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public int getAvailabilitiesCount() { return availabilities_.size(); } /** *
   * Output only. Availability information of the user interest.
   * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.ads.googleads.v17.common.CriterionCategoryAvailability getAvailabilities(int index) { return availabilities_.get(index); } /** *
   * Output only. Availability information of the user interest.
   * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder getAvailabilitiesOrBuilder( int index) { return availabilities_.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_); } if (taxonomyType_ != com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType.UNSPECIFIED.getNumber()) { output.writeEnum(2, taxonomyType_); } for (int i = 0; i < availabilities_.size(); i++) { output.writeMessage(7, availabilities_.get(i)); } if (((bitField0_ & 0x00000001) != 0)) { output.writeInt64(8, userInterestId_); } if (((bitField0_ & 0x00000002) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 9, name_); } if (((bitField0_ & 0x00000004) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 10, userInterestParent_); } if (((bitField0_ & 0x00000008) != 0)) { output.writeBool(11, launchedToAll_); } 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_); } if (taxonomyType_ != com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(2, taxonomyType_); } for (int i = 0; i < availabilities_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, availabilities_.get(i)); } if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(8, userInterestId_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, name_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, userInterestParent_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(11, launchedToAll_); } 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.UserInterest)) { return super.equals(obj); } com.google.ads.googleads.v17.resources.UserInterest other = (com.google.ads.googleads.v17.resources.UserInterest) obj; if (!getResourceName() .equals(other.getResourceName())) return false; if (taxonomyType_ != other.taxonomyType_) return false; if (hasUserInterestId() != other.hasUserInterestId()) return false; if (hasUserInterestId()) { if (getUserInterestId() != other.getUserInterestId()) return false; } if (hasName() != other.hasName()) return false; if (hasName()) { if (!getName() .equals(other.getName())) return false; } if (hasUserInterestParent() != other.hasUserInterestParent()) return false; if (hasUserInterestParent()) { if (!getUserInterestParent() .equals(other.getUserInterestParent())) return false; } if (hasLaunchedToAll() != other.hasLaunchedToAll()) return false; if (hasLaunchedToAll()) { if (getLaunchedToAll() != other.getLaunchedToAll()) return false; } if (!getAvailabilitiesList() .equals(other.getAvailabilitiesList())) 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(); hash = (37 * hash) + TAXONOMY_TYPE_FIELD_NUMBER; hash = (53 * hash) + taxonomyType_; if (hasUserInterestId()) { hash = (37 * hash) + USER_INTEREST_ID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getUserInterestId()); } if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } if (hasUserInterestParent()) { hash = (37 * hash) + USER_INTEREST_PARENT_FIELD_NUMBER; hash = (53 * hash) + getUserInterestParent().hashCode(); } if (hasLaunchedToAll()) { hash = (37 * hash) + LAUNCHED_TO_ALL_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getLaunchedToAll()); } if (getAvailabilitiesCount() > 0) { hash = (37 * hash) + AVAILABILITIES_FIELD_NUMBER; hash = (53 * hash) + getAvailabilitiesList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.resources.UserInterest parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.UserInterest 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.UserInterest parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.UserInterest 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.UserInterest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.UserInterest 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.UserInterest 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.UserInterest 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.UserInterest 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.UserInterest 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.UserInterest 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.UserInterest 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.UserInterest 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 user interest: a particular interest-based vertical to be targeted.
   * 
* * Protobuf type {@code google.ads.googleads.v17.resources.UserInterest} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.resources.UserInterest) com.google.ads.googleads.v17.resources.UserInterestOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.resources.UserInterestProto.internal_static_google_ads_googleads_v17_resources_UserInterest_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.resources.UserInterestProto.internal_static_google_ads_googleads_v17_resources_UserInterest_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.resources.UserInterest.class, com.google.ads.googleads.v17.resources.UserInterest.Builder.class); } // Construct using com.google.ads.googleads.v17.resources.UserInterest.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; resourceName_ = ""; taxonomyType_ = 0; userInterestId_ = 0L; name_ = ""; userInterestParent_ = ""; launchedToAll_ = false; if (availabilitiesBuilder_ == null) { availabilities_ = java.util.Collections.emptyList(); } else { availabilities_ = null; availabilitiesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000040); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.resources.UserInterestProto.internal_static_google_ads_googleads_v17_resources_UserInterest_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.resources.UserInterest getDefaultInstanceForType() { return com.google.ads.googleads.v17.resources.UserInterest.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.resources.UserInterest build() { com.google.ads.googleads.v17.resources.UserInterest result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.resources.UserInterest buildPartial() { com.google.ads.googleads.v17.resources.UserInterest result = new com.google.ads.googleads.v17.resources.UserInterest(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.ads.googleads.v17.resources.UserInterest result) { if (availabilitiesBuilder_ == null) { if (((bitField0_ & 0x00000040) != 0)) { availabilities_ = java.util.Collections.unmodifiableList(availabilities_); bitField0_ = (bitField0_ & ~0x00000040); } result.availabilities_ = availabilities_; } else { result.availabilities_ = availabilitiesBuilder_.build(); } } private void buildPartial0(com.google.ads.googleads.v17.resources.UserInterest result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.resourceName_ = resourceName_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.taxonomyType_ = taxonomyType_; } int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000004) != 0)) { result.userInterestId_ = userInterestId_; to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000008) != 0)) { result.name_ = name_; to_bitField0_ |= 0x00000002; } if (((from_bitField0_ & 0x00000010) != 0)) { result.userInterestParent_ = userInterestParent_; to_bitField0_ |= 0x00000004; } if (((from_bitField0_ & 0x00000020) != 0)) { result.launchedToAll_ = launchedToAll_; to_bitField0_ |= 0x00000008; } 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.UserInterest) { return mergeFrom((com.google.ads.googleads.v17.resources.UserInterest)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.resources.UserInterest other) { if (other == com.google.ads.googleads.v17.resources.UserInterest.getDefaultInstance()) return this; if (!other.getResourceName().isEmpty()) { resourceName_ = other.resourceName_; bitField0_ |= 0x00000001; onChanged(); } if (other.taxonomyType_ != 0) { setTaxonomyTypeValue(other.getTaxonomyTypeValue()); } if (other.hasUserInterestId()) { setUserInterestId(other.getUserInterestId()); } if (other.hasName()) { name_ = other.name_; bitField0_ |= 0x00000008; onChanged(); } if (other.hasUserInterestParent()) { userInterestParent_ = other.userInterestParent_; bitField0_ |= 0x00000010; onChanged(); } if (other.hasLaunchedToAll()) { setLaunchedToAll(other.getLaunchedToAll()); } if (availabilitiesBuilder_ == null) { if (!other.availabilities_.isEmpty()) { if (availabilities_.isEmpty()) { availabilities_ = other.availabilities_; bitField0_ = (bitField0_ & ~0x00000040); } else { ensureAvailabilitiesIsMutable(); availabilities_.addAll(other.availabilities_); } onChanged(); } } else { if (!other.availabilities_.isEmpty()) { if (availabilitiesBuilder_.isEmpty()) { availabilitiesBuilder_.dispose(); availabilitiesBuilder_ = null; availabilities_ = other.availabilities_; bitField0_ = (bitField0_ & ~0x00000040); availabilitiesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getAvailabilitiesFieldBuilder() : null; } else { availabilitiesBuilder_.addAllMessages(other.availabilities_); } } } 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 16: { taxonomyType_ = input.readEnum(); bitField0_ |= 0x00000002; break; } // case 16 case 58: { com.google.ads.googleads.v17.common.CriterionCategoryAvailability m = input.readMessage( com.google.ads.googleads.v17.common.CriterionCategoryAvailability.parser(), extensionRegistry); if (availabilitiesBuilder_ == null) { ensureAvailabilitiesIsMutable(); availabilities_.add(m); } else { availabilitiesBuilder_.addMessage(m); } break; } // case 58 case 64: { userInterestId_ = input.readInt64(); bitField0_ |= 0x00000004; break; } // case 64 case 74: { name_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000008; break; } // case 74 case 82: { userInterestParent_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000010; break; } // case 82 case 88: { launchedToAll_ = input.readBool(); bitField0_ |= 0x00000020; break; } // case 88 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_ = ""; /** *
     * Output only. The resource name of the user interest.
     * User interest resource names have the form:
     *
     * `customers/{customer_id}/userInterests/{user_interest_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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; } } /** *
     * Output only. The resource name of the user interest.
     * User interest resource names have the form:
     *
     * `customers/{customer_id}/userInterests/{user_interest_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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; } } /** *
     * Output only. The resource name of the user interest.
     * User interest resource names have the form:
     *
     * `customers/{customer_id}/userInterests/{user_interest_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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; } /** *
     * Output only. The resource name of the user interest.
     * User interest resource names have the form:
     *
     * `customers/{customer_id}/userInterests/{user_interest_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearResourceName() { resourceName_ = getDefaultInstance().getResourceName(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * Output only. The resource name of the user interest.
     * User interest resource names have the form:
     *
     * `customers/{customer_id}/userInterests/{user_interest_id}`
     * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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 int taxonomyType_ = 0; /** *
     * Output only. Taxonomy type of the user interest.
     * 
* * .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for taxonomyType. */ @java.lang.Override public int getTaxonomyTypeValue() { return taxonomyType_; } /** *
     * Output only. Taxonomy type of the user interest.
     * 
* * .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for taxonomyType to set. * @return This builder for chaining. */ public Builder setTaxonomyTypeValue(int value) { taxonomyType_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * Output only. Taxonomy type of the user interest.
     * 
* * .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The taxonomyType. */ @java.lang.Override public com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType getTaxonomyType() { com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType result = com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType.forNumber(taxonomyType_); return result == null ? com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType.UNRECOGNIZED : result; } /** *
     * Output only. Taxonomy type of the user interest.
     * 
* * .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The taxonomyType to set. * @return This builder for chaining. */ public Builder setTaxonomyType(com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; taxonomyType_ = value.getNumber(); onChanged(); return this; } /** *
     * Output only. Taxonomy type of the user interest.
     * 
* * .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearTaxonomyType() { bitField0_ = (bitField0_ & ~0x00000002); taxonomyType_ = 0; onChanged(); return this; } private long userInterestId_ ; /** *
     * Output only. The ID of the user interest.
     * 
* * optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the userInterestId field is set. */ @java.lang.Override public boolean hasUserInterestId() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * Output only. The ID of the user interest.
     * 
* * optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The userInterestId. */ @java.lang.Override public long getUserInterestId() { return userInterestId_; } /** *
     * Output only. The ID of the user interest.
     * 
* * optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The userInterestId to set. * @return This builder for chaining. */ public Builder setUserInterestId(long value) { userInterestId_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * Output only. The ID of the user interest.
     * 
* * optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearUserInterestId() { bitField0_ = (bitField0_ & ~0x00000004); userInterestId_ = 0L; onChanged(); return this; } private java.lang.Object name_ = ""; /** *
     * Output only. The name of the user interest.
     * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the name field is set. */ public boolean hasName() { return ((bitField0_ & 0x00000008) != 0); } /** *
     * Output only. The name of the user interest.
     * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @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; } } /** *
     * Output only. The name of the user interest.
     * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @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; } } /** *
     * Output only. The name of the user interest.
     * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @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_ |= 0x00000008; onChanged(); return this; } /** *
     * Output only. The name of the user interest.
     * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearName() { name_ = getDefaultInstance().getName(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; } /** *
     * Output only. The name of the user interest.
     * 
* * optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @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_ |= 0x00000008; onChanged(); return this; } private java.lang.Object userInterestParent_ = ""; /** *
     * Output only. The parent of the user interest.
     * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return Whether the userInterestParent field is set. */ public boolean hasUserInterestParent() { return ((bitField0_ & 0x00000010) != 0); } /** *
     * Output only. The parent of the user interest.
     * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The userInterestParent. */ public java.lang.String getUserInterestParent() { java.lang.Object ref = userInterestParent_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); userInterestParent_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Output only. The parent of the user interest.
     * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for userInterestParent. */ public com.google.protobuf.ByteString getUserInterestParentBytes() { java.lang.Object ref = userInterestParent_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); userInterestParent_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Output only. The parent of the user interest.
     * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param value The userInterestParent to set. * @return This builder for chaining. */ public Builder setUserInterestParent( java.lang.String value) { if (value == null) { throw new NullPointerException(); } userInterestParent_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
     * Output only. The parent of the user interest.
     * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearUserInterestParent() { userInterestParent_ = getDefaultInstance().getUserInterestParent(); bitField0_ = (bitField0_ & ~0x00000010); onChanged(); return this; } /** *
     * Output only. The parent of the user interest.
     * 
* * optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @param value The bytes for userInterestParent to set. * @return This builder for chaining. */ public Builder setUserInterestParentBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); userInterestParent_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } private boolean launchedToAll_ ; /** *
     * Output only. True if the user interest is launched to all channels and
     * locales.
     * 
* * optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return Whether the launchedToAll field is set. */ @java.lang.Override public boolean hasLaunchedToAll() { return ((bitField0_ & 0x00000020) != 0); } /** *
     * Output only. True if the user interest is launched to all channels and
     * locales.
     * 
* * optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The launchedToAll. */ @java.lang.Override public boolean getLaunchedToAll() { return launchedToAll_; } /** *
     * Output only. True if the user interest is launched to all channels and
     * locales.
     * 
* * optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The launchedToAll to set. * @return This builder for chaining. */ public Builder setLaunchedToAll(boolean value) { launchedToAll_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** *
     * Output only. True if the user interest is launched to all channels and
     * locales.
     * 
* * optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearLaunchedToAll() { bitField0_ = (bitField0_ & ~0x00000020); launchedToAll_ = false; onChanged(); return this; } private java.util.List availabilities_ = java.util.Collections.emptyList(); private void ensureAvailabilitiesIsMutable() { if (!((bitField0_ & 0x00000040) != 0)) { availabilities_ = new java.util.ArrayList(availabilities_); bitField0_ |= 0x00000040; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.CriterionCategoryAvailability, com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder, com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder> availabilitiesBuilder_; /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getAvailabilitiesList() { if (availabilitiesBuilder_ == null) { return java.util.Collections.unmodifiableList(availabilities_); } else { return availabilitiesBuilder_.getMessageList(); } } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public int getAvailabilitiesCount() { if (availabilitiesBuilder_ == null) { return availabilities_.size(); } else { return availabilitiesBuilder_.getCount(); } } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.CriterionCategoryAvailability getAvailabilities(int index) { if (availabilitiesBuilder_ == null) { return availabilities_.get(index); } else { return availabilitiesBuilder_.getMessage(index); } } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setAvailabilities( int index, com.google.ads.googleads.v17.common.CriterionCategoryAvailability value) { if (availabilitiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAvailabilitiesIsMutable(); availabilities_.set(index, value); onChanged(); } else { availabilitiesBuilder_.setMessage(index, value); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setAvailabilities( int index, com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder builderForValue) { if (availabilitiesBuilder_ == null) { ensureAvailabilitiesIsMutable(); availabilities_.set(index, builderForValue.build()); onChanged(); } else { availabilitiesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAvailabilities(com.google.ads.googleads.v17.common.CriterionCategoryAvailability value) { if (availabilitiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAvailabilitiesIsMutable(); availabilities_.add(value); onChanged(); } else { availabilitiesBuilder_.addMessage(value); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAvailabilities( int index, com.google.ads.googleads.v17.common.CriterionCategoryAvailability value) { if (availabilitiesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureAvailabilitiesIsMutable(); availabilities_.add(index, value); onChanged(); } else { availabilitiesBuilder_.addMessage(index, value); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAvailabilities( com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder builderForValue) { if (availabilitiesBuilder_ == null) { ensureAvailabilitiesIsMutable(); availabilities_.add(builderForValue.build()); onChanged(); } else { availabilitiesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAvailabilities( int index, com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder builderForValue) { if (availabilitiesBuilder_ == null) { ensureAvailabilitiesIsMutable(); availabilities_.add(index, builderForValue.build()); onChanged(); } else { availabilitiesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAllAvailabilities( java.lang.Iterable values) { if (availabilitiesBuilder_ == null) { ensureAvailabilitiesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, availabilities_); onChanged(); } else { availabilitiesBuilder_.addAllMessages(values); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearAvailabilities() { if (availabilitiesBuilder_ == null) { availabilities_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000040); onChanged(); } else { availabilitiesBuilder_.clear(); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder removeAvailabilities(int index) { if (availabilitiesBuilder_ == null) { ensureAvailabilitiesIsMutable(); availabilities_.remove(index); onChanged(); } else { availabilitiesBuilder_.remove(index); } return this; } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder getAvailabilitiesBuilder( int index) { return getAvailabilitiesFieldBuilder().getBuilder(index); } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder getAvailabilitiesOrBuilder( int index) { if (availabilitiesBuilder_ == null) { return availabilities_.get(index); } else { return availabilitiesBuilder_.getMessageOrBuilder(index); } } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getAvailabilitiesOrBuilderList() { if (availabilitiesBuilder_ != null) { return availabilitiesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(availabilities_); } } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder addAvailabilitiesBuilder() { return getAvailabilitiesFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.CriterionCategoryAvailability.getDefaultInstance()); } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder addAvailabilitiesBuilder( int index) { return getAvailabilitiesFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.CriterionCategoryAvailability.getDefaultInstance()); } /** *
     * Output only. Availability information of the user interest.
     * 
* * repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getAvailabilitiesBuilderList() { return getAvailabilitiesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.CriterionCategoryAvailability, com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder, com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder> getAvailabilitiesFieldBuilder() { if (availabilitiesBuilder_ == null) { availabilitiesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.CriterionCategoryAvailability, com.google.ads.googleads.v17.common.CriterionCategoryAvailability.Builder, com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder>( availabilities_, ((bitField0_ & 0x00000040) != 0), getParentForChildren(), isClean()); availabilities_ = null; } return availabilitiesBuilder_; } @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.UserInterest) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.resources.UserInterest) private static final com.google.ads.googleads.v17.resources.UserInterest DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.resources.UserInterest(); } public static com.google.ads.googleads.v17.resources.UserInterest getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public UserInterest 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.UserInterest getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy