Interface Campaign.AppCampaignSettingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Campaign.AppCampaignSetting, Campaign.AppCampaignSetting.Builder
Enclosing class:
Campaign

public static interface Campaign.AppCampaignSettingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getBiddingStrategyGoalTypeValue

      int getBiddingStrategyGoalTypeValue()
       Represents the goal which the bidding strategy of this app campaign
       should optimize towards.
       
      .google.ads.googleads.v18.enums.AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType bidding_strategy_goal_type = 1;
      Returns:
      The enum numeric value on the wire for biddingStrategyGoalType.
    • getBiddingStrategyGoalType

       Represents the goal which the bidding strategy of this app campaign
       should optimize towards.
       
      .google.ads.googleads.v18.enums.AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType bidding_strategy_goal_type = 1;
      Returns:
      The biddingStrategyGoalType.
    • hasAppId

      boolean hasAppId()
       Immutable. A string that uniquely identifies a mobile application.
       
      optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      Whether the appId field is set.
    • getAppId

      String getAppId()
       Immutable. A string that uniquely identifies a mobile application.
       
      optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The appId.
    • getAppIdBytes

      com.google.protobuf.ByteString getAppIdBytes()
       Immutable. A string that uniquely identifies a mobile application.
       
      optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The bytes for appId.
    • getAppStoreValue

      int getAppStoreValue()
       Immutable. The application store that distributes this specific app.
       
      .google.ads.googleads.v18.enums.AppCampaignAppStoreEnum.AppCampaignAppStore app_store = 3 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The enum numeric value on the wire for appStore.
    • getAppStore

       Immutable. The application store that distributes this specific app.
       
      .google.ads.googleads.v18.enums.AppCampaignAppStoreEnum.AppCampaignAppStore app_store = 3 [(.google.api.field_behavior) = IMMUTABLE];
      Returns:
      The appStore.