Interface GenerateProductMixIdeasResponseOrBuilder

    • 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;