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 Type
    Method
    Description
    getCategoryBids(int index)
    Categorical level bids associated with MANUAL_CPA bidding strategy.
    int
    Categorical level bids associated with MANUAL_CPA bidding strategy.
    Categorical level bids associated with MANUAL_CPA bidding strategy.
    Categorical level bids associated with MANUAL_CPA bidding strategy.
    Categorical level bids associated with MANUAL_CPA bidding strategy.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      Campaign.CategoryBid getCategoryBids(int index)
       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

      Campaign.CategoryBidOrBuilder getCategoryBidsOrBuilder(int index)
       Categorical level bids associated with MANUAL_CPA bidding strategy.
       
      repeated .google.ads.googleads.v18.resources.Campaign.CategoryBid category_bids = 1;