Interface Campaign.AppCampaignSettingOrBuilder

    • Method Detail

      • getBiddingStrategyGoalTypeValue

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

        AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType getBiddingStrategyGoalType()
         Represents the goal which the bidding strategy of this app campaign
         should optimize towards.
         
        .google.ads.googleads.v10.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

        java.lang.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.v10.enums.AppCampaignAppStoreEnum.AppCampaignAppStore app_store = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        The enum numeric value on the wire for appStore.
      • getAppStore

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