Class Campaign.AppCampaignSetting.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Campaign.AppCampaignSetting.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Campaign.AppCampaignSetting.Builder>
      • getDefaultInstanceForType

        public Campaign.AppCampaignSetting getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Campaign.AppCampaignSetting build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Campaign.AppCampaignSetting buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public Campaign.AppCampaignSetting.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                    int index,
                                                                    java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Campaign.AppCampaignSetting.Builder>
      • addRepeatedField

        public Campaign.AppCampaignSetting.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                    java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Campaign.AppCampaignSetting.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Campaign.AppCampaignSetting.Builder>
      • mergeFrom

        public Campaign.AppCampaignSetting.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws java.io.IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Campaign.AppCampaignSetting.Builder>
        Throws:
        java.io.IOException
      • getBiddingStrategyGoalTypeValue

        public 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;
        Specified by:
        getBiddingStrategyGoalTypeValue in interface Campaign.AppCampaignSettingOrBuilder
        Returns:
        The enum numeric value on the wire for biddingStrategyGoalType.
      • setBiddingStrategyGoalTypeValue

        public Campaign.AppCampaignSetting.Builder setBiddingStrategyGoalTypeValue​(int value)
         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;
        Parameters:
        value - The enum numeric value on the wire for biddingStrategyGoalType to set.
        Returns:
        This builder for chaining.
      • clearBiddingStrategyGoalType

        public Campaign.AppCampaignSetting.Builder clearBiddingStrategyGoalType()
         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:
        This builder for chaining.
      • hasAppId

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

        public java.lang.String getAppId()
         Immutable. A string that uniquely identifies a mobile application.
         
        optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getAppId in interface Campaign.AppCampaignSettingOrBuilder
        Returns:
        The appId.
      • getAppIdBytes

        public com.google.protobuf.ByteString getAppIdBytes()
         Immutable. A string that uniquely identifies a mobile application.
         
        optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getAppIdBytes in interface Campaign.AppCampaignSettingOrBuilder
        Returns:
        The bytes for appId.
      • setAppId

        public Campaign.AppCampaignSetting.Builder setAppId​(java.lang.String value)
         Immutable. A string that uniquely identifies a mobile application.
         
        optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The appId to set.
        Returns:
        This builder for chaining.
      • clearAppId

        public Campaign.AppCampaignSetting.Builder clearAppId()
         Immutable. A string that uniquely identifies a mobile application.
         
        optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        This builder for chaining.
      • setAppIdBytes

        public Campaign.AppCampaignSetting.Builder setAppIdBytes​(com.google.protobuf.ByteString value)
         Immutable. A string that uniquely identifies a mobile application.
         
        optional string app_id = 4 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The bytes for appId to set.
        Returns:
        This builder for chaining.
      • getAppStoreValue

        public 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];
        Specified by:
        getAppStoreValue in interface Campaign.AppCampaignSettingOrBuilder
        Returns:
        The enum numeric value on the wire for appStore.
      • setAppStoreValue

        public Campaign.AppCampaignSetting.Builder setAppStoreValue​(int value)
         Immutable. The application store that distributes this specific app.
         
        .google.ads.googleads.v10.enums.AppCampaignAppStoreEnum.AppCampaignAppStore app_store = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The enum numeric value on the wire for appStore to set.
        Returns:
        This builder for chaining.
      • setAppStore

        public Campaign.AppCampaignSetting.Builder setAppStore​(AppCampaignAppStoreEnum.AppCampaignAppStore value)
         Immutable. The application store that distributes this specific app.
         
        .google.ads.googleads.v10.enums.AppCampaignAppStoreEnum.AppCampaignAppStore app_store = 3 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The appStore to set.
        Returns:
        This builder for chaining.
      • clearAppStore

        public Campaign.AppCampaignSetting.Builder clearAppStore()
         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:
        This builder for chaining.
      • mergeUnknownFields

        public final Campaign.AppCampaignSetting.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Campaign.AppCampaignSetting.Builder>