com.google.ads.googleads.v10.resources.AdGroupAdAssetView Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/ad_group_ad_asset_view.proto
package com.google.ads.googleads.v10.resources;
/**
*
* A link between an AdGroupAd and an Asset.
* Currently we only support AdGroupAdAssetView for AppAds and Responsive Search
* Ads.
*
*
* Protobuf type {@code google.ads.googleads.v10.resources.AdGroupAdAssetView}
*/
public final class AdGroupAdAssetView extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v10.resources.AdGroupAdAssetView)
AdGroupAdAssetViewOrBuilder {
private static final long serialVersionUID = 0L;
// Use AdGroupAdAssetView.newBuilder() to construct.
private AdGroupAdAssetView(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AdGroupAdAssetView() {
resourceName_ = "";
adGroupAd_ = "";
asset_ = "";
fieldType_ = 0;
performanceLabel_ = 0;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AdGroupAdAssetView();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v10.resources.AdGroupAdAssetViewProto.internal_static_google_ads_googleads_v10_resources_AdGroupAdAssetView_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v10.resources.AdGroupAdAssetViewProto.internal_static_google_ads_googleads_v10_resources_AdGroupAdAssetView_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v10.resources.AdGroupAdAssetView.class, com.google.ads.googleads.v10.resources.AdGroupAdAssetView.Builder.class);
}
private int bitField0_;
public static final int RESOURCE_NAME_FIELD_NUMBER = 1;
private volatile java.lang.Object resourceName_;
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
* Ad group ad asset view resource names have the form (Beginning from V4):
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
@java.lang.Override
public java.lang.String getResourceName() {
java.lang.Object ref = resourceName_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
resourceName_ = s;
return s;
}
}
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
* Ad group ad asset view resource names have the form (Beginning from V4):
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getResourceNameBytes() {
java.lang.Object ref = resourceName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
resourceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int AD_GROUP_AD_FIELD_NUMBER = 9;
private volatile java.lang.Object adGroupAd_;
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the adGroupAd field is set.
*/
@java.lang.Override
public boolean hasAdGroupAd() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The adGroupAd.
*/
@java.lang.Override
public java.lang.String getAdGroupAd() {
java.lang.Object ref = adGroupAd_;
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();
adGroupAd_ = s;
return s;
}
}
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for adGroupAd.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAdGroupAdBytes() {
java.lang.Object ref = adGroupAd_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
adGroupAd_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ASSET_FIELD_NUMBER = 10;
private volatile java.lang.Object asset_;
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the asset field is set.
*/
@java.lang.Override
public boolean hasAsset() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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;
}
}
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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 = 2;
private int fieldType_;
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for fieldType.
*/
@java.lang.Override public int getFieldTypeValue() {
return fieldType_;
}
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The fieldType.
*/
@java.lang.Override public com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType getFieldType() {
@SuppressWarnings("deprecation")
com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType result = com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType.valueOf(fieldType_);
return result == null ? com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType.UNRECOGNIZED : result;
}
public static final int ENABLED_FIELD_NUMBER = 8;
private boolean enabled_;
/**
*
* Output only. The status between the asset and the latest version of the ad. If true, the
* asset is linked to the latest version of the ad. If false, it means the
* link once existed but has been removed and is no longer present in the
* latest version of the ad.
*
*
* optional bool enabled = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the enabled field is set.
*/
@java.lang.Override
public boolean hasEnabled() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* Output only. The status between the asset and the latest version of the ad. If true, the
* asset is linked to the latest version of the ad. If false, it means the
* link once existed but has been removed and is no longer present in the
* latest version of the ad.
*
*
* optional bool enabled = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enabled.
*/
@java.lang.Override
public boolean getEnabled() {
return enabled_;
}
public static final int POLICY_SUMMARY_FIELD_NUMBER = 3;
private com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policySummary_;
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the policySummary field is set.
*/
@java.lang.Override
public boolean hasPolicySummary() {
return policySummary_ != null;
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The policySummary.
*/
@java.lang.Override
public com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary getPolicySummary() {
return policySummary_ == null ? com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.getDefaultInstance() : policySummary_;
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
@java.lang.Override
public com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummaryOrBuilder getPolicySummaryOrBuilder() {
return getPolicySummary();
}
public static final int PERFORMANCE_LABEL_FIELD_NUMBER = 4;
private int performanceLabel_;
/**
*
* Output only. Performance of an asset linkage.
*
*
* .google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.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. Performance of an asset linkage.
*
*
* .google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The performanceLabel.
*/
@java.lang.Override public com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel() {
@SuppressWarnings("deprecation")
com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel result = com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.valueOf(performanceLabel_);
return result == null ? com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(resourceName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, resourceName_);
}
if (fieldType_ != com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType.UNSPECIFIED.getNumber()) {
output.writeEnum(2, fieldType_);
}
if (policySummary_ != null) {
output.writeMessage(3, getPolicySummary());
}
if (performanceLabel_ != com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.UNSPECIFIED.getNumber()) {
output.writeEnum(4, performanceLabel_);
}
if (((bitField0_ & 0x00000004) != 0)) {
output.writeBool(8, enabled_);
}
if (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, adGroupAd_);
}
if (((bitField0_ & 0x00000002) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 10, asset_);
}
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 (fieldType_ != com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType.UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(2, fieldType_);
}
if (policySummary_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getPolicySummary());
}
if (performanceLabel_ != com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.UNSPECIFIED.getNumber()) {
size += com.google.protobuf.CodedOutputStream
.computeEnumSize(4, performanceLabel_);
}
if (((bitField0_ & 0x00000004) != 0)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(8, enabled_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, adGroupAd_);
}
if (((bitField0_ & 0x00000002) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(10, asset_);
}
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.v10.resources.AdGroupAdAssetView)) {
return super.equals(obj);
}
com.google.ads.googleads.v10.resources.AdGroupAdAssetView other = (com.google.ads.googleads.v10.resources.AdGroupAdAssetView) obj;
if (!getResourceName()
.equals(other.getResourceName())) return false;
if (hasAdGroupAd() != other.hasAdGroupAd()) return false;
if (hasAdGroupAd()) {
if (!getAdGroupAd()
.equals(other.getAdGroupAd())) return false;
}
if (hasAsset() != other.hasAsset()) return false;
if (hasAsset()) {
if (!getAsset()
.equals(other.getAsset())) return false;
}
if (fieldType_ != other.fieldType_) return false;
if (hasEnabled() != other.hasEnabled()) return false;
if (hasEnabled()) {
if (getEnabled()
!= other.getEnabled()) return false;
}
if (hasPolicySummary() != other.hasPolicySummary()) return false;
if (hasPolicySummary()) {
if (!getPolicySummary()
.equals(other.getPolicySummary())) return false;
}
if (performanceLabel_ != other.performanceLabel_) return false;
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
hash = (37 * hash) + RESOURCE_NAME_FIELD_NUMBER;
hash = (53 * hash) + getResourceName().hashCode();
if (hasAdGroupAd()) {
hash = (37 * hash) + AD_GROUP_AD_FIELD_NUMBER;
hash = (53 * hash) + getAdGroupAd().hashCode();
}
if (hasAsset()) {
hash = (37 * hash) + ASSET_FIELD_NUMBER;
hash = (53 * hash) + getAsset().hashCode();
}
hash = (37 * hash) + FIELD_TYPE_FIELD_NUMBER;
hash = (53 * hash) + fieldType_;
if (hasEnabled()) {
hash = (37 * hash) + ENABLED_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
getEnabled());
}
if (hasPolicySummary()) {
hash = (37 * hash) + POLICY_SUMMARY_FIELD_NUMBER;
hash = (53 * hash) + getPolicySummary().hashCode();
}
hash = (37 * hash) + PERFORMANCE_LABEL_FIELD_NUMBER;
hash = (53 * hash) + performanceLabel_;
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView 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.v10.resources.AdGroupAdAssetView parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView 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.v10.resources.AdGroupAdAssetView parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView 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.v10.resources.AdGroupAdAssetView parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView 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.v10.resources.AdGroupAdAssetView parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView 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.v10.resources.AdGroupAdAssetView 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 AdGroupAd and an Asset.
* Currently we only support AdGroupAdAssetView for AppAds and Responsive Search
* Ads.
*
*
* Protobuf type {@code google.ads.googleads.v10.resources.AdGroupAdAssetView}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v10.resources.AdGroupAdAssetView)
com.google.ads.googleads.v10.resources.AdGroupAdAssetViewOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v10.resources.AdGroupAdAssetViewProto.internal_static_google_ads_googleads_v10_resources_AdGroupAdAssetView_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v10.resources.AdGroupAdAssetViewProto.internal_static_google_ads_googleads_v10_resources_AdGroupAdAssetView_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v10.resources.AdGroupAdAssetView.class, com.google.ads.googleads.v10.resources.AdGroupAdAssetView.Builder.class);
}
// Construct using com.google.ads.googleads.v10.resources.AdGroupAdAssetView.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
resourceName_ = "";
adGroupAd_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
asset_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
fieldType_ = 0;
enabled_ = false;
bitField0_ = (bitField0_ & ~0x00000004);
if (policySummaryBuilder_ == null) {
policySummary_ = null;
} else {
policySummary_ = null;
policySummaryBuilder_ = null;
}
performanceLabel_ = 0;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v10.resources.AdGroupAdAssetViewProto.internal_static_google_ads_googleads_v10_resources_AdGroupAdAssetView_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v10.resources.AdGroupAdAssetView getDefaultInstanceForType() {
return com.google.ads.googleads.v10.resources.AdGroupAdAssetView.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v10.resources.AdGroupAdAssetView build() {
com.google.ads.googleads.v10.resources.AdGroupAdAssetView result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v10.resources.AdGroupAdAssetView buildPartial() {
com.google.ads.googleads.v10.resources.AdGroupAdAssetView result = new com.google.ads.googleads.v10.resources.AdGroupAdAssetView(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
result.resourceName_ = resourceName_;
if (((from_bitField0_ & 0x00000001) != 0)) {
to_bitField0_ |= 0x00000001;
}
result.adGroupAd_ = adGroupAd_;
if (((from_bitField0_ & 0x00000002) != 0)) {
to_bitField0_ |= 0x00000002;
}
result.asset_ = asset_;
result.fieldType_ = fieldType_;
if (((from_bitField0_ & 0x00000004) != 0)) {
result.enabled_ = enabled_;
to_bitField0_ |= 0x00000004;
}
if (policySummaryBuilder_ == null) {
result.policySummary_ = policySummary_;
} else {
result.policySummary_ = policySummaryBuilder_.build();
}
result.performanceLabel_ = performanceLabel_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
@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.v10.resources.AdGroupAdAssetView) {
return mergeFrom((com.google.ads.googleads.v10.resources.AdGroupAdAssetView)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v10.resources.AdGroupAdAssetView other) {
if (other == com.google.ads.googleads.v10.resources.AdGroupAdAssetView.getDefaultInstance()) return this;
if (!other.getResourceName().isEmpty()) {
resourceName_ = other.resourceName_;
onChanged();
}
if (other.hasAdGroupAd()) {
bitField0_ |= 0x00000001;
adGroupAd_ = other.adGroupAd_;
onChanged();
}
if (other.hasAsset()) {
bitField0_ |= 0x00000002;
asset_ = other.asset_;
onChanged();
}
if (other.fieldType_ != 0) {
setFieldTypeValue(other.getFieldTypeValue());
}
if (other.hasEnabled()) {
setEnabled(other.getEnabled());
}
if (other.hasPolicySummary()) {
mergePolicySummary(other.getPolicySummary());
}
if (other.performanceLabel_ != 0) {
setPerformanceLabelValue(other.getPerformanceLabelValue());
}
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();
break;
} // case 10
case 16: {
fieldType_ = input.readEnum();
break;
} // case 16
case 26: {
input.readMessage(
getPolicySummaryFieldBuilder().getBuilder(),
extensionRegistry);
break;
} // case 26
case 32: {
performanceLabel_ = input.readEnum();
break;
} // case 32
case 64: {
enabled_ = input.readBool();
bitField0_ |= 0x00000004;
break;
} // case 64
case 74: {
adGroupAd_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 74
case 82: {
asset_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 82
default: {
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
done = true; // was an endgroup tag
}
break;
} // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.unwrapIOException();
} finally {
onChanged();
} // finally
return this;
}
private int bitField0_;
private java.lang.Object resourceName_ = "";
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
* Ad group ad asset view resource names have the form (Beginning from V4):
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
public java.lang.String getResourceName() {
java.lang.Object ref = resourceName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
resourceName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
* Ad group ad asset view resource names have the form (Beginning from V4):
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
public com.google.protobuf.ByteString
getResourceNameBytes() {
java.lang.Object ref = resourceName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
resourceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
* Ad group ad asset view resource names have the form (Beginning from V4):
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @param value The resourceName to set.
* @return This builder for chaining.
*/
public Builder setResourceName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
resourceName_ = value;
onChanged();
return this;
}
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
* Ad group ad asset view resource names have the form (Beginning from V4):
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return This builder for chaining.
*/
public Builder clearResourceName() {
resourceName_ = getDefaultInstance().getResourceName();
onChanged();
return this;
}
/**
*
* Output only. The resource name of the ad group ad asset view.
* Ad group ad asset view resource names have the form (Before V4):
* `customers/{customer_id}/adGroupAdAssets/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
* Ad group ad asset view resource names have the form (Beginning from V4):
* `customers/{customer_id}/adGroupAdAssetViews/{AdGroupAdAsset.ad_group_id}~{AdGroupAdAsset.ad_id}~{AdGroupAdAsset.asset_id}~{AdGroupAdAsset.field_type}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @param value The bytes for resourceName to set.
* @return This builder for chaining.
*/
public Builder setResourceNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
resourceName_ = value;
onChanged();
return this;
}
private java.lang.Object adGroupAd_ = "";
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the adGroupAd field is set.
*/
public boolean hasAdGroupAd() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The adGroupAd.
*/
public java.lang.String getAdGroupAd() {
java.lang.Object ref = adGroupAd_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
adGroupAd_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for adGroupAd.
*/
public com.google.protobuf.ByteString
getAdGroupAdBytes() {
java.lang.Object ref = adGroupAd_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
adGroupAd_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @param value The adGroupAd to set.
* @return This builder for chaining.
*/
public Builder setAdGroupAd(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
adGroupAd_ = value;
onChanged();
return this;
}
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return This builder for chaining.
*/
public Builder clearAdGroupAd() {
bitField0_ = (bitField0_ & ~0x00000001);
adGroupAd_ = getDefaultInstance().getAdGroupAd();
onChanged();
return this;
}
/**
*
* Output only. The ad group ad to which the asset is linked.
*
*
* optional string ad_group_ad = 9 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @param value The bytes for adGroupAd to set.
* @return This builder for chaining.
*/
public Builder setAdGroupAdBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
bitField0_ |= 0x00000001;
adGroupAd_ = value;
onChanged();
return this;
}
private java.lang.Object asset_ = "";
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the asset field is set.
*/
public boolean hasAsset() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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;
}
}
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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;
}
}
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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();
}
bitField0_ |= 0x00000002;
asset_ = value;
onChanged();
return this;
}
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return This builder for chaining.
*/
public Builder clearAsset() {
bitField0_ = (bitField0_ & ~0x00000002);
asset_ = getDefaultInstance().getAsset();
onChanged();
return this;
}
/**
*
* Output only. The asset which is linked to the ad group ad.
*
*
* optional string asset = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.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);
bitField0_ |= 0x00000002;
asset_ = value;
onChanged();
return this;
}
private int fieldType_ = 0;
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for fieldType.
*/
@java.lang.Override public int getFieldTypeValue() {
return fieldType_;
}
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @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;
onChanged();
return this;
}
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The fieldType.
*/
@java.lang.Override
public com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType getFieldType() {
@SuppressWarnings("deprecation")
com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType result = com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType.valueOf(fieldType_);
return result == null ? com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType.UNRECOGNIZED : result;
}
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The fieldType to set.
* @return This builder for chaining.
*/
public Builder setFieldType(com.google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType value) {
if (value == null) {
throw new NullPointerException();
}
fieldType_ = value.getNumber();
onChanged();
return this;
}
/**
*
* Output only. Role that the asset takes in the ad.
*
*
* .google.ads.googleads.v10.enums.AssetFieldTypeEnum.AssetFieldType field_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearFieldType() {
fieldType_ = 0;
onChanged();
return this;
}
private boolean enabled_ ;
/**
*
* Output only. The status between the asset and the latest version of the ad. If true, the
* asset is linked to the latest version of the ad. If false, it means the
* link once existed but has been removed and is no longer present in the
* latest version of the ad.
*
*
* optional bool enabled = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the enabled field is set.
*/
@java.lang.Override
public boolean hasEnabled() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
*
* Output only. The status between the asset and the latest version of the ad. If true, the
* asset is linked to the latest version of the ad. If false, it means the
* link once existed but has been removed and is no longer present in the
* latest version of the ad.
*
*
* optional bool enabled = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enabled.
*/
@java.lang.Override
public boolean getEnabled() {
return enabled_;
}
/**
*
* Output only. The status between the asset and the latest version of the ad. If true, the
* asset is linked to the latest version of the ad. If false, it means the
* link once existed but has been removed and is no longer present in the
* latest version of the ad.
*
*
* optional bool enabled = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The enabled to set.
* @return This builder for chaining.
*/
public Builder setEnabled(boolean value) {
bitField0_ |= 0x00000004;
enabled_ = value;
onChanged();
return this;
}
/**
*
* Output only. The status between the asset and the latest version of the ad. If true, the
* asset is linked to the latest version of the ad. If false, it means the
* link once existed but has been removed and is no longer present in the
* latest version of the ad.
*
*
* optional bool enabled = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearEnabled() {
bitField0_ = (bitField0_ & ~0x00000004);
enabled_ = false;
onChanged();
return this;
}
private com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policySummary_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary, com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.Builder, com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummaryOrBuilder> policySummaryBuilder_;
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the policySummary field is set.
*/
public boolean hasPolicySummary() {
return policySummaryBuilder_ != null || policySummary_ != null;
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The policySummary.
*/
public com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary getPolicySummary() {
if (policySummaryBuilder_ == null) {
return policySummary_ == null ? com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.getDefaultInstance() : policySummary_;
} else {
return policySummaryBuilder_.getMessage();
}
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder setPolicySummary(com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary value) {
if (policySummaryBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
policySummary_ = value;
onChanged();
} else {
policySummaryBuilder_.setMessage(value);
}
return this;
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder setPolicySummary(
com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.Builder builderForValue) {
if (policySummaryBuilder_ == null) {
policySummary_ = builderForValue.build();
onChanged();
} else {
policySummaryBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder mergePolicySummary(com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary value) {
if (policySummaryBuilder_ == null) {
if (policySummary_ != null) {
policySummary_ =
com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.newBuilder(policySummary_).mergeFrom(value).buildPartial();
} else {
policySummary_ = value;
}
onChanged();
} else {
policySummaryBuilder_.mergeFrom(value);
}
return this;
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public Builder clearPolicySummary() {
if (policySummaryBuilder_ == null) {
policySummary_ = null;
onChanged();
} else {
policySummary_ = null;
policySummaryBuilder_ = null;
}
return this;
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.Builder getPolicySummaryBuilder() {
onChanged();
return getPolicySummaryFieldBuilder().getBuilder();
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
public com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummaryOrBuilder getPolicySummaryOrBuilder() {
if (policySummaryBuilder_ != null) {
return policySummaryBuilder_.getMessageOrBuilder();
} else {
return policySummary_ == null ?
com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.getDefaultInstance() : policySummary_;
}
}
/**
*
* Output only. Policy information for the ad group ad asset.
*
*
* .google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary policy_summary = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary, com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.Builder, com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummaryOrBuilder>
getPolicySummaryFieldBuilder() {
if (policySummaryBuilder_ == null) {
policySummaryBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary, com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummary.Builder, com.google.ads.googleads.v10.resources.AdGroupAdAssetPolicySummaryOrBuilder>(
getPolicySummary(),
getParentForChildren(),
isClean());
policySummary_ = null;
}
return policySummaryBuilder_;
}
private int performanceLabel_ = 0;
/**
*
* Output only. Performance of an asset linkage.
*
*
* .google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.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. Performance of an asset linkage.
*
*
* .google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.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;
onChanged();
return this;
}
/**
*
* Output only. Performance of an asset linkage.
*
*
* .google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The performanceLabel.
*/
@java.lang.Override
public com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel getPerformanceLabel() {
@SuppressWarnings("deprecation")
com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel result = com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.valueOf(performanceLabel_);
return result == null ? com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel.UNRECOGNIZED : result;
}
/**
*
* Output only. Performance of an asset linkage.
*
*
* .google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @param value The performanceLabel to set.
* @return This builder for chaining.
*/
public Builder setPerformanceLabel(com.google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel value) {
if (value == null) {
throw new NullPointerException();
}
performanceLabel_ = value.getNumber();
onChanged();
return this;
}
/**
*
* Output only. Performance of an asset linkage.
*
*
* .google.ads.googleads.v10.enums.AssetPerformanceLabelEnum.AssetPerformanceLabel performance_label = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return This builder for chaining.
*/
public Builder clearPerformanceLabel() {
performanceLabel_ = 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.v10.resources.AdGroupAdAssetView)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v10.resources.AdGroupAdAssetView)
private static final com.google.ads.googleads.v10.resources.AdGroupAdAssetView DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v10.resources.AdGroupAdAssetView();
}
public static com.google.ads.googleads.v10.resources.AdGroupAdAssetView getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public AdGroupAdAssetView 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.v10.resources.AdGroupAdAssetView getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy