Class AccessibleBiddingStrategy.TargetSpend.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<AccessibleBiddingStrategy.TargetSpend.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<AccessibleBiddingStrategy.TargetSpend.Builder>
      • getDefaultInstanceForType

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

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

        public AccessibleBiddingStrategy.TargetSpend buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public AccessibleBiddingStrategy.TargetSpend.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<AccessibleBiddingStrategy.TargetSpend.Builder>
        Throws:
        java.io.IOException
      • hasTargetSpendMicros

        @Deprecated
        public boolean hasTargetSpendMicros()
        Deprecated.
         Output only. The spend target under which to maximize clicks.
         A TargetSpend bidder will attempt to spend the smaller of this value
         or the natural throttling spend amount.
         If not specified, the budget is used as the spend target.
         This field is deprecated and should no longer be used. See
         https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html
         for details.
         
        optional int64 target_spend_micros = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTargetSpendMicros in interface AccessibleBiddingStrategy.TargetSpendOrBuilder
        Returns:
        Whether the targetSpendMicros field is set.
      • getTargetSpendMicros

        @Deprecated
        public long getTargetSpendMicros()
        Deprecated.
         Output only. The spend target under which to maximize clicks.
         A TargetSpend bidder will attempt to spend the smaller of this value
         or the natural throttling spend amount.
         If not specified, the budget is used as the spend target.
         This field is deprecated and should no longer be used. See
         https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html
         for details.
         
        optional int64 target_spend_micros = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTargetSpendMicros in interface AccessibleBiddingStrategy.TargetSpendOrBuilder
        Returns:
        The targetSpendMicros.
      • setTargetSpendMicros

        @Deprecated
        public AccessibleBiddingStrategy.TargetSpend.Builder setTargetSpendMicros​(long value)
        Deprecated.
         Output only. The spend target under which to maximize clicks.
         A TargetSpend bidder will attempt to spend the smaller of this value
         or the natural throttling spend amount.
         If not specified, the budget is used as the spend target.
         This field is deprecated and should no longer be used. See
         https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html
         for details.
         
        optional int64 target_spend_micros = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The targetSpendMicros to set.
        Returns:
        This builder for chaining.
      • clearTargetSpendMicros

        @Deprecated
        public AccessibleBiddingStrategy.TargetSpend.Builder clearTargetSpendMicros()
        Deprecated.
         Output only. The spend target under which to maximize clicks.
         A TargetSpend bidder will attempt to spend the smaller of this value
         or the natural throttling spend amount.
         If not specified, the budget is used as the spend target.
         This field is deprecated and should no longer be used. See
         https://ads-developers.googleblog.com/2020/05/reminder-about-sunset-creation-of.html
         for details.
         
        optional int64 target_spend_micros = 1 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasCpcBidCeilingMicros

        public boolean hasCpcBidCeilingMicros()
         Output only. Maximum bid limit that can be set by the bid strategy.
         The limit applies to all keywords managed by the strategy.
         
        optional int64 cpc_bid_ceiling_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCpcBidCeilingMicros in interface AccessibleBiddingStrategy.TargetSpendOrBuilder
        Returns:
        Whether the cpcBidCeilingMicros field is set.
      • getCpcBidCeilingMicros

        public long getCpcBidCeilingMicros()
         Output only. Maximum bid limit that can be set by the bid strategy.
         The limit applies to all keywords managed by the strategy.
         
        optional int64 cpc_bid_ceiling_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCpcBidCeilingMicros in interface AccessibleBiddingStrategy.TargetSpendOrBuilder
        Returns:
        The cpcBidCeilingMicros.
      • setCpcBidCeilingMicros

        public AccessibleBiddingStrategy.TargetSpend.Builder setCpcBidCeilingMicros​(long value)
         Output only. Maximum bid limit that can be set by the bid strategy.
         The limit applies to all keywords managed by the strategy.
         
        optional int64 cpc_bid_ceiling_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The cpcBidCeilingMicros to set.
        Returns:
        This builder for chaining.
      • clearCpcBidCeilingMicros

        public AccessibleBiddingStrategy.TargetSpend.Builder clearCpcBidCeilingMicros()
         Output only. Maximum bid limit that can be set by the bid strategy.
         The limit applies to all keywords managed by the strategy.
         
        optional int64 cpc_bid_ceiling_micros = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.