Interface Campaign.LocalServicesCampaignSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Campaign.LocalServicesCampaignSettings,Campaign.LocalServicesCampaignSettings.Builder
- Enclosing class:
- Campaign
public static interface Campaign.LocalServicesCampaignSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetCategoryBids(int index) Categorical level bids associated with MANUAL_CPA bidding strategy.intCategorical level bids associated with MANUAL_CPA bidding strategy.Categorical level bids associated with MANUAL_CPA bidding strategy.getCategoryBidsOrBuilder(int index) Categorical level bids associated with MANUAL_CPA bidding strategy.List<? extends Campaign.CategoryBidOrBuilder>Categorical level bids associated with MANUAL_CPA bidding strategy.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCategoryBidsList
List<Campaign.CategoryBid> getCategoryBidsList()Categorical level bids associated with MANUAL_CPA bidding strategy.
repeated .google.ads.googleads.v18.resources.Campaign.CategoryBid category_bids = 1; -
getCategoryBids
Categorical level bids associated with MANUAL_CPA bidding strategy.
repeated .google.ads.googleads.v18.resources.Campaign.CategoryBid category_bids = 1; -
getCategoryBidsCount
int getCategoryBidsCount()Categorical level bids associated with MANUAL_CPA bidding strategy.
repeated .google.ads.googleads.v18.resources.Campaign.CategoryBid category_bids = 1; -
getCategoryBidsOrBuilderList
List<? extends Campaign.CategoryBidOrBuilder> getCategoryBidsOrBuilderList()Categorical level bids associated with MANUAL_CPA bidding strategy.
repeated .google.ads.googleads.v18.resources.Campaign.CategoryBid category_bids = 1; -
getCategoryBidsOrBuilder
Categorical level bids associated with MANUAL_CPA bidding strategy.
repeated .google.ads.googleads.v18.resources.Campaign.CategoryBid category_bids = 1;
-