com.google.ads.googleads.v10.services.GenerateProductMixIdeasResponseOrBuilder 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;
public interface GenerateProductMixIdeasResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.GenerateProductMixIdeasResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
java.util.List
getProductAllocationList();
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
com.google.ads.googleads.v10.services.ProductAllocation getProductAllocation(int index);
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
int getProductAllocationCount();
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
java.util.List extends com.google.ads.googleads.v10.services.ProductAllocationOrBuilder>
getProductAllocationOrBuilderList();
/**
*
* A list of products (ad formats) and the associated budget allocation idea.
*
*
* repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
*/
com.google.ads.googleads.v10.services.ProductAllocationOrBuilder getProductAllocationOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy