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
Modifier and TypeMethodDescriptiongetAppId()Immutable.com.google.protobuf.ByteStringImmutable.Immutable.intImmutable.Represents the goal which the bidding strategy of this app campaign should optimize towards.intRepresents the goal which the bidding strategy of this app campaign should optimize towards.booleanhasAppId()Immutable.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
-
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
AppCampaignBiddingStrategyGoalTypeEnum.AppCampaignBiddingStrategyGoalType 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
AppCampaignAppStoreEnum.AppCampaignAppStore 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.
-