com.google.ads.googleads.v17.resources.AssetGroupAsset Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/asset_group_asset.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
/**
*
* AssetGroupAsset is the link between an asset and an asset group.
* Adding an AssetGroupAsset links an asset with an asset group.
*
*
* Protobuf type {@code google.ads.googleads.v17.resources.AssetGroupAsset}
*/
public final class AssetGroupAsset extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v17.resources.AssetGroupAsset)
AssetGroupAssetOrBuilder {
private static final long serialVersionUID = 0L;
// Use AssetGroupAsset.newBuilder() to construct.
private AssetGroupAsset(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AssetGroupAsset() {
resourceName_ = "";
assetGroup_ = "";
asset_ = "";
fieldType_ = 0;
status_ = 0;
primaryStatus_ = 0;
primaryStatusReasons_ = java.util.Collections.emptyList();
primaryStatusDetails_ = java.util.Collections.emptyList();
performanceLabel_ = 0;
source_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AssetGroupAsset();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.resources.AssetGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AssetGroupAsset_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.resources.AssetGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AssetGroupAsset_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.resources.AssetGroupAsset.class, com.google.ads.googleads.v17.resources.AssetGroupAsset.Builder.class);
}
private int bitField0_;
public static final int RESOURCE_NAME_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object resourceName_ = "";
/**
*
* Immutable. The resource name of the asset group asset.
* Asset group asset resource name have the form:
*
* `customers/{customer_id}/assetGroupAssets/{asset_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 asset group asset.
* Asset group asset resource name have the form:
*
* `customers/{customer_id}/assetGroupAssets/{asset_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 ASSET_GROUP_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object assetGroup_ = "";
/**
*
* Immutable. The asset group which this asset group asset is linking.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The assetGroup.
*/
@java.lang.Override
public java.lang.String getAssetGroup() {
java.lang.Object ref = assetGroup_;
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();
assetGroup_ = s;
return s;
}
}
/**
*
* Immutable. The asset group which this asset group asset is linking.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for assetGroup.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAssetGroupBytes() {
java.lang.Object ref = assetGroup_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
assetGroup_ = 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_ = "";
/**
*
* Immutable. The asset which this asset group asset is linking.
*
*
* string asset = 3 [(.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;
}
}
/**
*
* Immutable. The asset which this asset group asset is linking.
*
*
* string asset = 3 [(.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;
/**
*
* The description of the placement of the asset within the asset group. For
* example: HEADLINE, YOUTUBE_VIDEO etc
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;
* @return The enum numeric value on the wire for fieldType.
*/
@java.lang.Override public int getFieldTypeValue() {
return fieldType_;
}
/**
*
* The description of the placement of the asset within the asset group. For
* example: HEADLINE, YOUTUBE_VIDEO etc
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;
* @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 STATUS_FIELD_NUMBER = 5;
private int status_ = 0;
/**
*
* The status of the link between an asset and asset group.
*
*
* .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_;
}
/**
*
* The status of the link between an asset and asset group.
*
*
* .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 = 8;
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 = 8 [(.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 = 8 [(.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_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;
public static final int PRIMARY_STATUS_DETAILS_FIELD_NUMBER = 10;
@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 = 10 [(.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 = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
@java.lang.Override
public java.util.List extends com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder>
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 = 10 [(.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 = 10 [(.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 = 10 [(.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 PERFORMANCE_LABEL_FIELD_NUMBER = 6;
private int performanceLabel_ = 0;
/**
*
* Output only. The performance of this asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for performanceLabel.
*/
@java.lang.Override public int getPerformanceLabelValue() {
return performanceLabel_;
}
/**
*
* Output only. The performance of this asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The performanceLabel.
*/
@java.lang.Override public com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel() {
com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel result = com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.forNumber(performanceLabel_);
return result == null ? com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.UNRECOGNIZED : result;
}
public static final int POLICY_SUMMARY_FIELD_NUMBER = 7;
private com.google.ads.googleads.v17.common.PolicySummary policySummary_;
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the policySummary field is set.
*/
@java.lang.Override
public boolean hasPolicySummary() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The policySummary.
*/
@java.lang.Override
public com.google.ads.googleads.v17.common.PolicySummary getPolicySummary() {
return policySummary_ == null ? com.google.ads.googleads.v17.common.PolicySummary.getDefaultInstance() : policySummary_;
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
@java.lang.Override
public com.google.ads.googleads.v17.common.PolicySummaryOrBuilder getPolicySummaryOrBuilder() {
return policySummary_ == null ? com.google.ads.googleads.v17.common.PolicySummary.getDefaultInstance() : policySummary_;
}
public static final int SOURCE_FIELD_NUMBER = 11;
private int source_ = 0;
/**
*
* Output only. Source of the asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.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 asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.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;
}
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(assetGroup_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, assetGroup_);
}
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 (performanceLabel_ != com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.UNSPECIFIED.getNumber()) {
output.writeEnum(6, performanceLabel_);
}
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(7, getPolicySummary());
}
if (primaryStatus_ != com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.UNSPECIFIED.getNumber()) {
output.writeEnum(8, primaryStatus_);
}
if (getPrimaryStatusReasonsList().size() > 0) {
output.writeUInt32NoTag(74);
output.writeUInt32NoTag(primaryStatusReasonsMemoizedSerializedSize);
}
for (int i = 0; i < primaryStatusReasons_.size(); i++) {
output.writeEnumNoTag(primaryStatusReasons_.get(i));
}
for (int i = 0; i < primaryStatusDetails_.size(); i++) {
output.writeMessage(10, primaryStatusDetails_.get(i));
}
if (source_ != com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.UNSPECIFIED.getNumber()) {
output.writeEnum(11, source_);
}
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(assetGroup_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, assetGroup_);
}
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 (performanceLabel_ != com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(6, performanceLabel_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(7, getPolicySummary());
}
if (primaryStatus_ != com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusEnum.AssetLinkPrimaryStatus.UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(8, primaryStatus_);
}
{
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;
}
for (int i = 0; i < primaryStatusDetails_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(10, primaryStatusDetails_.get(i));
}
if (source_ != com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource.UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(11, source_);
}
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.AssetGroupAsset)) {
return super.equals(obj);
}
com.google.ads.googleads.v17.resources.AssetGroupAsset other = (com.google.ads.googleads.v17.resources.AssetGroupAsset) obj;
if (!getResourceName()
.equals(other.getResourceName())) return false;
if (!getAssetGroup()
.equals(other.getAssetGroup())) return false;
if (!getAsset()
.equals(other.getAsset())) return false;
if (fieldType_ != other.fieldType_) return false;
if (status_ != other.status_) return false;
if (primaryStatus_ != other.primaryStatus_) return false;
if (!primaryStatusReasons_.equals(other.primaryStatusReasons_)) return false;
if (!getPrimaryStatusDetailsList()
.equals(other.getPrimaryStatusDetailsList())) return false;
if (performanceLabel_ != other.performanceLabel_) return false;
if (hasPolicySummary() != other.hasPolicySummary()) return false;
if (hasPolicySummary()) {
if (!getPolicySummary()
.equals(other.getPolicySummary())) return false;
}
if (source_ != other.source_) 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) + ASSET_GROUP_FIELD_NUMBER;
hash = (53 * hash) + getAssetGroup().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) + STATUS_FIELD_NUMBER;
hash = (53 * hash) + status_;
hash = (37 * hash) + PRIMARY_STATUS_FIELD_NUMBER;
hash = (53 * hash) + primaryStatus_;
if (getPrimaryStatusReasonsCount() > 0) {
hash = (37 * hash) + PRIMARY_STATUS_REASONS_FIELD_NUMBER;
hash = (53 * hash) + primaryStatusReasons_.hashCode();
}
if (getPrimaryStatusDetailsCount() > 0) {
hash = (37 * hash) + PRIMARY_STATUS_DETAILS_FIELD_NUMBER;
hash = (53 * hash) + getPrimaryStatusDetailsList().hashCode();
}
hash = (37 * hash) + PERFORMANCE_LABEL_FIELD_NUMBER;
hash = (53 * hash) + performanceLabel_;
if (hasPolicySummary()) {
hash = (37 * hash) + POLICY_SUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getPolicySummary().hashCode();
}
hash = (37 * hash) + SOURCE_FIELD_NUMBER;
hash = (53 * hash) + source_;
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v17.resources.AssetGroupAsset parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.AssetGroupAsset 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.AssetGroupAsset parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.AssetGroupAsset 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.AssetGroupAsset parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v17.resources.AssetGroupAsset 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.AssetGroupAsset 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.AssetGroupAsset 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.AssetGroupAsset 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.AssetGroupAsset 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.AssetGroupAsset 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.AssetGroupAsset 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.AssetGroupAsset 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;
}
/**
*
* AssetGroupAsset is the link between an asset and an asset group.
* Adding an AssetGroupAsset links an asset with an asset group.
*
*
* Protobuf type {@code google.ads.googleads.v17.resources.AssetGroupAsset}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.resources.AssetGroupAsset)
com.google.ads.googleads.v17.resources.AssetGroupAssetOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v17.resources.AssetGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AssetGroupAsset_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v17.resources.AssetGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AssetGroupAsset_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v17.resources.AssetGroupAsset.class, com.google.ads.googleads.v17.resources.AssetGroupAsset.Builder.class);
}
// Construct using com.google.ads.googleads.v17.resources.AssetGroupAsset.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
getPrimaryStatusDetailsFieldBuilder();
getPolicySummaryFieldBuilder();
}
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
resourceName_ = "";
assetGroup_ = "";
asset_ = "";
fieldType_ = 0;
status_ = 0;
primaryStatus_ = 0;
primaryStatusReasons_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000040);
if (primaryStatusDetailsBuilder_ == null) {
primaryStatusDetails_ = java.util.Collections.emptyList();
} else {
primaryStatusDetails_ = null;
primaryStatusDetailsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000080);
performanceLabel_ = 0;
policySummary_ = null;
if (policySummaryBuilder_ != null) {
policySummaryBuilder_.dispose();
policySummaryBuilder_ = null;
}
source_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v17.resources.AssetGroupAssetProto.internal_static_google_ads_googleads_v17_resources_AssetGroupAsset_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.AssetGroupAsset getDefaultInstanceForType() {
return com.google.ads.googleads.v17.resources.AssetGroupAsset.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.AssetGroupAsset build() {
com.google.ads.googleads.v17.resources.AssetGroupAsset result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v17.resources.AssetGroupAsset buildPartial() {
com.google.ads.googleads.v17.resources.AssetGroupAsset result = new com.google.ads.googleads.v17.resources.AssetGroupAsset(this);
buildPartialRepeatedFields(result);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartialRepeatedFields(com.google.ads.googleads.v17.resources.AssetGroupAsset result) {
if (((bitField0_ & 0x00000040) != 0)) {
primaryStatusReasons_ = java.util.Collections.unmodifiableList(primaryStatusReasons_);
bitField0_ = (bitField0_ & ~0x00000040);
}
result.primaryStatusReasons_ = primaryStatusReasons_;
if (primaryStatusDetailsBuilder_ == null) {
if (((bitField0_ & 0x00000080) != 0)) {
primaryStatusDetails_ = java.util.Collections.unmodifiableList(primaryStatusDetails_);
bitField0_ = (bitField0_ & ~0x00000080);
}
result.primaryStatusDetails_ = primaryStatusDetails_;
} else {
result.primaryStatusDetails_ = primaryStatusDetailsBuilder_.build();
}
}
private void buildPartial0(com.google.ads.googleads.v17.resources.AssetGroupAsset result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.resourceName_ = resourceName_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.assetGroup_ = assetGroup_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.asset_ = asset_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.fieldType_ = fieldType_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.status_ = status_;
}
if (((from_bitField0_ & 0x00000020) != 0)) {
result.primaryStatus_ = primaryStatus_;
}
if (((from_bitField0_ & 0x00000100) != 0)) {
result.performanceLabel_ = performanceLabel_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000200) != 0)) {
result.policySummary_ = policySummaryBuilder_ == null
? policySummary_
: policySummaryBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000400) != 0)) {
result.source_ = source_;
}
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.AssetGroupAsset) {
return mergeFrom((com.google.ads.googleads.v17.resources.AssetGroupAsset)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v17.resources.AssetGroupAsset other) {
if (other == com.google.ads.googleads.v17.resources.AssetGroupAsset.getDefaultInstance()) return this;
if (!other.getResourceName().isEmpty()) {
resourceName_ = other.resourceName_;
bitField0_ |= 0x00000001;
onChanged();
}
if (!other.getAssetGroup().isEmpty()) {
assetGroup_ = other.assetGroup_;
bitField0_ |= 0x00000002;
onChanged();
}
if (!other.getAsset().isEmpty()) {
asset_ = other.asset_;
bitField0_ |= 0x00000004;
onChanged();
}
if (other.fieldType_ != 0) {
setFieldTypeValue(other.getFieldTypeValue());
}
if (other.status_ != 0) {
setStatusValue(other.getStatusValue());
}
if (other.primaryStatus_ != 0) {
setPrimaryStatusValue(other.getPrimaryStatusValue());
}
if (!other.primaryStatusReasons_.isEmpty()) {
if (primaryStatusReasons_.isEmpty()) {
primaryStatusReasons_ = other.primaryStatusReasons_;
bitField0_ = (bitField0_ & ~0x00000040);
} else {
ensurePrimaryStatusReasonsIsMutable();
primaryStatusReasons_.addAll(other.primaryStatusReasons_);
}
onChanged();
}
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.performanceLabel_ != 0) {
setPerformanceLabelValue(other.getPerformanceLabelValue());
}
if (other.hasPolicySummary()) {
mergePolicySummary(other.getPolicySummary());
}
if (other.source_ != 0) {
setSourceValue(other.getSourceValue());
}
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: {
assetGroup_ = 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_ |= 0x00000010;
break;
} // case 40
case 48: {
performanceLabel_ = input.readEnum();
bitField0_ |= 0x00000100;
break;
} // case 48
case 58: {
input.readMessage(
getPolicySummaryFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000200;
break;
} // case 58
case 64: {
primaryStatus_ = input.readEnum();
bitField0_ |= 0x00000020;
break;
} // case 64
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
case 82: {
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 82
case 88: {
source_ = input.readEnum();
bitField0_ |= 0x00000400;
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_ = "";
/**
*
* Immutable. The resource name of the asset group asset.
* Asset group asset resource name have the form:
*
* `customers/{customer_id}/assetGroupAssets/{asset_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 asset group asset.
* Asset group asset resource name have the form:
*
* `customers/{customer_id}/assetGroupAssets/{asset_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 asset group asset.
* Asset group asset resource name have the form:
*
* `customers/{customer_id}/assetGroupAssets/{asset_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 asset group asset.
* Asset group asset resource name have the form:
*
* `customers/{customer_id}/assetGroupAssets/{asset_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 asset group asset.
* Asset group asset resource name have the form:
*
* `customers/{customer_id}/assetGroupAssets/{asset_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 assetGroup_ = "";
/**
*
* Immutable. The asset group which this asset group asset is linking.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The assetGroup.
*/
public java.lang.String getAssetGroup() {
java.lang.Object ref = assetGroup_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
assetGroup_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Immutable. The asset group which this asset group asset is linking.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for assetGroup.
*/
public com.google.protobuf.ByteString
getAssetGroupBytes() {
java.lang.Object ref = assetGroup_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
assetGroup_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Immutable. The asset group which this asset group asset is linking.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @param value The assetGroup to set.
* @return This builder for chaining.
*/
public Builder setAssetGroup(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
assetGroup_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* Immutable. The asset group which this asset group asset is linking.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return This builder for chaining.
*/
public Builder clearAssetGroup() {
assetGroup_ = getDefaultInstance().getAssetGroup();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
*
* Immutable. The asset group which this asset group asset is linking.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @param value The bytes for assetGroup to set.
* @return This builder for chaining.
*/
public Builder setAssetGroupBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
assetGroup_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object asset_ = "";
/**
*
* Immutable. The asset which this asset group asset is linking.
*
*
* string asset = 3 [(.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;
}
}
/**
*
* Immutable. The asset which this asset group asset is linking.
*
*
* string asset = 3 [(.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;
}
}
/**
*
* Immutable. The asset which this asset group asset is linking.
*
*
* string asset = 3 [(.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;
}
/**
*
* Immutable. The asset which this asset group asset is linking.
*
*
* string asset = 3 [(.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;
}
/**
*
* Immutable. The asset which this asset group asset is linking.
*
*
* string asset = 3 [(.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;
/**
*
* The description of the placement of the asset within the asset group. For
* example: HEADLINE, YOUTUBE_VIDEO etc
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;
* @return The enum numeric value on the wire for fieldType.
*/
@java.lang.Override public int getFieldTypeValue() {
return fieldType_;
}
/**
*
* The description of the placement of the asset within the asset group. For
* example: HEADLINE, YOUTUBE_VIDEO etc
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;
* @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;
}
/**
*
* The description of the placement of the asset within the asset group. For
* example: HEADLINE, YOUTUBE_VIDEO etc
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;
* @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;
}
/**
*
* The description of the placement of the asset within the asset group. For
* example: HEADLINE, YOUTUBE_VIDEO etc
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;
* @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;
}
/**
*
* The description of the placement of the asset within the asset group. For
* example: HEADLINE, YOUTUBE_VIDEO etc
*
*
* .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 4;
* @return This builder for chaining.
*/
public Builder clearFieldType() {
bitField0_ = (bitField0_ & ~0x00000008);
fieldType_ = 0;
onChanged();
return this;
}
private int status_ = 0;
/**
*
* The status of the link between an asset and asset group.
*
*
* .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_;
}
/**
*
* The status of the link between an asset and asset group.
*
*
* .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_ |= 0x00000010;
onChanged();
return this;
}
/**
*
* The status of the link between an asset and asset group.
*
*
* .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;
}
/**
*
* The status of the link between an asset and asset group.
*
*
* .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_ |= 0x00000010;
status_ = value.getNumber();
onChanged();
return this;
}
/**
*
* The status of the link between an asset and asset group.
*
*
* .google.ads.googleads.v17.enums.AssetLinkStatusEnum.AssetLinkStatus status = 5;
* @return This builder for chaining.
*/
public Builder clearStatus() {
bitField0_ = (bitField0_ & ~0x00000010);
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 = 8 [(.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 = 8 [(.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_ |= 0x00000020;
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 = 8 [(.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 = 8 [(.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_ |= 0x00000020;
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 = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearPrimaryStatus() {
bitField0_ = (bitField0_ & ~0x00000020);
primaryStatus_ = 0;
onChanged();
return this;
}
private java.util.List primaryStatusReasons_ =
java.util.Collections.emptyList();
private void ensurePrimaryStatusReasonsIsMutable() {
if (!((bitField0_ & 0x00000040) != 0)) {
primaryStatusReasons_ = new java.util.ArrayList(primaryStatusReasons_);
bitField0_ |= 0x00000040;
}
}
/**
*
* 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 extends com.google.ads.googleads.v17.enums.AssetLinkPrimaryStatusReasonEnum.AssetLinkPrimaryStatusReason> 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_ & ~0x00000040);
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;
}
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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder addAllPrimaryStatusDetails(
java.lang.Iterable extends com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetails> 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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.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 = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public java.util.List extends com.google.ads.googleads.v17.common.AssetLinkPrimaryStatusDetailsOrBuilder>
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 = 10 [(.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 = 10 [(.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 = 10 [(.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 int performanceLabel_ = 0;
/**
*
* Output only. The performance of this asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for performanceLabel.
*/
@java.lang.Override public int getPerformanceLabelValue() {
return performanceLabel_;
}
/**
*
* Output only. The performance of this asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The enum numeric value on the wire for performanceLabel to set.
* @return This builder for chaining.
*/
public Builder setPerformanceLabelValue(int value) {
performanceLabel_ = value;
bitField0_ |= 0x00000100;
onChanged();
return this;
}
/**
*
* Output only. The performance of this asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The performanceLabel.
*/
@java.lang.Override
public com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel() {
com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel result = com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.forNumber(performanceLabel_);
return result == null ? com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.UNRECOGNIZED : result;
}
/**
*
* Output only. The performance of this asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The performanceLabel to set.
* @return This builder for chaining.
*/
public Builder setPerformanceLabel(com.google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000100;
performanceLabel_ = value.getNumber();
onChanged();
return this;
}
/**
*
* Output only. The performance of this asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearPerformanceLabel() {
bitField0_ = (bitField0_ & ~0x00000100);
performanceLabel_ = 0;
onChanged();
return this;
}
private com.google.ads.googleads.v17.common.PolicySummary policySummary_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v17.common.PolicySummary, com.google.ads.googleads.v17.common.PolicySummary.Builder, com.google.ads.googleads.v17.common.PolicySummaryOrBuilder> policySummaryBuilder_;
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the policySummary field is set.
*/
public boolean hasPolicySummary() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The policySummary.
*/
public com.google.ads.googleads.v17.common.PolicySummary getPolicySummary() {
if (policySummaryBuilder_ == null) {
return policySummary_ == null ? com.google.ads.googleads.v17.common.PolicySummary.getDefaultInstance() : policySummary_;
} else {
return policySummaryBuilder_.getMessage();
}
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder setPolicySummary(com.google.ads.googleads.v17.common.PolicySummary value) {
if (policySummaryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
policySummary_ = value;
} else {
policySummaryBuilder_.setMessage(value);
}
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder setPolicySummary(
com.google.ads.googleads.v17.common.PolicySummary.Builder builderForValue) {
if (policySummaryBuilder_ == null) {
policySummary_ = builderForValue.build();
} else {
policySummaryBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000200;
onChanged();
return this;
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder mergePolicySummary(com.google.ads.googleads.v17.common.PolicySummary value) {
if (policySummaryBuilder_ == null) {
if (((bitField0_ & 0x00000200) != 0) &&
policySummary_ != null &&
policySummary_ != com.google.ads.googleads.v17.common.PolicySummary.getDefaultInstance()) {
getPolicySummaryBuilder().mergeFrom(value);
} else {
policySummary_ = value;
}
} else {
policySummaryBuilder_.mergeFrom(value);
}
if (policySummary_ != null) {
bitField0_ |= 0x00000200;
onChanged();
}
return this;
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder clearPolicySummary() {
bitField0_ = (bitField0_ & ~0x00000200);
policySummary_ = null;
if (policySummaryBuilder_ != null) {
policySummaryBuilder_.dispose();
policySummaryBuilder_ = null;
}
onChanged();
return this;
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public com.google.ads.googleads.v17.common.PolicySummary.Builder getPolicySummaryBuilder() {
bitField0_ |= 0x00000200;
onChanged();
return getPolicySummaryFieldBuilder().getBuilder();
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public com.google.ads.googleads.v17.common.PolicySummaryOrBuilder getPolicySummaryOrBuilder() {
if (policySummaryBuilder_ != null) {
return policySummaryBuilder_.getMessageOrBuilder();
} else {
return policySummary_ == null ?
com.google.ads.googleads.v17.common.PolicySummary.getDefaultInstance() : policySummary_;
}
}
/**
*
* Output only. The policy information for this asset group asset.
*
*
* .google.ads.googleads.v17.common.PolicySummary policy_summary = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v17.common.PolicySummary, com.google.ads.googleads.v17.common.PolicySummary.Builder, com.google.ads.googleads.v17.common.PolicySummaryOrBuilder>
getPolicySummaryFieldBuilder() {
if (policySummaryBuilder_ == null) {
policySummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v17.common.PolicySummary, com.google.ads.googleads.v17.common.PolicySummary.Builder, com.google.ads.googleads.v17.common.PolicySummaryOrBuilder>(
getPolicySummary(),
getParentForChildren(),
isClean());
policySummary_ = null;
}
return policySummaryBuilder_;
}
private int source_ = 0;
/**
*
* Output only. Source of the asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.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 asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.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_ |= 0x00000400;
onChanged();
return this;
}
/**
*
* Output only. Source of the asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.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 asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.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_ |= 0x00000400;
source_ = value.getNumber();
onChanged();
return this;
}
/**
*
* Output only. Source of the asset group asset.
*
*
* .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource source = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearSource() {
bitField0_ = (bitField0_ & ~0x00000400);
source_ = 0;
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.AssetGroupAsset)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v17.resources.AssetGroupAsset)
private static final com.google.ads.googleads.v17.resources.AssetGroupAsset DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v17.resources.AssetGroupAsset();
}
public static com.google.ads.googleads.v17.resources.AssetGroupAsset getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public AssetGroupAsset 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.AssetGroupAsset getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy