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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppId()Immutable.com.google.protobuf.ByteStringgetAppIdBytes()Immutable.AppCampaignAppStoreEnum.AppCampaignAppStoregetAppStore()Immutable.intgetAppStoreValue()Immutable.AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalTypegetBiddingStrategyGoalType()Represents the goal which the bidding strategy of this app campaign should optimize towards.intgetBiddingStrategyGoalTypeValue()Represents the goal which the bidding strategy of this app campaign should optimize towards.booleanhasAppId()Immutable.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-