![JAR search and dependency download from the Maven repository](/logo.png)
com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse 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/services/reach_plan_service.proto
package com.google.ads.googleads.v10.services;
/**
*
* The suggested product mix.
*
*
* Protobuf type {@code google.ads.googleads.v10.services.GenerateProductMixIdeasResponse}
*/
public final class GenerateProductMixIdeasResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.ads.googleads.v10.services.GenerateProductMixIdeasResponse)
GenerateProductMixIdeasResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use GenerateProductMixIdeasResponse.newBuilder() to construct.
private GenerateProductMixIdeasResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private GenerateProductMixIdeasResponse() {
productAllocation_ = java.util.Collections.emptyList();
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new GenerateProductMixIdeasResponse();
}
@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.services.ReachPlanServiceProto.internal_static_google_ads_googleads_v10_services_GenerateProductMixIdeasResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v10.services.ReachPlanServiceProto.internal_static_google_ads_googleads_v10_services_GenerateProductMixIdeasResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse.class, com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse.Builder.class);
}
public static final int PRODUCT_ALLOCATION_FIELD_NUMBER = 1;
private java.util.List productAllocation_;
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
@java.lang.Override
public java.util.List getProductAllocationList() {
return productAllocation_;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
@java.lang.Override
public java.util.List extends com.google.ads.googleads.v10.services.ProductAllocationOrBuilder>
getProductAllocationOrBuilderList() {
return productAllocation_;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
@java.lang.Override
public int getProductAllocationCount() {
return productAllocation_.size();
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
@java.lang.Override
public com.google.ads.googleads.v10.services.ProductAllocation getProductAllocation(int index) {
return productAllocation_.get(index);
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
@java.lang.Override
public com.google.ads.googleads.v10.services.ProductAllocationOrBuilder getProductAllocationOrBuilder(
int index) {
return productAllocation_.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 < productAllocation_.size(); i++) {
output.writeMessage(1, productAllocation_.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 < productAllocation_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, productAllocation_.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.v10.services.GenerateProductMixIdeasResponse)) {
return super.equals(obj);
}
com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse other = (com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse) obj;
if (!getProductAllocationList()
.equals(other.getProductAllocationList())) 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 (getProductAllocationCount() > 0) {
hash = (37 * hash) + PRODUCT_ALLOCATION_FIELD_NUMBER;
hash = (53 * hash) + getProductAllocationList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse 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;
}
/**
*
* The suggested product mix.
*
*
* Protobuf type {@code google.ads.googleads.v10.services.GenerateProductMixIdeasResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.ads.googleads.v10.services.GenerateProductMixIdeasResponse)
com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.google.ads.googleads.v10.services.ReachPlanServiceProto.internal_static_google_ads_googleads_v10_services_GenerateProductMixIdeasResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.google.ads.googleads.v10.services.ReachPlanServiceProto.internal_static_google_ads_googleads_v10_services_GenerateProductMixIdeasResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse.class, com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse.Builder.class);
}
// Construct using com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
if (productAllocationBuilder_ == null) {
productAllocation_ = java.util.Collections.emptyList();
} else {
productAllocation_ = null;
productAllocationBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.google.ads.googleads.v10.services.ReachPlanServiceProto.internal_static_google_ads_googleads_v10_services_GenerateProductMixIdeasResponse_descriptor;
}
@java.lang.Override
public com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse getDefaultInstanceForType() {
return com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse.getDefaultInstance();
}
@java.lang.Override
public com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse build() {
com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse buildPartial() {
com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse result = new com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse(this);
int from_bitField0_ = bitField0_;
if (productAllocationBuilder_ == null) {
if (((bitField0_ & 0x00000001) != 0)) {
productAllocation_ = java.util.Collections.unmodifiableList(productAllocation_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.productAllocation_ = productAllocation_;
} else {
result.productAllocation_ = productAllocationBuilder_.build();
}
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.services.GenerateProductMixIdeasResponse) {
return mergeFrom((com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse other) {
if (other == com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse.getDefaultInstance()) return this;
if (productAllocationBuilder_ == null) {
if (!other.productAllocation_.isEmpty()) {
if (productAllocation_.isEmpty()) {
productAllocation_ = other.productAllocation_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureProductAllocationIsMutable();
productAllocation_.addAll(other.productAllocation_);
}
onChanged();
}
} else {
if (!other.productAllocation_.isEmpty()) {
if (productAllocationBuilder_.isEmpty()) {
productAllocationBuilder_.dispose();
productAllocationBuilder_ = null;
productAllocation_ = other.productAllocation_;
bitField0_ = (bitField0_ & ~0x00000001);
productAllocationBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getProductAllocationFieldBuilder() : null;
} else {
productAllocationBuilder_.addAllMessages(other.productAllocation_);
}
}
}
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.v10.services.ProductAllocation m =
input.readMessage(
com.google.ads.googleads.v10.services.ProductAllocation.parser(),
extensionRegistry);
if (productAllocationBuilder_ == null) {
ensureProductAllocationIsMutable();
productAllocation_.add(m);
} else {
productAllocationBuilder_.addMessage(m);
}
break;
} // case 10
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 productAllocation_ =
java.util.Collections.emptyList();
private void ensureProductAllocationIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
productAllocation_ = new java.util.ArrayList(productAllocation_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.ads.googleads.v10.services.ProductAllocation, com.google.ads.googleads.v10.services.ProductAllocation.Builder, com.google.ads.googleads.v10.services.ProductAllocationOrBuilder> productAllocationBuilder_;
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public java.util.List getProductAllocationList() {
if (productAllocationBuilder_ == null) {
return java.util.Collections.unmodifiableList(productAllocation_);
} else {
return productAllocationBuilder_.getMessageList();
}
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public int getProductAllocationCount() {
if (productAllocationBuilder_ == null) {
return productAllocation_.size();
} else {
return productAllocationBuilder_.getCount();
}
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public com.google.ads.googleads.v10.services.ProductAllocation getProductAllocation(int index) {
if (productAllocationBuilder_ == null) {
return productAllocation_.get(index);
} else {
return productAllocationBuilder_.getMessage(index);
}
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder setProductAllocation(
int index, com.google.ads.googleads.v10.services.ProductAllocation value) {
if (productAllocationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureProductAllocationIsMutable();
productAllocation_.set(index, value);
onChanged();
} else {
productAllocationBuilder_.setMessage(index, value);
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder setProductAllocation(
int index, com.google.ads.googleads.v10.services.ProductAllocation.Builder builderForValue) {
if (productAllocationBuilder_ == null) {
ensureProductAllocationIsMutable();
productAllocation_.set(index, builderForValue.build());
onChanged();
} else {
productAllocationBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder addProductAllocation(com.google.ads.googleads.v10.services.ProductAllocation value) {
if (productAllocationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureProductAllocationIsMutable();
productAllocation_.add(value);
onChanged();
} else {
productAllocationBuilder_.addMessage(value);
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder addProductAllocation(
int index, com.google.ads.googleads.v10.services.ProductAllocation value) {
if (productAllocationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureProductAllocationIsMutable();
productAllocation_.add(index, value);
onChanged();
} else {
productAllocationBuilder_.addMessage(index, value);
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder addProductAllocation(
com.google.ads.googleads.v10.services.ProductAllocation.Builder builderForValue) {
if (productAllocationBuilder_ == null) {
ensureProductAllocationIsMutable();
productAllocation_.add(builderForValue.build());
onChanged();
} else {
productAllocationBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder addProductAllocation(
int index, com.google.ads.googleads.v10.services.ProductAllocation.Builder builderForValue) {
if (productAllocationBuilder_ == null) {
ensureProductAllocationIsMutable();
productAllocation_.add(index, builderForValue.build());
onChanged();
} else {
productAllocationBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder addAllProductAllocation(
java.lang.Iterable extends com.google.ads.googleads.v10.services.ProductAllocation> values) {
if (productAllocationBuilder_ == null) {
ensureProductAllocationIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, productAllocation_);
onChanged();
} else {
productAllocationBuilder_.addAllMessages(values);
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder clearProductAllocation() {
if (productAllocationBuilder_ == null) {
productAllocation_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
productAllocationBuilder_.clear();
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public Builder removeProductAllocation(int index) {
if (productAllocationBuilder_ == null) {
ensureProductAllocationIsMutable();
productAllocation_.remove(index);
onChanged();
} else {
productAllocationBuilder_.remove(index);
}
return this;
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public com.google.ads.googleads.v10.services.ProductAllocation.Builder getProductAllocationBuilder(
int index) {
return getProductAllocationFieldBuilder().getBuilder(index);
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public com.google.ads.googleads.v10.services.ProductAllocationOrBuilder getProductAllocationOrBuilder(
int index) {
if (productAllocationBuilder_ == null) {
return productAllocation_.get(index); } else {
return productAllocationBuilder_.getMessageOrBuilder(index);
}
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public java.util.List extends com.google.ads.googleads.v10.services.ProductAllocationOrBuilder>
getProductAllocationOrBuilderList() {
if (productAllocationBuilder_ != null) {
return productAllocationBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(productAllocation_);
}
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public com.google.ads.googleads.v10.services.ProductAllocation.Builder addProductAllocationBuilder() {
return getProductAllocationFieldBuilder().addBuilder(
com.google.ads.googleads.v10.services.ProductAllocation.getDefaultInstance());
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public com.google.ads.googleads.v10.services.ProductAllocation.Builder addProductAllocationBuilder(
int index) {
return getProductAllocationFieldBuilder().addBuilder(
index, com.google.ads.googleads.v10.services.ProductAllocation.getDefaultInstance());
}
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
public java.util.List
getProductAllocationBuilderList() {
return getProductAllocationFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilderV3<
com.google.ads.googleads.v10.services.ProductAllocation, com.google.ads.googleads.v10.services.ProductAllocation.Builder, com.google.ads.googleads.v10.services.ProductAllocationOrBuilder>
getProductAllocationFieldBuilder() {
if (productAllocationBuilder_ == null) {
productAllocationBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
com.google.ads.googleads.v10.services.ProductAllocation, com.google.ads.googleads.v10.services.ProductAllocation.Builder, com.google.ads.googleads.v10.services.ProductAllocationOrBuilder>(
productAllocation_,
((bitField0_ & 0x00000001) != 0),
getParentForChildren(),
isClean());
productAllocation_ = null;
}
return productAllocationBuilder_;
}
@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.services.GenerateProductMixIdeasResponse)
}
// @@protoc_insertion_point(class_scope:google.ads.googleads.v10.services.GenerateProductMixIdeasResponse)
private static final com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse();
}
public static com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public GenerateProductMixIdeasResponse 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.services.GenerateProductMixIdeasResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy