Interface GenerateProductMixIdeasResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateProductMixIdeasResponse,GenerateProductMixIdeasResponse.Builder
public interface GenerateProductMixIdeasResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProductAllocationgetProductAllocation(int index)A list of products (ad formats) and the associated budget allocation idea.intgetProductAllocationCount()A list of products (ad formats) and the associated budget allocation idea.java.util.List<ProductAllocation>getProductAllocationList()A list of products (ad formats) and the associated budget allocation idea.ProductAllocationOrBuildergetProductAllocationOrBuilder(int index)A list of products (ad formats) and the associated budget allocation idea.java.util.List<? extends ProductAllocationOrBuilder>getProductAllocationOrBuilderList()A list of products (ad formats) and the associated budget allocation idea.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProductAllocationList
java.util.List<ProductAllocation> getProductAllocationList()
A list of products (ad formats) and the associated budget allocation idea.
repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
-
getProductAllocation
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;
-
getProductAllocationCount
int getProductAllocationCount()
A list of products (ad formats) and the associated budget allocation idea.
repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
-
getProductAllocationOrBuilderList
java.util.List<? extends ProductAllocationOrBuilder> getProductAllocationOrBuilderList()
A list of products (ad formats) and the associated budget allocation idea.
repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
-
getProductAllocationOrBuilder
ProductAllocationOrBuilder getProductAllocationOrBuilder(int index)
A list of products (ad formats) and the associated budget allocation idea.
repeated .google.ads.googleads.v10.services.ProductAllocation product_allocation = 1;
-
-