Class TargetRoasSimulationPoint.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<TargetRoasSimulationPoint.Builder>
com.google.ads.googleads.v18.common.TargetRoasSimulationPoint.Builder
All Implemented Interfaces:
TargetRoasSimulationPointOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
TargetRoasSimulationPoint

public static final class TargetRoasSimulationPoint.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<TargetRoasSimulationPoint.Builder> implements TargetRoasSimulationPointOrBuilder
 Projected metrics for a specific target ROAS amount.
 
Protobuf type google.ads.googleads.v18.common.TargetRoasSimulationPoint
  • Method Details

    • 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>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear 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
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<TargetRoasSimulationPoint.Builder>
    • setField

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

      public TargetRoasSimulationPoint.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetRoasSimulationPoint.Builder>
    • clearOneof

      public TargetRoasSimulationPoint.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<TargetRoasSimulationPoint.Builder>
    • setRepeatedField

      public TargetRoasSimulationPoint.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, 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, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TargetRoasSimulationPoint.Builder>
    • mergeFrom

      public TargetRoasSimulationPoint.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TargetRoasSimulationPoint.Builder>
    • mergeFrom

    • 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 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:
      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.
    • getBiddableConversions

      public double getBiddableConversions()
       Projected number of biddable conversions.
       
      optional double biddable_conversions = 9;
      Specified by:
      getBiddableConversions in interface TargetRoasSimulationPointOrBuilder
      Returns:
      The biddableConversions.
    • 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.
    • getBiddableConversionsValue

      public double getBiddableConversionsValue()
       Projected total value of biddable conversions.
       
      optional double biddable_conversions_value = 10;
      Specified by:
      getBiddableConversionsValue in interface TargetRoasSimulationPointOrBuilder
      Returns:
      The biddableConversionsValue.
    • 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.
    • hasClicks

      public boolean hasClicks()
       Projected number of clicks.
       
      optional int64 clicks = 11;
      Specified by:
      hasClicks in interface TargetRoasSimulationPointOrBuilder
      Returns:
      Whether the clicks field is set.
    • getClicks

      public long getClicks()
       Projected number of clicks.
       
      optional int64 clicks = 11;
      Specified by:
      getClicks in interface TargetRoasSimulationPointOrBuilder
      Returns:
      The clicks.
    • 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.
    • clearClicks

      public TargetRoasSimulationPoint.Builder clearClicks()
       Projected number of clicks.
       
      optional int64 clicks = 11;
      Returns:
      This builder for chaining.
    • hasCostMicros

      public boolean hasCostMicros()
       Projected cost in micros.
       
      optional int64 cost_micros = 12;
      Specified by:
      hasCostMicros in interface TargetRoasSimulationPointOrBuilder
      Returns:
      Whether the costMicros field is set.
    • getCostMicros

      public long getCostMicros()
       Projected cost in micros.
       
      optional int64 cost_micros = 12;
      Specified by:
      getCostMicros in interface TargetRoasSimulationPointOrBuilder
      Returns:
      The costMicros.
    • 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.
    • getImpressions

      public long getImpressions()
       Projected number of impressions.
       
      optional int64 impressions = 13;
      Specified by:
      getImpressions in interface TargetRoasSimulationPointOrBuilder
      Returns:
      The impressions.
    • 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>