com.google.ads.googleads.v10.services.ProductAllocationOrBuilder 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 ProductAllocationOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.services.ProductAllocation)
com.google.protobuf.MessageOrBuilder {
/**
*
* Selected product for planning. The product codes returned are within the
* set of the ones returned by ListPlannableProducts when using the same
* location ID.
*
*
* optional string plannable_product_code = 3;
* @return Whether the plannableProductCode field is set.
*/
boolean hasPlannableProductCode();
/**
*
* Selected product for planning. The product codes returned are within the
* set of the ones returned by ListPlannableProducts when using the same
* location ID.
*
*
* optional string plannable_product_code = 3;
* @return The plannableProductCode.
*/
java.lang.String getPlannableProductCode();
/**
*
* Selected product for planning. The product codes returned are within the
* set of the ones returned by ListPlannableProducts when using the same
* location ID.
*
*
* optional string plannable_product_code = 3;
* @return The bytes for plannableProductCode.
*/
com.google.protobuf.ByteString
getPlannableProductCodeBytes();
/**
*
* The value to be allocated for the suggested product in requested currency.
* Amount in micros. One million is equivalent to one unit.
*
*
* optional int64 budget_micros = 4;
* @return Whether the budgetMicros field is set.
*/
boolean hasBudgetMicros();
/**
*
* The value to be allocated for the suggested product in requested currency.
* Amount in micros. One million is equivalent to one unit.
*
*
* optional int64 budget_micros = 4;
* @return The budgetMicros.
*/
long getBudgetMicros();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy