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

com.google.ads.googleads.v17.common.AppEngagementAdInfo Maven / Gradle / Ivy

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

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

/**
 * 
 * App engagement ads allow you to write text encouraging a specific action in
 * the app, like checking in, making a purchase, or booking a flight.
 * They allow you to send users to a specific part of your app where they can
 * find what they're looking for easier and faster.
 * 
* * Protobuf type {@code google.ads.googleads.v17.common.AppEngagementAdInfo} */ public final class AppEngagementAdInfo extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:google.ads.googleads.v17.common.AppEngagementAdInfo) AppEngagementAdInfoOrBuilder { private static final long serialVersionUID = 0L; // Use AppEngagementAdInfo.newBuilder() to construct. private AppEngagementAdInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private AppEngagementAdInfo() { headlines_ = java.util.Collections.emptyList(); descriptions_ = java.util.Collections.emptyList(); images_ = java.util.Collections.emptyList(); videos_ = java.util.Collections.emptyList(); } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new AppEngagementAdInfo(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.common.AdTypeInfosProto.internal_static_google_ads_googleads_v17_common_AppEngagementAdInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.common.AdTypeInfosProto.internal_static_google_ads_googleads_v17_common_AppEngagementAdInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.common.AppEngagementAdInfo.class, com.google.ads.googleads.v17.common.AppEngagementAdInfo.Builder.class); } public static final int HEADLINES_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List headlines_; /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ @java.lang.Override public java.util.List getHeadlinesList() { return headlines_; } /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ @java.lang.Override public java.util.List getHeadlinesOrBuilderList() { return headlines_; } /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ @java.lang.Override public int getHeadlinesCount() { return headlines_.size(); } /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdTextAsset getHeadlines(int index) { return headlines_.get(index); } /** *
   * List of text assets for headlines. When the ad serves the headlines will
   * be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getHeadlinesOrBuilder( int index) { return headlines_.get(index); } public static final int DESCRIPTIONS_FIELD_NUMBER = 2; @SuppressWarnings("serial") private java.util.List descriptions_; /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ @java.lang.Override public java.util.List getDescriptionsList() { return descriptions_; } /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ @java.lang.Override public java.util.List getDescriptionsOrBuilderList() { return descriptions_; } /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ @java.lang.Override public int getDescriptionsCount() { return descriptions_.size(); } /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdTextAsset getDescriptions(int index) { return descriptions_.get(index); } /** *
   * List of text assets for descriptions. When the ad serves the descriptions
   * will be selected from this list.
   * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getDescriptionsOrBuilder( int index) { return descriptions_.get(index); } public static final int IMAGES_FIELD_NUMBER = 3; @SuppressWarnings("serial") private java.util.List images_; /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ @java.lang.Override public java.util.List getImagesList() { return images_; } /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ @java.lang.Override public java.util.List getImagesOrBuilderList() { return images_; } /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ @java.lang.Override public int getImagesCount() { return images_.size(); } /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdImageAsset getImages(int index) { return images_.get(index); } /** *
   * List of image assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdImageAssetOrBuilder getImagesOrBuilder( int index) { return images_.get(index); } public static final int VIDEOS_FIELD_NUMBER = 4; @SuppressWarnings("serial") private java.util.List videos_; /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ @java.lang.Override public java.util.List getVideosList() { return videos_; } /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ @java.lang.Override public java.util.List getVideosOrBuilderList() { return videos_; } /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ @java.lang.Override public int getVideosCount() { return videos_.size(); } /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdVideoAsset getVideos(int index) { return videos_.get(index); } /** *
   * List of video assets that may be displayed with the ad.
   * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ @java.lang.Override public com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder getVideosOrBuilder( int index) { return videos_.get(index); } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { for (int i = 0; i < headlines_.size(); i++) { output.writeMessage(1, headlines_.get(i)); } for (int i = 0; i < descriptions_.size(); i++) { output.writeMessage(2, descriptions_.get(i)); } for (int i = 0; i < images_.size(); i++) { output.writeMessage(3, images_.get(i)); } for (int i = 0; i < videos_.size(); i++) { output.writeMessage(4, videos_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < headlines_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, headlines_.get(i)); } for (int i = 0; i < descriptions_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(2, descriptions_.get(i)); } for (int i = 0; i < images_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, images_.get(i)); } for (int i = 0; i < videos_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, videos_.get(i)); } 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.common.AppEngagementAdInfo)) { return super.equals(obj); } com.google.ads.googleads.v17.common.AppEngagementAdInfo other = (com.google.ads.googleads.v17.common.AppEngagementAdInfo) obj; if (!getHeadlinesList() .equals(other.getHeadlinesList())) return false; if (!getDescriptionsList() .equals(other.getDescriptionsList())) return false; if (!getImagesList() .equals(other.getImagesList())) return false; if (!getVideosList() .equals(other.getVideosList())) 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(); if (getHeadlinesCount() > 0) { hash = (37 * hash) + HEADLINES_FIELD_NUMBER; hash = (53 * hash) + getHeadlinesList().hashCode(); } if (getDescriptionsCount() > 0) { hash = (37 * hash) + DESCRIPTIONS_FIELD_NUMBER; hash = (53 * hash) + getDescriptionsList().hashCode(); } if (getImagesCount() > 0) { hash = (37 * hash) + IMAGES_FIELD_NUMBER; hash = (53 * hash) + getImagesList().hashCode(); } if (getVideosCount() > 0) { hash = (37 * hash) + VIDEOS_FIELD_NUMBER; hash = (53 * hash) + getVideosList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.google.ads.googleads.v17.common.AppEngagementAdInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.AppEngagementAdInfo 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.common.AppEngagementAdInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.AppEngagementAdInfo 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.common.AppEngagementAdInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.google.ads.googleads.v17.common.AppEngagementAdInfo 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.common.AppEngagementAdInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.common.AppEngagementAdInfo 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.common.AppEngagementAdInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.google.ads.googleads.v17.common.AppEngagementAdInfo 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.common.AppEngagementAdInfo 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.common.AppEngagementAdInfo 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.common.AppEngagementAdInfo 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; } /** *
   * App engagement ads allow you to write text encouraging a specific action in
   * the app, like checking in, making a purchase, or booking a flight.
   * They allow you to send users to a specific part of your app where they can
   * find what they're looking for easier and faster.
   * 
* * Protobuf type {@code google.ads.googleads.v17.common.AppEngagementAdInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:google.ads.googleads.v17.common.AppEngagementAdInfo) com.google.ads.googleads.v17.common.AppEngagementAdInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.google.ads.googleads.v17.common.AdTypeInfosProto.internal_static_google_ads_googleads_v17_common_AppEngagementAdInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.google.ads.googleads.v17.common.AdTypeInfosProto.internal_static_google_ads_googleads_v17_common_AppEngagementAdInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( com.google.ads.googleads.v17.common.AppEngagementAdInfo.class, com.google.ads.googleads.v17.common.AppEngagementAdInfo.Builder.class); } // Construct using com.google.ads.googleads.v17.common.AppEngagementAdInfo.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (headlinesBuilder_ == null) { headlines_ = java.util.Collections.emptyList(); } else { headlines_ = null; headlinesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); if (descriptionsBuilder_ == null) { descriptions_ = java.util.Collections.emptyList(); } else { descriptions_ = null; descriptionsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); if (imagesBuilder_ == null) { images_ = java.util.Collections.emptyList(); } else { images_ = null; imagesBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000004); if (videosBuilder_ == null) { videos_ = java.util.Collections.emptyList(); } else { videos_ = null; videosBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000008); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.google.ads.googleads.v17.common.AdTypeInfosProto.internal_static_google_ads_googleads_v17_common_AppEngagementAdInfo_descriptor; } @java.lang.Override public com.google.ads.googleads.v17.common.AppEngagementAdInfo getDefaultInstanceForType() { return com.google.ads.googleads.v17.common.AppEngagementAdInfo.getDefaultInstance(); } @java.lang.Override public com.google.ads.googleads.v17.common.AppEngagementAdInfo build() { com.google.ads.googleads.v17.common.AppEngagementAdInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.google.ads.googleads.v17.common.AppEngagementAdInfo buildPartial() { com.google.ads.googleads.v17.common.AppEngagementAdInfo result = new com.google.ads.googleads.v17.common.AppEngagementAdInfo(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(com.google.ads.googleads.v17.common.AppEngagementAdInfo result) { if (headlinesBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { headlines_ = java.util.Collections.unmodifiableList(headlines_); bitField0_ = (bitField0_ & ~0x00000001); } result.headlines_ = headlines_; } else { result.headlines_ = headlinesBuilder_.build(); } if (descriptionsBuilder_ == null) { if (((bitField0_ & 0x00000002) != 0)) { descriptions_ = java.util.Collections.unmodifiableList(descriptions_); bitField0_ = (bitField0_ & ~0x00000002); } result.descriptions_ = descriptions_; } else { result.descriptions_ = descriptionsBuilder_.build(); } if (imagesBuilder_ == null) { if (((bitField0_ & 0x00000004) != 0)) { images_ = java.util.Collections.unmodifiableList(images_); bitField0_ = (bitField0_ & ~0x00000004); } result.images_ = images_; } else { result.images_ = imagesBuilder_.build(); } if (videosBuilder_ == null) { if (((bitField0_ & 0x00000008) != 0)) { videos_ = java.util.Collections.unmodifiableList(videos_); bitField0_ = (bitField0_ & ~0x00000008); } result.videos_ = videos_; } else { result.videos_ = videosBuilder_.build(); } } private void buildPartial0(com.google.ads.googleads.v17.common.AppEngagementAdInfo result) { int from_bitField0_ = 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.common.AppEngagementAdInfo) { return mergeFrom((com.google.ads.googleads.v17.common.AppEngagementAdInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.google.ads.googleads.v17.common.AppEngagementAdInfo other) { if (other == com.google.ads.googleads.v17.common.AppEngagementAdInfo.getDefaultInstance()) return this; if (headlinesBuilder_ == null) { if (!other.headlines_.isEmpty()) { if (headlines_.isEmpty()) { headlines_ = other.headlines_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureHeadlinesIsMutable(); headlines_.addAll(other.headlines_); } onChanged(); } } else { if (!other.headlines_.isEmpty()) { if (headlinesBuilder_.isEmpty()) { headlinesBuilder_.dispose(); headlinesBuilder_ = null; headlines_ = other.headlines_; bitField0_ = (bitField0_ & ~0x00000001); headlinesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getHeadlinesFieldBuilder() : null; } else { headlinesBuilder_.addAllMessages(other.headlines_); } } } if (descriptionsBuilder_ == null) { if (!other.descriptions_.isEmpty()) { if (descriptions_.isEmpty()) { descriptions_ = other.descriptions_; bitField0_ = (bitField0_ & ~0x00000002); } else { ensureDescriptionsIsMutable(); descriptions_.addAll(other.descriptions_); } onChanged(); } } else { if (!other.descriptions_.isEmpty()) { if (descriptionsBuilder_.isEmpty()) { descriptionsBuilder_.dispose(); descriptionsBuilder_ = null; descriptions_ = other.descriptions_; bitField0_ = (bitField0_ & ~0x00000002); descriptionsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getDescriptionsFieldBuilder() : null; } else { descriptionsBuilder_.addAllMessages(other.descriptions_); } } } if (imagesBuilder_ == null) { if (!other.images_.isEmpty()) { if (images_.isEmpty()) { images_ = other.images_; bitField0_ = (bitField0_ & ~0x00000004); } else { ensureImagesIsMutable(); images_.addAll(other.images_); } onChanged(); } } else { if (!other.images_.isEmpty()) { if (imagesBuilder_.isEmpty()) { imagesBuilder_.dispose(); imagesBuilder_ = null; images_ = other.images_; bitField0_ = (bitField0_ & ~0x00000004); imagesBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getImagesFieldBuilder() : null; } else { imagesBuilder_.addAllMessages(other.images_); } } } if (videosBuilder_ == null) { if (!other.videos_.isEmpty()) { if (videos_.isEmpty()) { videos_ = other.videos_; bitField0_ = (bitField0_ & ~0x00000008); } else { ensureVideosIsMutable(); videos_.addAll(other.videos_); } onChanged(); } } else { if (!other.videos_.isEmpty()) { if (videosBuilder_.isEmpty()) { videosBuilder_.dispose(); videosBuilder_ = null; videos_ = other.videos_; bitField0_ = (bitField0_ & ~0x00000008); videosBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getVideosFieldBuilder() : null; } else { videosBuilder_.addAllMessages(other.videos_); } } } 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: { com.google.ads.googleads.v17.common.AdTextAsset m = input.readMessage( com.google.ads.googleads.v17.common.AdTextAsset.parser(), extensionRegistry); if (headlinesBuilder_ == null) { ensureHeadlinesIsMutable(); headlines_.add(m); } else { headlinesBuilder_.addMessage(m); } break; } // case 10 case 18: { com.google.ads.googleads.v17.common.AdTextAsset m = input.readMessage( com.google.ads.googleads.v17.common.AdTextAsset.parser(), extensionRegistry); if (descriptionsBuilder_ == null) { ensureDescriptionsIsMutable(); descriptions_.add(m); } else { descriptionsBuilder_.addMessage(m); } break; } // case 18 case 26: { com.google.ads.googleads.v17.common.AdImageAsset m = input.readMessage( com.google.ads.googleads.v17.common.AdImageAsset.parser(), extensionRegistry); if (imagesBuilder_ == null) { ensureImagesIsMutable(); images_.add(m); } else { imagesBuilder_.addMessage(m); } break; } // case 26 case 34: { com.google.ads.googleads.v17.common.AdVideoAsset m = input.readMessage( com.google.ads.googleads.v17.common.AdVideoAsset.parser(), extensionRegistry); if (videosBuilder_ == null) { ensureVideosIsMutable(); videos_.add(m); } else { videosBuilder_.addMessage(m); } break; } // case 34 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.util.List headlines_ = java.util.Collections.emptyList(); private void ensureHeadlinesIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { headlines_ = new java.util.ArrayList(headlines_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdTextAsset, com.google.ads.googleads.v17.common.AdTextAsset.Builder, com.google.ads.googleads.v17.common.AdTextAssetOrBuilder> headlinesBuilder_; /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public java.util.List getHeadlinesList() { if (headlinesBuilder_ == null) { return java.util.Collections.unmodifiableList(headlines_); } else { return headlinesBuilder_.getMessageList(); } } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public int getHeadlinesCount() { if (headlinesBuilder_ == null) { return headlines_.size(); } else { return headlinesBuilder_.getCount(); } } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public com.google.ads.googleads.v17.common.AdTextAsset getHeadlines(int index) { if (headlinesBuilder_ == null) { return headlines_.get(index); } else { return headlinesBuilder_.getMessage(index); } } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder setHeadlines( int index, com.google.ads.googleads.v17.common.AdTextAsset value) { if (headlinesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureHeadlinesIsMutable(); headlines_.set(index, value); onChanged(); } else { headlinesBuilder_.setMessage(index, value); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder setHeadlines( int index, com.google.ads.googleads.v17.common.AdTextAsset.Builder builderForValue) { if (headlinesBuilder_ == null) { ensureHeadlinesIsMutable(); headlines_.set(index, builderForValue.build()); onChanged(); } else { headlinesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder addHeadlines(com.google.ads.googleads.v17.common.AdTextAsset value) { if (headlinesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureHeadlinesIsMutable(); headlines_.add(value); onChanged(); } else { headlinesBuilder_.addMessage(value); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder addHeadlines( int index, com.google.ads.googleads.v17.common.AdTextAsset value) { if (headlinesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureHeadlinesIsMutable(); headlines_.add(index, value); onChanged(); } else { headlinesBuilder_.addMessage(index, value); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder addHeadlines( com.google.ads.googleads.v17.common.AdTextAsset.Builder builderForValue) { if (headlinesBuilder_ == null) { ensureHeadlinesIsMutable(); headlines_.add(builderForValue.build()); onChanged(); } else { headlinesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder addHeadlines( int index, com.google.ads.googleads.v17.common.AdTextAsset.Builder builderForValue) { if (headlinesBuilder_ == null) { ensureHeadlinesIsMutable(); headlines_.add(index, builderForValue.build()); onChanged(); } else { headlinesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder addAllHeadlines( java.lang.Iterable values) { if (headlinesBuilder_ == null) { ensureHeadlinesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, headlines_); onChanged(); } else { headlinesBuilder_.addAllMessages(values); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder clearHeadlines() { if (headlinesBuilder_ == null) { headlines_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { headlinesBuilder_.clear(); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public Builder removeHeadlines(int index) { if (headlinesBuilder_ == null) { ensureHeadlinesIsMutable(); headlines_.remove(index); onChanged(); } else { headlinesBuilder_.remove(index); } return this; } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public com.google.ads.googleads.v17.common.AdTextAsset.Builder getHeadlinesBuilder( int index) { return getHeadlinesFieldBuilder().getBuilder(index); } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getHeadlinesOrBuilder( int index) { if (headlinesBuilder_ == null) { return headlines_.get(index); } else { return headlinesBuilder_.getMessageOrBuilder(index); } } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public java.util.List getHeadlinesOrBuilderList() { if (headlinesBuilder_ != null) { return headlinesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(headlines_); } } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public com.google.ads.googleads.v17.common.AdTextAsset.Builder addHeadlinesBuilder() { return getHeadlinesFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.AdTextAsset.getDefaultInstance()); } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public com.google.ads.googleads.v17.common.AdTextAsset.Builder addHeadlinesBuilder( int index) { return getHeadlinesFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.AdTextAsset.getDefaultInstance()); } /** *
     * List of text assets for headlines. When the ad serves the headlines will
     * be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset headlines = 1; */ public java.util.List getHeadlinesBuilderList() { return getHeadlinesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdTextAsset, com.google.ads.googleads.v17.common.AdTextAsset.Builder, com.google.ads.googleads.v17.common.AdTextAssetOrBuilder> getHeadlinesFieldBuilder() { if (headlinesBuilder_ == null) { headlinesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdTextAsset, com.google.ads.googleads.v17.common.AdTextAsset.Builder, com.google.ads.googleads.v17.common.AdTextAssetOrBuilder>( headlines_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); headlines_ = null; } return headlinesBuilder_; } private java.util.List descriptions_ = java.util.Collections.emptyList(); private void ensureDescriptionsIsMutable() { if (!((bitField0_ & 0x00000002) != 0)) { descriptions_ = new java.util.ArrayList(descriptions_); bitField0_ |= 0x00000002; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdTextAsset, com.google.ads.googleads.v17.common.AdTextAsset.Builder, com.google.ads.googleads.v17.common.AdTextAssetOrBuilder> descriptionsBuilder_; /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public java.util.List getDescriptionsList() { if (descriptionsBuilder_ == null) { return java.util.Collections.unmodifiableList(descriptions_); } else { return descriptionsBuilder_.getMessageList(); } } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public int getDescriptionsCount() { if (descriptionsBuilder_ == null) { return descriptions_.size(); } else { return descriptionsBuilder_.getCount(); } } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public com.google.ads.googleads.v17.common.AdTextAsset getDescriptions(int index) { if (descriptionsBuilder_ == null) { return descriptions_.get(index); } else { return descriptionsBuilder_.getMessage(index); } } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder setDescriptions( int index, com.google.ads.googleads.v17.common.AdTextAsset value) { if (descriptionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDescriptionsIsMutable(); descriptions_.set(index, value); onChanged(); } else { descriptionsBuilder_.setMessage(index, value); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder setDescriptions( int index, com.google.ads.googleads.v17.common.AdTextAsset.Builder builderForValue) { if (descriptionsBuilder_ == null) { ensureDescriptionsIsMutable(); descriptions_.set(index, builderForValue.build()); onChanged(); } else { descriptionsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder addDescriptions(com.google.ads.googleads.v17.common.AdTextAsset value) { if (descriptionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDescriptionsIsMutable(); descriptions_.add(value); onChanged(); } else { descriptionsBuilder_.addMessage(value); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder addDescriptions( int index, com.google.ads.googleads.v17.common.AdTextAsset value) { if (descriptionsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureDescriptionsIsMutable(); descriptions_.add(index, value); onChanged(); } else { descriptionsBuilder_.addMessage(index, value); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder addDescriptions( com.google.ads.googleads.v17.common.AdTextAsset.Builder builderForValue) { if (descriptionsBuilder_ == null) { ensureDescriptionsIsMutable(); descriptions_.add(builderForValue.build()); onChanged(); } else { descriptionsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder addDescriptions( int index, com.google.ads.googleads.v17.common.AdTextAsset.Builder builderForValue) { if (descriptionsBuilder_ == null) { ensureDescriptionsIsMutable(); descriptions_.add(index, builderForValue.build()); onChanged(); } else { descriptionsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder addAllDescriptions( java.lang.Iterable values) { if (descriptionsBuilder_ == null) { ensureDescriptionsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, descriptions_); onChanged(); } else { descriptionsBuilder_.addAllMessages(values); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder clearDescriptions() { if (descriptionsBuilder_ == null) { descriptions_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); onChanged(); } else { descriptionsBuilder_.clear(); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public Builder removeDescriptions(int index) { if (descriptionsBuilder_ == null) { ensureDescriptionsIsMutable(); descriptions_.remove(index); onChanged(); } else { descriptionsBuilder_.remove(index); } return this; } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public com.google.ads.googleads.v17.common.AdTextAsset.Builder getDescriptionsBuilder( int index) { return getDescriptionsFieldBuilder().getBuilder(index); } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public com.google.ads.googleads.v17.common.AdTextAssetOrBuilder getDescriptionsOrBuilder( int index) { if (descriptionsBuilder_ == null) { return descriptions_.get(index); } else { return descriptionsBuilder_.getMessageOrBuilder(index); } } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public java.util.List getDescriptionsOrBuilderList() { if (descriptionsBuilder_ != null) { return descriptionsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(descriptions_); } } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public com.google.ads.googleads.v17.common.AdTextAsset.Builder addDescriptionsBuilder() { return getDescriptionsFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.AdTextAsset.getDefaultInstance()); } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public com.google.ads.googleads.v17.common.AdTextAsset.Builder addDescriptionsBuilder( int index) { return getDescriptionsFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.AdTextAsset.getDefaultInstance()); } /** *
     * List of text assets for descriptions. When the ad serves the descriptions
     * will be selected from this list.
     * 
* * repeated .google.ads.googleads.v17.common.AdTextAsset descriptions = 2; */ public java.util.List getDescriptionsBuilderList() { return getDescriptionsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdTextAsset, com.google.ads.googleads.v17.common.AdTextAsset.Builder, com.google.ads.googleads.v17.common.AdTextAssetOrBuilder> getDescriptionsFieldBuilder() { if (descriptionsBuilder_ == null) { descriptionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdTextAsset, com.google.ads.googleads.v17.common.AdTextAsset.Builder, com.google.ads.googleads.v17.common.AdTextAssetOrBuilder>( descriptions_, ((bitField0_ & 0x00000002) != 0), getParentForChildren(), isClean()); descriptions_ = null; } return descriptionsBuilder_; } private java.util.List images_ = java.util.Collections.emptyList(); private void ensureImagesIsMutable() { if (!((bitField0_ & 0x00000004) != 0)) { images_ = new java.util.ArrayList(images_); bitField0_ |= 0x00000004; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdImageAsset, com.google.ads.googleads.v17.common.AdImageAsset.Builder, com.google.ads.googleads.v17.common.AdImageAssetOrBuilder> imagesBuilder_; /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public java.util.List getImagesList() { if (imagesBuilder_ == null) { return java.util.Collections.unmodifiableList(images_); } else { return imagesBuilder_.getMessageList(); } } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public int getImagesCount() { if (imagesBuilder_ == null) { return images_.size(); } else { return imagesBuilder_.getCount(); } } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public com.google.ads.googleads.v17.common.AdImageAsset getImages(int index) { if (imagesBuilder_ == null) { return images_.get(index); } else { return imagesBuilder_.getMessage(index); } } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder setImages( int index, com.google.ads.googleads.v17.common.AdImageAsset value) { if (imagesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureImagesIsMutable(); images_.set(index, value); onChanged(); } else { imagesBuilder_.setMessage(index, value); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder setImages( int index, com.google.ads.googleads.v17.common.AdImageAsset.Builder builderForValue) { if (imagesBuilder_ == null) { ensureImagesIsMutable(); images_.set(index, builderForValue.build()); onChanged(); } else { imagesBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder addImages(com.google.ads.googleads.v17.common.AdImageAsset value) { if (imagesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureImagesIsMutable(); images_.add(value); onChanged(); } else { imagesBuilder_.addMessage(value); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder addImages( int index, com.google.ads.googleads.v17.common.AdImageAsset value) { if (imagesBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureImagesIsMutable(); images_.add(index, value); onChanged(); } else { imagesBuilder_.addMessage(index, value); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder addImages( com.google.ads.googleads.v17.common.AdImageAsset.Builder builderForValue) { if (imagesBuilder_ == null) { ensureImagesIsMutable(); images_.add(builderForValue.build()); onChanged(); } else { imagesBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder addImages( int index, com.google.ads.googleads.v17.common.AdImageAsset.Builder builderForValue) { if (imagesBuilder_ == null) { ensureImagesIsMutable(); images_.add(index, builderForValue.build()); onChanged(); } else { imagesBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder addAllImages( java.lang.Iterable values) { if (imagesBuilder_ == null) { ensureImagesIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, images_); onChanged(); } else { imagesBuilder_.addAllMessages(values); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder clearImages() { if (imagesBuilder_ == null) { images_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000004); onChanged(); } else { imagesBuilder_.clear(); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public Builder removeImages(int index) { if (imagesBuilder_ == null) { ensureImagesIsMutable(); images_.remove(index); onChanged(); } else { imagesBuilder_.remove(index); } return this; } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public com.google.ads.googleads.v17.common.AdImageAsset.Builder getImagesBuilder( int index) { return getImagesFieldBuilder().getBuilder(index); } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public com.google.ads.googleads.v17.common.AdImageAssetOrBuilder getImagesOrBuilder( int index) { if (imagesBuilder_ == null) { return images_.get(index); } else { return imagesBuilder_.getMessageOrBuilder(index); } } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public java.util.List getImagesOrBuilderList() { if (imagesBuilder_ != null) { return imagesBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(images_); } } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public com.google.ads.googleads.v17.common.AdImageAsset.Builder addImagesBuilder() { return getImagesFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.AdImageAsset.getDefaultInstance()); } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public com.google.ads.googleads.v17.common.AdImageAsset.Builder addImagesBuilder( int index) { return getImagesFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.AdImageAsset.getDefaultInstance()); } /** *
     * List of image assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdImageAsset images = 3; */ public java.util.List getImagesBuilderList() { return getImagesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdImageAsset, com.google.ads.googleads.v17.common.AdImageAsset.Builder, com.google.ads.googleads.v17.common.AdImageAssetOrBuilder> getImagesFieldBuilder() { if (imagesBuilder_ == null) { imagesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdImageAsset, com.google.ads.googleads.v17.common.AdImageAsset.Builder, com.google.ads.googleads.v17.common.AdImageAssetOrBuilder>( images_, ((bitField0_ & 0x00000004) != 0), getParentForChildren(), isClean()); images_ = null; } return imagesBuilder_; } private java.util.List videos_ = java.util.Collections.emptyList(); private void ensureVideosIsMutable() { if (!((bitField0_ & 0x00000008) != 0)) { videos_ = new java.util.ArrayList(videos_); bitField0_ |= 0x00000008; } } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdVideoAsset, com.google.ads.googleads.v17.common.AdVideoAsset.Builder, com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder> videosBuilder_; /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public java.util.List getVideosList() { if (videosBuilder_ == null) { return java.util.Collections.unmodifiableList(videos_); } else { return videosBuilder_.getMessageList(); } } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public int getVideosCount() { if (videosBuilder_ == null) { return videos_.size(); } else { return videosBuilder_.getCount(); } } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public com.google.ads.googleads.v17.common.AdVideoAsset getVideos(int index) { if (videosBuilder_ == null) { return videos_.get(index); } else { return videosBuilder_.getMessage(index); } } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder setVideos( int index, com.google.ads.googleads.v17.common.AdVideoAsset value) { if (videosBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVideosIsMutable(); videos_.set(index, value); onChanged(); } else { videosBuilder_.setMessage(index, value); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder setVideos( int index, com.google.ads.googleads.v17.common.AdVideoAsset.Builder builderForValue) { if (videosBuilder_ == null) { ensureVideosIsMutable(); videos_.set(index, builderForValue.build()); onChanged(); } else { videosBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder addVideos(com.google.ads.googleads.v17.common.AdVideoAsset value) { if (videosBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVideosIsMutable(); videos_.add(value); onChanged(); } else { videosBuilder_.addMessage(value); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder addVideos( int index, com.google.ads.googleads.v17.common.AdVideoAsset value) { if (videosBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureVideosIsMutable(); videos_.add(index, value); onChanged(); } else { videosBuilder_.addMessage(index, value); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder addVideos( com.google.ads.googleads.v17.common.AdVideoAsset.Builder builderForValue) { if (videosBuilder_ == null) { ensureVideosIsMutable(); videos_.add(builderForValue.build()); onChanged(); } else { videosBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder addVideos( int index, com.google.ads.googleads.v17.common.AdVideoAsset.Builder builderForValue) { if (videosBuilder_ == null) { ensureVideosIsMutable(); videos_.add(index, builderForValue.build()); onChanged(); } else { videosBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder addAllVideos( java.lang.Iterable values) { if (videosBuilder_ == null) { ensureVideosIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, videos_); onChanged(); } else { videosBuilder_.addAllMessages(values); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder clearVideos() { if (videosBuilder_ == null) { videos_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); onChanged(); } else { videosBuilder_.clear(); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public Builder removeVideos(int index) { if (videosBuilder_ == null) { ensureVideosIsMutable(); videos_.remove(index); onChanged(); } else { videosBuilder_.remove(index); } return this; } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public com.google.ads.googleads.v17.common.AdVideoAsset.Builder getVideosBuilder( int index) { return getVideosFieldBuilder().getBuilder(index); } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder getVideosOrBuilder( int index) { if (videosBuilder_ == null) { return videos_.get(index); } else { return videosBuilder_.getMessageOrBuilder(index); } } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public java.util.List getVideosOrBuilderList() { if (videosBuilder_ != null) { return videosBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(videos_); } } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public com.google.ads.googleads.v17.common.AdVideoAsset.Builder addVideosBuilder() { return getVideosFieldBuilder().addBuilder( com.google.ads.googleads.v17.common.AdVideoAsset.getDefaultInstance()); } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public com.google.ads.googleads.v17.common.AdVideoAsset.Builder addVideosBuilder( int index) { return getVideosFieldBuilder().addBuilder( index, com.google.ads.googleads.v17.common.AdVideoAsset.getDefaultInstance()); } /** *
     * List of video assets that may be displayed with the ad.
     * 
* * repeated .google.ads.googleads.v17.common.AdVideoAsset videos = 4; */ public java.util.List getVideosBuilderList() { return getVideosFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdVideoAsset, com.google.ads.googleads.v17.common.AdVideoAsset.Builder, com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder> getVideosFieldBuilder() { if (videosBuilder_ == null) { videosBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< com.google.ads.googleads.v17.common.AdVideoAsset, com.google.ads.googleads.v17.common.AdVideoAsset.Builder, com.google.ads.googleads.v17.common.AdVideoAssetOrBuilder>( videos_, ((bitField0_ & 0x00000008) != 0), getParentForChildren(), isClean()); videos_ = null; } return videosBuilder_; } @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.common.AppEngagementAdInfo) } // @@protoc_insertion_point(class_scope:google.ads.googleads.v17.common.AppEngagementAdInfo) private static final com.google.ads.googleads.v17.common.AppEngagementAdInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.google.ads.googleads.v17.common.AppEngagementAdInfo(); } public static com.google.ads.googleads.v17.common.AppEngagementAdInfo getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public AppEngagementAdInfo 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.common.AppEngagementAdInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy