Class BudgetSimulationPoint.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
- com.google.ads.googleads.v10.common.BudgetSimulationPoint.Builder
-
- All Implemented Interfaces:
BudgetSimulationPointOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BudgetSimulationPoint
public static final class BudgetSimulationPoint.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder> implements BudgetSimulationPointOrBuilder
Projected metrics for a specific budget amount.
Protobuf typegoogle.ads.googleads.v10.common.BudgetSimulationPoint
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BudgetSimulationPoint.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BudgetSimulationPointbuild()BudgetSimulationPointbuildPartial()BudgetSimulationPoint.Builderclear()BudgetSimulationPoint.BuilderclearBiddableConversions()Projected number of biddable conversions.BudgetSimulationPoint.BuilderclearBiddableConversionsValue()Projected total value of biddable conversions.BudgetSimulationPoint.BuilderclearBudgetAmountMicros()The simulated budget upon which projected metrics are based.BudgetSimulationPoint.BuilderclearClicks()Projected number of clicks.BudgetSimulationPoint.BuilderclearCostMicros()Projected cost in micros.BudgetSimulationPoint.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)BudgetSimulationPoint.BuilderclearImpressions()Projected number of impressions.BudgetSimulationPoint.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)BudgetSimulationPoint.BuilderclearRequiredCpcBidCeilingMicros()Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency.BudgetSimulationPoint.BuilderclearTopSlotImpressions()Projected number of top slot impressions.BudgetSimulationPoint.Builderclone()doublegetBiddableConversions()Projected number of biddable conversions.doublegetBiddableConversionsValue()Projected total value of biddable conversions.longgetBudgetAmountMicros()The simulated budget upon which projected metrics are based.longgetClicks()Projected number of clicks.longgetCostMicros()Projected cost in micros.BudgetSimulationPointgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetImpressions()Projected number of impressions.longgetRequiredCpcBidCeilingMicros()Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency.longgetTopSlotImpressions()Projected number of top slot impressions.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()BudgetSimulationPoint.BuildermergeFrom(BudgetSimulationPoint other)BudgetSimulationPoint.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BudgetSimulationPoint.BuildermergeFrom(com.google.protobuf.Message other)BudgetSimulationPoint.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)BudgetSimulationPoint.BuildersetBiddableConversions(double value)Projected number of biddable conversions.BudgetSimulationPoint.BuildersetBiddableConversionsValue(double value)Projected total value of biddable conversions.BudgetSimulationPoint.BuildersetBudgetAmountMicros(long value)The simulated budget upon which projected metrics are based.BudgetSimulationPoint.BuildersetClicks(long value)Projected number of clicks.BudgetSimulationPoint.BuildersetCostMicros(long value)Projected cost in micros.BudgetSimulationPoint.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)BudgetSimulationPoint.BuildersetImpressions(long value)Projected number of impressions.BudgetSimulationPoint.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)BudgetSimulationPoint.BuildersetRequiredCpcBidCeilingMicros(long value)Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency.BudgetSimulationPoint.BuildersetTopSlotImpressions(long value)Projected number of top slot impressions.BudgetSimulationPoint.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageException
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
clear
public BudgetSimulationPoint.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
getDefaultInstanceForType
public BudgetSimulationPoint getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BudgetSimulationPoint build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BudgetSimulationPoint buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BudgetSimulationPoint.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
setField
public BudgetSimulationPoint.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
clearField
public BudgetSimulationPoint.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
clearOneof
public BudgetSimulationPoint.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
setRepeatedField
public BudgetSimulationPoint.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
addRepeatedField
public BudgetSimulationPoint.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
mergeFrom
public BudgetSimulationPoint.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BudgetSimulationPoint.Builder>
-
mergeFrom
public BudgetSimulationPoint.Builder mergeFrom(BudgetSimulationPoint other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
mergeFrom
public BudgetSimulationPoint.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BudgetSimulationPoint.Builder>- Throws:
java.io.IOException
-
getBudgetAmountMicros
public long getBudgetAmountMicros()
The simulated budget upon which projected metrics are based.
int64 budget_amount_micros = 1;- Specified by:
getBudgetAmountMicrosin interfaceBudgetSimulationPointOrBuilder- Returns:
- The budgetAmountMicros.
-
setBudgetAmountMicros
public BudgetSimulationPoint.Builder setBudgetAmountMicros(long value)
The simulated budget upon which projected metrics are based.
int64 budget_amount_micros = 1;- Parameters:
value- The budgetAmountMicros to set.- Returns:
- This builder for chaining.
-
clearBudgetAmountMicros
public BudgetSimulationPoint.Builder clearBudgetAmountMicros()
The simulated budget upon which projected metrics are based.
int64 budget_amount_micros = 1;- Returns:
- This builder for chaining.
-
getRequiredCpcBidCeilingMicros
public long getRequiredCpcBidCeilingMicros()
Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency. Only campaigns with the Target Spend bidding strategy support this field.
int64 required_cpc_bid_ceiling_micros = 2;- Specified by:
getRequiredCpcBidCeilingMicrosin interfaceBudgetSimulationPointOrBuilder- Returns:
- The requiredCpcBidCeilingMicros.
-
setRequiredCpcBidCeilingMicros
public BudgetSimulationPoint.Builder setRequiredCpcBidCeilingMicros(long value)
Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency. Only campaigns with the Target Spend bidding strategy support this field.
int64 required_cpc_bid_ceiling_micros = 2;- Parameters:
value- The requiredCpcBidCeilingMicros to set.- Returns:
- This builder for chaining.
-
clearRequiredCpcBidCeilingMicros
public BudgetSimulationPoint.Builder clearRequiredCpcBidCeilingMicros()
Projected required daily cpc bid ceiling that the advertiser must set to realize this simulation, in micros of the advertiser currency. Only campaigns with the Target Spend bidding strategy support this field.
int64 required_cpc_bid_ceiling_micros = 2;- Returns:
- This builder for chaining.
-
getBiddableConversions
public double getBiddableConversions()
Projected number of biddable conversions.
double biddable_conversions = 3;- Specified by:
getBiddableConversionsin interfaceBudgetSimulationPointOrBuilder- Returns:
- The biddableConversions.
-
setBiddableConversions
public BudgetSimulationPoint.Builder setBiddableConversions(double value)
Projected number of biddable conversions.
double biddable_conversions = 3;- Parameters:
value- The biddableConversions to set.- Returns:
- This builder for chaining.
-
clearBiddableConversions
public BudgetSimulationPoint.Builder clearBiddableConversions()
Projected number of biddable conversions.
double biddable_conversions = 3;- Returns:
- This builder for chaining.
-
getBiddableConversionsValue
public double getBiddableConversionsValue()
Projected total value of biddable conversions.
double biddable_conversions_value = 4;- Specified by:
getBiddableConversionsValuein interfaceBudgetSimulationPointOrBuilder- Returns:
- The biddableConversionsValue.
-
setBiddableConversionsValue
public BudgetSimulationPoint.Builder setBiddableConversionsValue(double value)
Projected total value of biddable conversions.
double biddable_conversions_value = 4;- Parameters:
value- The biddableConversionsValue to set.- Returns:
- This builder for chaining.
-
clearBiddableConversionsValue
public BudgetSimulationPoint.Builder clearBiddableConversionsValue()
Projected total value of biddable conversions.
double biddable_conversions_value = 4;- Returns:
- This builder for chaining.
-
getClicks
public long getClicks()
Projected number of clicks.
int64 clicks = 5;- Specified by:
getClicksin interfaceBudgetSimulationPointOrBuilder- Returns:
- The clicks.
-
setClicks
public BudgetSimulationPoint.Builder setClicks(long value)
Projected number of clicks.
int64 clicks = 5;- Parameters:
value- The clicks to set.- Returns:
- This builder for chaining.
-
clearClicks
public BudgetSimulationPoint.Builder clearClicks()
Projected number of clicks.
int64 clicks = 5;- Returns:
- This builder for chaining.
-
getCostMicros
public long getCostMicros()
Projected cost in micros.
int64 cost_micros = 6;- Specified by:
getCostMicrosin interfaceBudgetSimulationPointOrBuilder- Returns:
- The costMicros.
-
setCostMicros
public BudgetSimulationPoint.Builder setCostMicros(long value)
Projected cost in micros.
int64 cost_micros = 6;- Parameters:
value- The costMicros to set.- Returns:
- This builder for chaining.
-
clearCostMicros
public BudgetSimulationPoint.Builder clearCostMicros()
Projected cost in micros.
int64 cost_micros = 6;- Returns:
- This builder for chaining.
-
getImpressions
public long getImpressions()
Projected number of impressions.
int64 impressions = 7;- Specified by:
getImpressionsin interfaceBudgetSimulationPointOrBuilder- Returns:
- The impressions.
-
setImpressions
public BudgetSimulationPoint.Builder setImpressions(long value)
Projected number of impressions.
int64 impressions = 7;- Parameters:
value- The impressions to set.- Returns:
- This builder for chaining.
-
clearImpressions
public BudgetSimulationPoint.Builder clearImpressions()
Projected number of impressions.
int64 impressions = 7;- Returns:
- This builder for chaining.
-
getTopSlotImpressions
public long getTopSlotImpressions()
Projected number of top slot impressions. Only search advertising channel type supports this field.
int64 top_slot_impressions = 8;- Specified by:
getTopSlotImpressionsin interfaceBudgetSimulationPointOrBuilder- Returns:
- The topSlotImpressions.
-
setTopSlotImpressions
public BudgetSimulationPoint.Builder setTopSlotImpressions(long value)
Projected number of top slot impressions. Only search advertising channel type supports this field.
int64 top_slot_impressions = 8;- Parameters:
value- The topSlotImpressions to set.- Returns:
- This builder for chaining.
-
clearTopSlotImpressions
public BudgetSimulationPoint.Builder clearTopSlotImpressions()
Projected number of top slot impressions. Only search advertising channel type supports this field.
int64 top_slot_impressions = 8;- Returns:
- This builder for chaining.
-
setUnknownFields
public final BudgetSimulationPoint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
mergeUnknownFields
public final BudgetSimulationPoint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BudgetSimulationPoint.Builder>
-
-