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

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

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

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

/**
 * 
 * A link between an ad group and an asset.
 * 
* * Protobuf type {@code google.ads.googleads.v17.resources.AdGroupAsset} */ public final class AdGroupAsset extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.resources.AdGroupAsset) AdGroupAssetOrBuilder { private static final long serialVersionUID = 0L; // Use AdGroupAsset.newBuilder() to construct. private AdGroupAsset(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AdGroupAsset() { resourceName_ = ""; adGroup_ = ""; asset_ = ""; fieldType_ = 0; source_ = 0; status_ = 0; primaryStatus_ = 0; primaryStatusDetails_ = java.util.Collections.emptyList(); primaryStatusReasons_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new AdGroupAsset(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.resources.AdGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AdGroupAsset_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.resources.AdGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AdGroupAsset_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.resources.AdGroupAsset.class, com.google.ads.googleads.v17.resources.AdGroupAsset.Builder.class); } public static final int RESOURCE_NAME_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object resourceName_ = ""; /** *
   * Immutable. The resource name of the ad group asset.
   * AdGroupAsset resource names have the form:
   *
   * `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
   * 
* * 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 ad group asset.
   * AdGroupAsset resource names have the form:
   *
   * `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
   * 
* * 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 AD_GROUP_FIELD_NUMBER = 2; @SuppressWarnings("serial") private volatile java.lang.Object adGroup_ = ""; /** *
   * Required. Immutable. The ad group to which the asset is linked.
   * 
* * string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The adGroup. */ @java.lang.Override public java.lang.String getAdGroup() { java.lang.Object ref = adGroup_; 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(); adGroup_ = s; return s; } } /** *
   * Required. Immutable. The ad group to which the asset is linked.
   * 
* * string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for adGroup. */ @java.lang.Override public com.google.protobuf.ByteString getAdGroupBytes() { java.lang.Object ref = adGroup_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); adGroup_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int ASSET_FIELD_NUMBER = 3; @SuppressWarnings("serial") private volatile java.lang.Object asset_ = ""; /** *
   * Required. Immutable. The asset which is linked to the ad group.
   * 
* * string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The asset. */ @java.lang.Override public java.lang.String getAsset() { java.lang.Object ref = asset_; 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(); asset_ = s; return s; } } /** *
   * Required. Immutable. The asset which is linked to the ad group.
   * 
* * string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for asset. */ @java.lang.Override public com.google.protobuf.ByteString getAssetBytes() { java.lang.Object ref = asset_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); asset_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FIELD_TYPE_FIELD_NUMBER = 4; private int fieldType_ = 0; /** *
   * Required. Immutable. Role that the asset takes under the linked ad group.
   * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for fieldType. */ @java.lang.Override public int getFieldTypeValue() { return fieldType_; } /** *
   * Required. Immutable. Role that the asset takes under the linked ad group.
   * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The fieldType. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType getFieldType() { com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType result = com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType.forNumber(fieldType_); return result == null ? com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType.UNRECOGNIZED : result; } public static final int SOURCE_FIELD_NUMBER = 6; private int source_ = 0; /** *
   * Output only. Source of the adgroup asset link.
   * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for source. */ @java.lang.Override public int getSourceValue() { return source_; } /** *
   * Output only. Source of the adgroup asset link.
   * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The source. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource getSource() { com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource result = com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.forNumber(source_); return result == null ? com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.UNRECOGNIZED : result; } public static final int STATUS_FIELD_NUMBER = 5; private int status_ = 0; /** *
   * Status of the ad group asset.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return The enum numeric value on the wire for status. */ @java.lang.Override public int getStatusValue() { return status_; } /** *
   * Status of the ad group asset.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return The status. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus getStatus() { com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus result = com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus.forNumber(status_); return result == null ? com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus.UNRECOGNIZED : result; } public static final int PRIMARY_STATUS_FIELD_NUMBER = 7; private int primaryStatus_ = 0; /** *
   * Output only. Provides the PrimaryStatus of this asset link.
   * Primary status is meant essentially to differentiate between the plain
   * "status" field, which has advertiser set values of enabled, paused, or
   * removed.  The primary status takes into account other signals (for assets
   * its mainly policy and quality approvals) to come up with a more
   * comprehensive status to indicate its serving state.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for primaryStatus. */ @java.lang.Override public int getPrimaryStatusValue() { return primaryStatus_; } /** *
   * Output only. Provides the PrimaryStatus of this asset link.
   * Primary status is meant essentially to differentiate between the plain
   * "status" field, which has advertiser set values of enabled, paused, or
   * removed.  The primary status takes into account other signals (for assets
   * its mainly policy and quality approvals) to come up with a more
   * comprehensive status to indicate its serving state.
   * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The primaryStatus. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus getPrimaryStatus() { com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus result = com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.forNumber(primaryStatus_); return result == null ? com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.UNRECOGNIZED : result; } public static final int PRIMARY_STATUS_DETAILS_FIELD_NUMBER = 8; @SuppressWarnings("serial") private java.util.List primaryStatusDetails_; /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public java.util.List getPrimaryStatusDetailsList() { return primaryStatusDetails_; } /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public java.util.List getPrimaryStatusDetailsOrBuilderList() { return primaryStatusDetails_; } /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public int getPrimaryStatusDetailsCount() { return primaryStatusDetails_.size(); } /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails getPrimaryStatusDetails(int index) { return primaryStatusDetails_.get(index); } /** *
   * Output only. Provides the details of the primary status and its associated
   * reasons.
   * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ @java.lang.Override public com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder getPrimaryStatusDetailsOrBuilder( int index) { return primaryStatusDetails_.get(index); } public static final int PRIMARY_STATUS_REASONS_FIELD_NUMBER = 9; @SuppressWarnings("serial") private java.util.List primaryStatusReasons_; private static final com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason> primaryStatusReasons_converter_ = new com.google.protobuf.Internal.ListAdapter.Converter< java.lang.Integer, com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason>() { public com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason convert(java.lang.Integer from) { com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason result = com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason.forNumber(from); return result == null ? com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason.UNRECOGNIZED : result; } }; /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the primaryStatusReasons. */ @java.lang.Override public java.util.List getPrimaryStatusReasonsList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason>(primaryStatusReasons_, primaryStatusReasons_converter_); } /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of primaryStatusReasons. */ @java.lang.Override public int getPrimaryStatusReasonsCount() { return primaryStatusReasons_.size(); } /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The primaryStatusReasons at the given index. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason getPrimaryStatusReasons(int index) { return primaryStatusReasons_converter_.convert(primaryStatusReasons_.get(index)); } /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for primaryStatusReasons. */ @java.lang.Override public java.util.List getPrimaryStatusReasonsValueList() { return primaryStatusReasons_; } /** *
   * Output only. Provides a list of reasons for why an asset is not serving or
   * not serving at full capacity.
   * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of primaryStatusReasons at the given index. */ @java.lang.Override public int getPrimaryStatusReasonsValue(int index) { return primaryStatusReasons_.get(index); } private int primaryStatusReasonsMemoizedSerializedSize; 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 { getSerializedSize(); if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(adGroup_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, adGroup_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(asset_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 3, asset_); } if (fieldType_ != com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType.UNSPECIFIED.getNumber()) { output.writeEnum(4, fieldType_); } if (status_ != com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus.UNSPECIFIED.getNumber()) { output.writeEnum(5, status_); } if (source_ != com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.UNSPECIFIED.getNumber()) { output.writeEnum(6, source_); } if (primaryStatus_ != com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.UNSPECIFIED.getNumber()) { output.writeEnum(7, primaryStatus_); } for (int i = 0; i < primaryStatusDetails_.size(); i++) { output.writeMessage(8, primaryStatusDetails_.get(i)); } if (getPrimaryStatusReasonsList().size() > 0) { output.writeUInt32NoTag(74); output.writeUInt32NoTag(primaryStatusReasonsMemoizedSerializedSize); } for (int i = 0; i < primaryStatusReasons_.size(); i++) { output.writeEnumNoTag(primaryStatusReasons_.get(i)); } 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(adGroup_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, adGroup_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(asset_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, asset_); } if (fieldType_ != com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(4, fieldType_); } if (status_ != com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(5, status_); } if (source_ != com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(6, source_); } if (primaryStatus_ != com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.UNSPECIFIED.getNumber()) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(7, primaryStatus_); } for (int i = 0; i < primaryStatusDetails_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, primaryStatusDetails_.get(i)); } { int dataSize = 0; for (int i = 0; i < primaryStatusReasons_.size(); i++) { dataSize += com.google.protobuf.CodedOutputStream .computeEnumSizeNoTag(primaryStatusReasons_.get(i)); } size += dataSize; if (!getPrimaryStatusReasonsList().isEmpty()) { size += 1; size += com.google.protobuf.CodedOutputStream .computeUInt32SizeNoTag(dataSize); }primaryStatusReasonsMemoizedSerializedSize = dataSize; } 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.AdGroupAsset)) { return super.equals(obj); } com.google.ads.googleads.v17.resources.AdGroupAsset other = (com.google.ads.googleads.v17.resources.AdGroupAsset) obj; if (!getResourceName() .equals(other.getResourceName())) return false; if (!getAdGroup() .equals(other.getAdGroup())) return false; if (!getAsset() .equals(other.getAsset())) return false; if (fieldType_ != other.fieldType_) return false; if (source_ != other.source_) return false; if (status_ != other.status_) return false; if (primaryStatus_ != other.primaryStatus_) return false; if (!getPrimaryStatusDetailsList() .equals(other.getPrimaryStatusDetailsList())) return false; if (!primaryStatusReasons_.equals(other.primaryStatusReasons_)) 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) + AD_GROUP_FIELD_NUMBER; hash = (53 * hash) + getAdGroup().hashCode(); hash = (37 * hash) + ASSET_FIELD_NUMBER; hash = (53 * hash) + getAsset().hashCode(); hash = (37 * hash) + FIELD_TYPE_FIELD_NUMBER; hash = (53 * hash) + fieldType_; hash = (37 * hash) + SOURCE_FIELD_NUMBER; hash = (53 * hash) + source_; hash = (37 * hash) + STATUS_FIELD_NUMBER; hash = (53 * hash) + status_; hash = (37 * hash) + PRIMARY_STATUS_FIELD_NUMBER; hash = (53 * hash) + primaryStatus_; if (getPrimaryStatusDetailsCount() > 0) { hash = (37 * hash) + PRIMARY_STATUS_DETAILS_FIELD_NUMBER; hash = (53 * hash) + getPrimaryStatusDetailsList().hashCode(); } if (getPrimaryStatusReasonsCount() > 0) { hash = (37 * hash) + PRIMARY_STATUS_REASONS_FIELD_NUMBER; hash = (53 * hash) + primaryStatusReasons_.hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.resources.AdGroupAsset parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.AdGroupAsset 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.AdGroupAsset parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.AdGroupAsset 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.AdGroupAsset parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.resources.AdGroupAsset 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.AdGroupAsset 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.AdGroupAsset 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.AdGroupAsset 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.AdGroupAsset 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.AdGroupAsset 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.AdGroupAsset 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.AdGroupAsset 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 link between an ad group and an asset.
   * 
* * Protobuf type {@code google.ads.googleads.v17.resources.AdGroupAsset} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.resources.AdGroupAsset) com.google.ads.googleads.v17.resources.AdGroupAssetOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.resources.AdGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AdGroupAsset_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.resources.AdGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AdGroupAsset_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.resources.AdGroupAsset.class, com.google.ads.googleads.v17.resources.AdGroupAsset.Builder.class); } // Construct using com.google.ads.googleads.v17.resources.AdGroupAsset.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; resourceName_ = ""; adGroup_ = ""; asset_ = ""; fieldType_ = 0; source_ = 0; status_ = 0; primaryStatus_ = 0; if (primaryStatusDetailsBuilder_ == null) { primaryStatusDetails_ = java.util.Collections.emptyList(); } else { primaryStatusDetails_ = null; primaryStatusDetailsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000080); primaryStatusReasons_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.resources.AdGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AdGroupAsset_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupAsset getDefaultInstanceForType() { return com.google.ads.googleads.v17.resources.AdGroupAsset.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupAsset build() { com.google.ads.googleads.v17.resources.AdGroupAsset result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.resources.AdGroupAsset buildPartial() { com.google.ads.googleads.v17.resources.AdGroupAsset result = new com.google.ads.googleads.v17.resources.AdGroupAsset(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.ads.googleads.v17.resources.AdGroupAsset result) { if (primaryStatusDetailsBuilder_ == null) { if (((bitField0_ & 0x00000080) != 0)) { primaryStatusDetails_ = java.util.Collections.unmodifiableList(primaryStatusDetails_); bitField0_ = (bitField0_ & ~0x00000080); } result.primaryStatusDetails_ = primaryStatusDetails_; } else { result.primaryStatusDetails_ = primaryStatusDetailsBuilder_.build(); } if (((bitField0_ & 0x00000100) != 0)) { primaryStatusReasons_ = java.util.Collections.unmodifiableList(primaryStatusReasons_); bitField0_ = (bitField0_ & ~0x00000100); } result.primaryStatusReasons_ = primaryStatusReasons_; } private void buildPartial0(com.google.ads.googleads.v17.resources.AdGroupAsset result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.resourceName_ = resourceName_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.adGroup_ = adGroup_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.asset_ = asset_; } if (((from_bitField0_ & 0x00000008) != 0)) { result.fieldType_ = fieldType_; } if (((from_bitField0_ & 0x00000010) != 0)) { result.source_ = source_; } if (((from_bitField0_ & 0x00000020) != 0)) { result.status_ = status_; } if (((from_bitField0_ & 0x00000040) != 0)) { result.primaryStatus_ = primaryStatus_; } } @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.AdGroupAsset) { return mergeFrom((com.google.ads.googleads.v17.resources.AdGroupAsset)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.resources.AdGroupAsset other) { if (other == com.google.ads.googleads.v17.resources.AdGroupAsset.getDefaultInstance()) return this; if (!other.getResourceName().isEmpty()) { resourceName_ = other.resourceName_; bitField0_ |= 0x00000001; onChanged(); } if (!other.getAdGroup().isEmpty()) { adGroup_ = other.adGroup_; bitField0_ |= 0x00000002; onChanged(); } if (!other.getAsset().isEmpty()) { asset_ = other.asset_; bitField0_ |= 0x00000004; onChanged(); } if (other.fieldType_ != 0) { setFieldTypeValue(other.getFieldTypeValue()); } if (other.source_ != 0) { setSourceValue(other.getSourceValue()); } if (other.status_ != 0) { setStatusValue(other.getStatusValue()); } if (other.primaryStatus_ != 0) { setPrimaryStatusValue(other.getPrimaryStatusValue()); } if (primaryStatusDetailsBuilder_ == null) { if (!other.primaryStatusDetails_.isEmpty()) { if (primaryStatusDetails_.isEmpty()) { primaryStatusDetails_ = other.primaryStatusDetails_; bitField0_ = (bitField0_ & ~0x00000080); } else { ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.addAll(other.primaryStatusDetails_); } onChanged(); } } else { if (!other.primaryStatusDetails_.isEmpty()) { if (primaryStatusDetailsBuilder_.isEmpty()) { primaryStatusDetailsBuilder_.dispose(); primaryStatusDetailsBuilder_ = null; primaryStatusDetails_ = other.primaryStatusDetails_; bitField0_ = (bitField0_ & ~0x00000080); primaryStatusDetailsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getPrimaryStatusDetailsFieldBuilder() : null; } else { primaryStatusDetailsBuilder_.addAllMessages(other.primaryStatusDetails_); } } } if (!other.primaryStatusReasons_.isEmpty()) { if (primaryStatusReasons_.isEmpty()) { primaryStatusReasons_ = other.primaryStatusReasons_; bitField0_ = (bitField0_ & ~0x00000100); } else { ensurePrimaryStatusReasonsIsMutable(); primaryStatusReasons_.addAll(other.primaryStatusReasons_); } onChanged(); } 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 18: { adGroup_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000002; break; } // case 18 case 26: { asset_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000004; break; } // case 26 case 32: { fieldType_ = input.readEnum(); bitField0_ |= 0x00000008; break; } // case 32 case 40: { status_ = input.readEnum(); bitField0_ |= 0x00000020; break; } // case 40 case 48: { source_ = input.readEnum(); bitField0_ |= 0x00000010; break; } // case 48 case 56: { primaryStatus_ = input.readEnum(); bitField0_ |= 0x00000040; break; } // case 56 case 66: { com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails m = input.readMessage( com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.parser(), extensionRegistry); if (primaryStatusDetailsBuilder_ == null) { ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.add(m); } else { primaryStatusDetailsBuilder_.addMessage(m); } break; } // case 66 case 72: { int tmpRaw = input.readEnum(); ensurePrimaryStatusReasonsIsMutable(); primaryStatusReasons_.add(tmpRaw); break; } // case 72 case 74: { int length = input.readRawVarint32(); int oldLimit = input.pushLimit(length); while(input.getBytesUntilLimit() > 0) { int tmpRaw = input.readEnum(); ensurePrimaryStatusReasonsIsMutable(); primaryStatusReasons_.add(tmpRaw); } input.popLimit(oldLimit); break; } // case 74 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 ad group asset.
     * AdGroupAsset resource names have the form:
     *
     * `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
     * 
* * 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 ad group asset.
     * AdGroupAsset resource names have the form:
     *
     * `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
     * 
* * 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 ad group asset.
     * AdGroupAsset resource names have the form:
     *
     * `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
     * 
* * 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 ad group asset.
     * AdGroupAsset resource names have the form:
     *
     * `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
     * 
* * 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 ad group asset.
     * AdGroupAsset resource names have the form:
     *
     * `customers/{customer_id}/adGroupAssets/{ad_group_id}~{asset_id}~{field_type}`
     * 
* * 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 java.lang.Object adGroup_ = ""; /** *
     * Required. Immutable. The ad group to which the asset is linked.
     * 
* * string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The adGroup. */ public java.lang.String getAdGroup() { java.lang.Object ref = adGroup_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); adGroup_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Required. Immutable. The ad group to which the asset is linked.
     * 
* * string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for adGroup. */ public com.google.protobuf.ByteString getAdGroupBytes() { java.lang.Object ref = adGroup_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); adGroup_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Required. Immutable. The ad group to which the asset is linked.
     * 
* * string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The adGroup to set. * @return This builder for chaining. */ public Builder setAdGroup( java.lang.String value) { if (value == null) { throw new NullPointerException(); } adGroup_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * Required. Immutable. The ad group to which the asset is linked.
     * 
* * string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearAdGroup() { adGroup_ = getDefaultInstance().getAdGroup(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; } /** *
     * Required. Immutable. The ad group to which the asset is linked.
     * 
* * string ad_group = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for adGroup to set. * @return This builder for chaining. */ public Builder setAdGroupBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); adGroup_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } private java.lang.Object asset_ = ""; /** *
     * Required. Immutable. The asset which is linked to the ad group.
     * 
* * string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The asset. */ public java.lang.String getAsset() { java.lang.Object ref = asset_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); asset_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * Required. Immutable. The asset which is linked to the ad group.
     * 
* * string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for asset. */ public com.google.protobuf.ByteString getAssetBytes() { java.lang.Object ref = asset_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); asset_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Required. Immutable. The asset which is linked to the ad group.
     * 
* * string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The asset to set. * @return This builder for chaining. */ public Builder setAsset( java.lang.String value) { if (value == null) { throw new NullPointerException(); } asset_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * Required. Immutable. The asset which is linked to the ad group.
     * 
* * string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return This builder for chaining. */ public Builder clearAsset() { asset_ = getDefaultInstance().getAsset(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; } /** *
     * Required. Immutable. The asset which is linked to the ad group.
     * 
* * string asset = 3 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @param value The bytes for asset to set. * @return This builder for chaining. */ public Builder setAssetBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); asset_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } private int fieldType_ = 0; /** *
     * Required. Immutable. Role that the asset takes under the linked ad group.
     * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The enum numeric value on the wire for fieldType. */ @java.lang.Override public int getFieldTypeValue() { return fieldType_; } /** *
     * Required. Immutable. Role that the asset takes under the linked ad group.
     * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The enum numeric value on the wire for fieldType to set. * @return This builder for chaining. */ public Builder setFieldTypeValue(int value) { fieldType_ = value; bitField0_ |= 0x00000008; onChanged(); return this; } /** *
     * Required. Immutable. Role that the asset takes under the linked ad group.
     * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return The fieldType. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType getFieldType() { com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType result = com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType.forNumber(fieldType_); return result == null ? com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType.UNRECOGNIZED : result; } /** *
     * Required. Immutable. Role that the asset takes under the linked ad group.
     * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @param value The fieldType to set. * @return This builder for chaining. */ public Builder setFieldType(com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; fieldType_ = value.getNumber(); onChanged(); return this; } /** *
     * Required. Immutable. Role that the asset takes under the linked ad group.
     * 
* * .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE]; * @return This builder for chaining. */ public Builder clearFieldType() { bitField0_ = (bitField0_ & ~0x00000008); fieldType_ = 0; onChanged(); return this; } private int source_ = 0; /** *
     * Output only. Source of the adgroup asset link.
     * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for source. */ @java.lang.Override public int getSourceValue() { return source_; } /** *
     * Output only. Source of the adgroup asset link.
     * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for source to set. * @return This builder for chaining. */ public Builder setSourceValue(int value) { source_ = value; bitField0_ |= 0x00000010; onChanged(); return this; } /** *
     * Output only. Source of the adgroup asset link.
     * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The source. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource getSource() { com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource result = com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.forNumber(source_); return result == null ? com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.UNRECOGNIZED : result; } /** *
     * Output only. Source of the adgroup asset link.
     * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The source to set. * @return This builder for chaining. */ public Builder setSource(com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; source_ = value.getNumber(); onChanged(); return this; } /** *
     * Output only. Source of the adgroup asset link.
     * 
* * .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearSource() { bitField0_ = (bitField0_ & ~0x00000010); source_ = 0; onChanged(); return this; } private int status_ = 0; /** *
     * Status of the ad group asset.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return The enum numeric value on the wire for status. */ @java.lang.Override public int getStatusValue() { return status_; } /** *
     * Status of the ad group asset.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @param value The enum numeric value on the wire for status to set. * @return This builder for chaining. */ public Builder setStatusValue(int value) { status_ = value; bitField0_ |= 0x00000020; onChanged(); return this; } /** *
     * Status of the ad group asset.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return The status. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus getStatus() { com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus result = com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus.forNumber(status_); return result == null ? com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus.UNRECOGNIZED : result; } /** *
     * Status of the ad group asset.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @param value The status to set. * @return This builder for chaining. */ public Builder setStatus(com.google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; status_ = value.getNumber(); onChanged(); return this; } /** *
     * Status of the ad group asset.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5; * @return This builder for chaining. */ public Builder clearStatus() { bitField0_ = (bitField0_ & ~0x00000020); status_ = 0; onChanged(); return this; } private int primaryStatus_ = 0; /** *
     * Output only. Provides the PrimaryStatus of this asset link.
     * Primary status is meant essentially to differentiate between the plain
     * "status" field, which has advertiser set values of enabled, paused, or
     * removed.  The primary status takes into account other signals (for assets
     * its mainly policy and quality approvals) to come up with a more
     * comprehensive status to indicate its serving state.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for primaryStatus. */ @java.lang.Override public int getPrimaryStatusValue() { return primaryStatus_; } /** *
     * Output only. Provides the PrimaryStatus of this asset link.
     * Primary status is meant essentially to differentiate between the plain
     * "status" field, which has advertiser set values of enabled, paused, or
     * removed.  The primary status takes into account other signals (for assets
     * its mainly policy and quality approvals) to come up with a more
     * comprehensive status to indicate its serving state.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for primaryStatus to set. * @return This builder for chaining. */ public Builder setPrimaryStatusValue(int value) { primaryStatus_ = value; bitField0_ |= 0x00000040; onChanged(); return this; } /** *
     * Output only. Provides the PrimaryStatus of this asset link.
     * Primary status is meant essentially to differentiate between the plain
     * "status" field, which has advertiser set values of enabled, paused, or
     * removed.  The primary status takes into account other signals (for assets
     * its mainly policy and quality approvals) to come up with a more
     * comprehensive status to indicate its serving state.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The primaryStatus. */ @java.lang.Override public com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus getPrimaryStatus() { com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus result = com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.forNumber(primaryStatus_); return result == null ? com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.UNRECOGNIZED : result; } /** *
     * Output only. Provides the PrimaryStatus of this asset link.
     * Primary status is meant essentially to differentiate between the plain
     * "status" field, which has advertiser set values of enabled, paused, or
     * removed.  The primary status takes into account other signals (for assets
     * its mainly policy and quality approvals) to come up with a more
     * comprehensive status to indicate its serving state.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The primaryStatus to set. * @return This builder for chaining. */ public Builder setPrimaryStatus(com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000040; primaryStatus_ = value.getNumber(); onChanged(); return this; } /** *
     * Output only. Provides the PrimaryStatus of this asset link.
     * Primary status is meant essentially to differentiate between the plain
     * "status" field, which has advertiser set values of enabled, paused, or
     * removed.  The primary status takes into account other signals (for assets
     * its mainly policy and quality approvals) to come up with a more
     * comprehensive status to indicate its serving state.
     * 
* * .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus primary_status = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearPrimaryStatus() { bitField0_ = (bitField0_ & ~0x00000040); primaryStatus_ = 0; onChanged(); return this; } private java.util.List primaryStatusDetails_ = java.util.Collections.emptyList(); private void ensurePrimaryStatusDetailsIsMutable() { if (!((bitField0_ & 0x00000080) != 0)) { primaryStatusDetails_ = new java.util.ArrayList(primaryStatusDetails_); bitField0_ |= 0x00000080; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder> primaryStatusDetailsBuilder_; /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getPrimaryStatusDetailsList() { if (primaryStatusDetailsBuilder_ == null) { return java.util.Collections.unmodifiableList(primaryStatusDetails_); } else { return primaryStatusDetailsBuilder_.getMessageList(); } } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public int getPrimaryStatusDetailsCount() { if (primaryStatusDetailsBuilder_ == null) { return primaryStatusDetails_.size(); } else { return primaryStatusDetailsBuilder_.getCount(); } } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails getPrimaryStatusDetails(int index) { if (primaryStatusDetailsBuilder_ == null) { return primaryStatusDetails_.get(index); } else { return primaryStatusDetailsBuilder_.getMessage(index); } } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setPrimaryStatusDetails( int index, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails value) { if (primaryStatusDetailsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.set(index, value); onChanged(); } else { primaryStatusDetailsBuilder_.setMessage(index, value); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder setPrimaryStatusDetails( int index, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder builderForValue) { if (primaryStatusDetailsBuilder_ == null) { ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.set(index, builderForValue.build()); onChanged(); } else { primaryStatusDetailsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addPrimaryStatusDetails(com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails value) { if (primaryStatusDetailsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.add(value); onChanged(); } else { primaryStatusDetailsBuilder_.addMessage(value); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addPrimaryStatusDetails( int index, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails value) { if (primaryStatusDetailsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.add(index, value); onChanged(); } else { primaryStatusDetailsBuilder_.addMessage(index, value); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addPrimaryStatusDetails( com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder builderForValue) { if (primaryStatusDetailsBuilder_ == null) { ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.add(builderForValue.build()); onChanged(); } else { primaryStatusDetailsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addPrimaryStatusDetails( int index, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder builderForValue) { if (primaryStatusDetailsBuilder_ == null) { ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.add(index, builderForValue.build()); onChanged(); } else { primaryStatusDetailsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder addAllPrimaryStatusDetails( java.lang.Iterable values) { if (primaryStatusDetailsBuilder_ == null) { ensurePrimaryStatusDetailsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, primaryStatusDetails_); onChanged(); } else { primaryStatusDetailsBuilder_.addAllMessages(values); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder clearPrimaryStatusDetails() { if (primaryStatusDetailsBuilder_ == null) { primaryStatusDetails_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000080); onChanged(); } else { primaryStatusDetailsBuilder_.clear(); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public Builder removePrimaryStatusDetails(int index) { if (primaryStatusDetailsBuilder_ == null) { ensurePrimaryStatusDetailsIsMutable(); primaryStatusDetails_.remove(index); onChanged(); } else { primaryStatusDetailsBuilder_.remove(index); } return this; } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder getPrimaryStatusDetailsBuilder( int index) { return getPrimaryStatusDetailsFieldBuilder().getBuilder(index); } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder getPrimaryStatusDetailsOrBuilder( int index) { if (primaryStatusDetailsBuilder_ == null) { return primaryStatusDetails_.get(index); } else { return primaryStatusDetailsBuilder_.getMessageOrBuilder(index); } } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getPrimaryStatusDetailsOrBuilderList() { if (primaryStatusDetailsBuilder_ != null) { return primaryStatusDetailsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(primaryStatusDetails_); } } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder addPrimaryStatusDetailsBuilder() { return getPrimaryStatusDetailsFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.getDefaultInstance()); } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder addPrimaryStatusDetailsBuilder( int index) { return getPrimaryStatusDetailsFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.getDefaultInstance()); } /** *
     * Output only. Provides the details of the primary status and its associated
     * reasons.
     * 
* * repeated .google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails primary_status_details = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ public java.util.List getPrimaryStatusDetailsBuilderList() { return getPrimaryStatusDetailsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder> getPrimaryStatusDetailsFieldBuilder() { if (primaryStatusDetailsBuilder_ == null) { primaryStatusDetailsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails.Builder, com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder>( primaryStatusDetails_, ((bitField0_ & 0x00000080) != 0), getParentForChildren(), isClean()); primaryStatusDetails_ = null; } return primaryStatusDetailsBuilder_; } private java.util.List primaryStatusReasons_ = java.util.Collections.emptyList(); private void ensurePrimaryStatusReasonsIsMutable() { if (!((bitField0_ & 0x00000100) != 0)) { primaryStatusReasons_ = new java.util.ArrayList(primaryStatusReasons_); bitField0_ |= 0x00000100; } } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the primaryStatusReasons. */ public java.util.List getPrimaryStatusReasonsList() { return new com.google.protobuf.Internal.ListAdapter< java.lang.Integer, com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason>(primaryStatusReasons_, primaryStatusReasons_converter_); } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of primaryStatusReasons. */ public int getPrimaryStatusReasonsCount() { return primaryStatusReasons_.size(); } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The primaryStatusReasons at the given index. */ public com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason getPrimaryStatusReasons(int index) { return primaryStatusReasons_converter_.convert(primaryStatusReasons_.get(index)); } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index to set the value at. * @param value The primaryStatusReasons to set. * @return This builder for chaining. */ public Builder setPrimaryStatusReasons( int index, com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason value) { if (value == null) { throw new NullPointerException(); } ensurePrimaryStatusReasonsIsMutable(); primaryStatusReasons_.set(index, value.getNumber()); onChanged(); return this; } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The primaryStatusReasons to add. * @return This builder for chaining. */ public Builder addPrimaryStatusReasons(com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason value) { if (value == null) { throw new NullPointerException(); } ensurePrimaryStatusReasonsIsMutable(); primaryStatusReasons_.add(value.getNumber()); onChanged(); return this; } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The primaryStatusReasons to add. * @return This builder for chaining. */ public Builder addAllPrimaryStatusReasons( java.lang.Iterable values) { ensurePrimaryStatusReasonsIsMutable(); for (com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason value : values) { primaryStatusReasons_.add(value.getNumber()); } onChanged(); return this; } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return This builder for chaining. */ public Builder clearPrimaryStatusReasons() { primaryStatusReasons_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000100); onChanged(); return this; } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the enum numeric values on the wire for primaryStatusReasons. */ public java.util.List getPrimaryStatusReasonsValueList() { return java.util.Collections.unmodifiableList(primaryStatusReasons_); } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The enum numeric value on the wire of primaryStatusReasons at the given index. */ public int getPrimaryStatusReasonsValue(int index) { return primaryStatusReasons_.get(index); } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index to set the value at. * @param value The enum numeric value on the wire for primaryStatusReasons to set. * @return This builder for chaining. */ public Builder setPrimaryStatusReasonsValue( int index, int value) { ensurePrimaryStatusReasonsIsMutable(); primaryStatusReasons_.set(index, value); onChanged(); return this; } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param value The enum numeric value on the wire for primaryStatusReasons to add. * @return This builder for chaining. */ public Builder addPrimaryStatusReasonsValue(int value) { ensurePrimaryStatusReasonsIsMutable(); primaryStatusReasons_.add(value); onChanged(); return this; } /** *
     * Output only. Provides a list of reasons for why an asset is not serving or
     * not serving at full capacity.
     * 
* * repeated .google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason primary_status_reasons = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param values The enum numeric values on the wire for primaryStatusReasons to add. * @return This builder for chaining. */ public Builder addAllPrimaryStatusReasonsValue( java.lang.Iterable values) { ensurePrimaryStatusReasonsIsMutable(); for (int value : values) { primaryStatusReasons_.add(value); } onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:google.ads.googleads.v17.resources.AdGroupAsset) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.resources.AdGroupAsset) private static final com.google.ads.googleads.v17.resources.AdGroupAsset DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.resources.AdGroupAsset(); } public static com.google.ads.googleads.v17.resources.AdGroupAsset getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public AdGroupAsset 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.AdGroupAsset getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy