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

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

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

        public TargetRoasSimulationPoint buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setField

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

        public TargetRoasSimulationPoint.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<TargetRoasSimulationPoint.Builder>
      • addRepeatedField

        public TargetRoasSimulationPoint.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<TargetRoasSimulationPoint.Builder>
      • isInitialized

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

        public TargetRoasSimulationPoint.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<TargetRoasSimulationPoint.Builder>
        Throws:
        java.io.IOException
      • hasTargetRoas

        public boolean hasTargetRoas()
         The simulated target ROAS upon which projected metrics are based.
         
        optional double target_roas = 8;
        Specified by:
        hasTargetRoas in interface TargetRoasSimulationPointOrBuilder
        Returns:
        Whether the targetRoas field is set.
      • getTargetRoas

        public double getTargetRoas()
         The simulated target ROAS upon which projected metrics are based.
         
        optional double target_roas = 8;
        Specified by:
        getTargetRoas in interface TargetRoasSimulationPointOrBuilder
        Returns:
        The targetRoas.
      • setTargetRoas

        public TargetRoasSimulationPoint.Builder setTargetRoas​(double value)
         The simulated target ROAS upon which projected metrics are based.
         
        optional double target_roas = 8;
        Parameters:
        value - The targetRoas to set.
        Returns:
        This builder for chaining.
      • clearTargetRoas

        public TargetRoasSimulationPoint.Builder clearTargetRoas()
         The simulated target ROAS upon which projected metrics are based.
         
        optional double target_roas = 8;
        Returns:
        This builder for chaining.
      • getRequiredBudgetAmountMicros

        public long getRequiredBudgetAmountMicros()
         Projected required daily budget that the advertiser must set in order to
         receive the estimated traffic, in micros of advertiser currency.
         
        int64 required_budget_amount_micros = 15;
        Specified by:
        getRequiredBudgetAmountMicros in interface TargetRoasSimulationPointOrBuilder
        Returns:
        The requiredBudgetAmountMicros.
      • setRequiredBudgetAmountMicros

        public TargetRoasSimulationPoint.Builder setRequiredBudgetAmountMicros​(long value)
         Projected required daily budget that the advertiser must set in order to
         receive the estimated traffic, in micros of advertiser currency.
         
        int64 required_budget_amount_micros = 15;
        Parameters:
        value - The requiredBudgetAmountMicros to set.
        Returns:
        This builder for chaining.
      • clearRequiredBudgetAmountMicros

        public TargetRoasSimulationPoint.Builder clearRequiredBudgetAmountMicros()
         Projected required daily budget that the advertiser must set in order to
         receive the estimated traffic, in micros of advertiser currency.
         
        int64 required_budget_amount_micros = 15;
        Returns:
        This builder for chaining.
      • hasBiddableConversions

        public boolean hasBiddableConversions()
         Projected number of biddable conversions.
         
        optional double biddable_conversions = 9;
        Specified by:
        hasBiddableConversions in interface TargetRoasSimulationPointOrBuilder
        Returns:
        Whether the biddableConversions field is set.
      • setBiddableConversions

        public TargetRoasSimulationPoint.Builder setBiddableConversions​(double value)
         Projected number of biddable conversions.
         
        optional double biddable_conversions = 9;
        Parameters:
        value - The biddableConversions to set.
        Returns:
        This builder for chaining.
      • clearBiddableConversions

        public TargetRoasSimulationPoint.Builder clearBiddableConversions()
         Projected number of biddable conversions.
         
        optional double biddable_conversions = 9;
        Returns:
        This builder for chaining.
      • hasBiddableConversionsValue

        public boolean hasBiddableConversionsValue()
         Projected total value of biddable conversions.
         
        optional double biddable_conversions_value = 10;
        Specified by:
        hasBiddableConversionsValue in interface TargetRoasSimulationPointOrBuilder
        Returns:
        Whether the biddableConversionsValue field is set.
      • setBiddableConversionsValue

        public TargetRoasSimulationPoint.Builder setBiddableConversionsValue​(double value)
         Projected total value of biddable conversions.
         
        optional double biddable_conversions_value = 10;
        Parameters:
        value - The biddableConversionsValue to set.
        Returns:
        This builder for chaining.
      • clearBiddableConversionsValue

        public TargetRoasSimulationPoint.Builder clearBiddableConversionsValue()
         Projected total value of biddable conversions.
         
        optional double biddable_conversions_value = 10;
        Returns:
        This builder for chaining.
      • setClicks

        public TargetRoasSimulationPoint.Builder setClicks​(long value)
         Projected number of clicks.
         
        optional int64 clicks = 11;
        Parameters:
        value - The clicks to set.
        Returns:
        This builder for chaining.
      • setCostMicros

        public TargetRoasSimulationPoint.Builder setCostMicros​(long value)
         Projected cost in micros.
         
        optional int64 cost_micros = 12;
        Parameters:
        value - The costMicros to set.
        Returns:
        This builder for chaining.
      • clearCostMicros

        public TargetRoasSimulationPoint.Builder clearCostMicros()
         Projected cost in micros.
         
        optional int64 cost_micros = 12;
        Returns:
        This builder for chaining.
      • hasImpressions

        public boolean hasImpressions()
         Projected number of impressions.
         
        optional int64 impressions = 13;
        Specified by:
        hasImpressions in interface TargetRoasSimulationPointOrBuilder
        Returns:
        Whether the impressions field is set.
      • setImpressions

        public TargetRoasSimulationPoint.Builder setImpressions​(long value)
         Projected number of impressions.
         
        optional int64 impressions = 13;
        Parameters:
        value - The impressions to set.
        Returns:
        This builder for chaining.
      • clearImpressions

        public TargetRoasSimulationPoint.Builder clearImpressions()
         Projected number of impressions.
         
        optional int64 impressions = 13;
        Returns:
        This builder for chaining.
      • hasTopSlotImpressions

        public boolean hasTopSlotImpressions()
         Projected number of top slot impressions.
         Only Search advertising channel type supports this field.
         
        optional int64 top_slot_impressions = 14;
        Specified by:
        hasTopSlotImpressions in interface TargetRoasSimulationPointOrBuilder
        Returns:
        Whether the topSlotImpressions field is set.
      • getTopSlotImpressions

        public long getTopSlotImpressions()
         Projected number of top slot impressions.
         Only Search advertising channel type supports this field.
         
        optional int64 top_slot_impressions = 14;
        Specified by:
        getTopSlotImpressions in interface TargetRoasSimulationPointOrBuilder
        Returns:
        The topSlotImpressions.
      • setTopSlotImpressions

        public TargetRoasSimulationPoint.Builder setTopSlotImpressions​(long value)
         Projected number of top slot impressions.
         Only Search advertising channel type supports this field.
         
        optional int64 top_slot_impressions = 14;
        Parameters:
        value - The topSlotImpressions to set.
        Returns:
        This builder for chaining.
      • clearTopSlotImpressions

        public TargetRoasSimulationPoint.Builder clearTopSlotImpressions()
         Projected number of top slot impressions.
         Only Search advertising channel type supports this field.
         
        optional int64 top_slot_impressions = 14;
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final TargetRoasSimulationPoint.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<TargetRoasSimulationPoint.Builder>