Class CpvBidSimulationPoint.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderType>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CpvBidSimulationPoint.Builder>
-
- com.google.ads.googleads.v10.common.CpvBidSimulationPoint.Builder
-
- All Implemented Interfaces:
CpvBidSimulationPointOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- CpvBidSimulationPoint
public static final class CpvBidSimulationPoint.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CpvBidSimulationPoint.Builder> implements CpvBidSimulationPointOrBuilder
Projected metrics for a specific CPV bid amount.
Protobuf typegoogle.ads.googleads.v10.common.CpvBidSimulationPoint
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CpvBidSimulationPoint.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)CpvBidSimulationPointbuild()CpvBidSimulationPointbuildPartial()CpvBidSimulationPoint.Builderclear()CpvBidSimulationPoint.BuilderclearCostMicros()Projected cost in micros.CpvBidSimulationPoint.BuilderclearCpvBidMicros()The simulated CPV bid upon which projected metrics are based.CpvBidSimulationPoint.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CpvBidSimulationPoint.BuilderclearImpressions()Projected number of impressions.CpvBidSimulationPoint.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CpvBidSimulationPoint.BuilderclearViews()Projected number of views.CpvBidSimulationPoint.Builderclone()longgetCostMicros()Projected cost in micros.longgetCpvBidMicros()The simulated CPV bid upon which projected metrics are based.CpvBidSimulationPointgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()longgetImpressions()Projected number of impressions.longgetViews()Projected number of views.booleanhasCostMicros()Projected cost in micros.booleanhasCpvBidMicros()The simulated CPV bid upon which projected metrics are based.booleanhasImpressions()Projected number of impressions.booleanhasViews()Projected number of views.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CpvBidSimulationPoint.BuildermergeFrom(CpvBidSimulationPoint other)CpvBidSimulationPoint.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CpvBidSimulationPoint.BuildermergeFrom(com.google.protobuf.Message other)CpvBidSimulationPoint.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CpvBidSimulationPoint.BuildersetCostMicros(long value)Projected cost in micros.CpvBidSimulationPoint.BuildersetCpvBidMicros(long value)The simulated CPV bid upon which projected metrics are based.CpvBidSimulationPoint.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)CpvBidSimulationPoint.BuildersetImpressions(long value)Projected number of impressions.CpvBidSimulationPoint.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)CpvBidSimulationPoint.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CpvBidSimulationPoint.BuildersetViews(long value)Projected number of views.-
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<CpvBidSimulationPoint.Builder>
-
clear
public CpvBidSimulationPoint.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<CpvBidSimulationPoint.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<CpvBidSimulationPoint.Builder>
-
getDefaultInstanceForType
public CpvBidSimulationPoint getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CpvBidSimulationPoint build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CpvBidSimulationPoint buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CpvBidSimulationPoint.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<CpvBidSimulationPoint.Builder>
-
setField
public CpvBidSimulationPoint.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<CpvBidSimulationPoint.Builder>
-
clearField
public CpvBidSimulationPoint.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CpvBidSimulationPoint.Builder>
-
clearOneof
public CpvBidSimulationPoint.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CpvBidSimulationPoint.Builder>
-
setRepeatedField
public CpvBidSimulationPoint.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<CpvBidSimulationPoint.Builder>
-
addRepeatedField
public CpvBidSimulationPoint.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<CpvBidSimulationPoint.Builder>
-
mergeFrom
public CpvBidSimulationPoint.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CpvBidSimulationPoint.Builder>
-
mergeFrom
public CpvBidSimulationPoint.Builder mergeFrom(CpvBidSimulationPoint other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CpvBidSimulationPoint.Builder>
-
mergeFrom
public CpvBidSimulationPoint.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<CpvBidSimulationPoint.Builder>- Throws:
java.io.IOException
-
hasCpvBidMicros
public boolean hasCpvBidMicros()
The simulated CPV bid upon which projected metrics are based.
optional int64 cpv_bid_micros = 5;- Specified by:
hasCpvBidMicrosin interfaceCpvBidSimulationPointOrBuilder- Returns:
- Whether the cpvBidMicros field is set.
-
getCpvBidMicros
public long getCpvBidMicros()
The simulated CPV bid upon which projected metrics are based.
optional int64 cpv_bid_micros = 5;- Specified by:
getCpvBidMicrosin interfaceCpvBidSimulationPointOrBuilder- Returns:
- The cpvBidMicros.
-
setCpvBidMicros
public CpvBidSimulationPoint.Builder setCpvBidMicros(long value)
The simulated CPV bid upon which projected metrics are based.
optional int64 cpv_bid_micros = 5;- Parameters:
value- The cpvBidMicros to set.- Returns:
- This builder for chaining.
-
clearCpvBidMicros
public CpvBidSimulationPoint.Builder clearCpvBidMicros()
The simulated CPV bid upon which projected metrics are based.
optional int64 cpv_bid_micros = 5;- Returns:
- This builder for chaining.
-
hasCostMicros
public boolean hasCostMicros()
Projected cost in micros.
optional int64 cost_micros = 6;- Specified by:
hasCostMicrosin interfaceCpvBidSimulationPointOrBuilder- Returns:
- Whether the costMicros field is set.
-
getCostMicros
public long getCostMicros()
Projected cost in micros.
optional int64 cost_micros = 6;- Specified by:
getCostMicrosin interfaceCpvBidSimulationPointOrBuilder- Returns:
- The costMicros.
-
setCostMicros
public CpvBidSimulationPoint.Builder setCostMicros(long value)
Projected cost in micros.
optional int64 cost_micros = 6;- Parameters:
value- The costMicros to set.- Returns:
- This builder for chaining.
-
clearCostMicros
public CpvBidSimulationPoint.Builder clearCostMicros()
Projected cost in micros.
optional int64 cost_micros = 6;- Returns:
- This builder for chaining.
-
hasImpressions
public boolean hasImpressions()
Projected number of impressions.
optional int64 impressions = 7;- Specified by:
hasImpressionsin interfaceCpvBidSimulationPointOrBuilder- Returns:
- Whether the impressions field is set.
-
getImpressions
public long getImpressions()
Projected number of impressions.
optional int64 impressions = 7;- Specified by:
getImpressionsin interfaceCpvBidSimulationPointOrBuilder- Returns:
- The impressions.
-
setImpressions
public CpvBidSimulationPoint.Builder setImpressions(long value)
Projected number of impressions.
optional int64 impressions = 7;- Parameters:
value- The impressions to set.- Returns:
- This builder for chaining.
-
clearImpressions
public CpvBidSimulationPoint.Builder clearImpressions()
Projected number of impressions.
optional int64 impressions = 7;- Returns:
- This builder for chaining.
-
hasViews
public boolean hasViews()
Projected number of views.
optional int64 views = 8;- Specified by:
hasViewsin interfaceCpvBidSimulationPointOrBuilder- Returns:
- Whether the views field is set.
-
getViews
public long getViews()
Projected number of views.
optional int64 views = 8;- Specified by:
getViewsin interfaceCpvBidSimulationPointOrBuilder- Returns:
- The views.
-
setViews
public CpvBidSimulationPoint.Builder setViews(long value)
Projected number of views.
optional int64 views = 8;- Parameters:
value- The views to set.- Returns:
- This builder for chaining.
-
clearViews
public CpvBidSimulationPoint.Builder clearViews()
Projected number of views.
optional int64 views = 8;- Returns:
- This builder for chaining.
-
setUnknownFields
public final CpvBidSimulationPoint.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CpvBidSimulationPoint.Builder>
-
mergeUnknownFields
public final CpvBidSimulationPoint.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CpvBidSimulationPoint.Builder>
-
-