Class BiddingStrategySimulation.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<BiddingStrategySimulation.Builder>
-
- com.google.ads.googleads.v15.resources.BiddingStrategySimulation.Builder
-
- All Implemented Interfaces:
BiddingStrategySimulationOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.lang.Cloneable
- Enclosing class:
- BiddingStrategySimulation
public static final class BiddingStrategySimulation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<BiddingStrategySimulation.Builder> implements BiddingStrategySimulationOrBuilder
A bidding strategy simulation. Supported combinations of simulation type and simulation modification method are detailed below respectively. 1. TARGET_CPA - UNIFORM 2. TARGET_ROAS - UNIFORM
Protobuf typegoogle.ads.googleads.v15.resources.BiddingStrategySimulation
-
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
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<BiddingStrategySimulation.Builder>
-
clear
public BiddingStrategySimulation.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<BiddingStrategySimulation.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<BiddingStrategySimulation.Builder>
-
getDefaultInstanceForType
public BiddingStrategySimulation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public BiddingStrategySimulation build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public BiddingStrategySimulation buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public BiddingStrategySimulation.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<BiddingStrategySimulation.Builder>
-
setField
public BiddingStrategySimulation.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<BiddingStrategySimulation.Builder>
-
clearField
public BiddingStrategySimulation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<BiddingStrategySimulation.Builder>
-
clearOneof
public BiddingStrategySimulation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<BiddingStrategySimulation.Builder>
-
setRepeatedField
public BiddingStrategySimulation.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<BiddingStrategySimulation.Builder>
-
addRepeatedField
public BiddingStrategySimulation.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<BiddingStrategySimulation.Builder>
-
mergeFrom
public BiddingStrategySimulation.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<BiddingStrategySimulation.Builder>
-
mergeFrom
public BiddingStrategySimulation.Builder mergeFrom(BiddingStrategySimulation other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<BiddingStrategySimulation.Builder>
-
mergeFrom
public BiddingStrategySimulation.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<BiddingStrategySimulation.Builder>- Throws:
java.io.IOException
-
getPointListCase
public BiddingStrategySimulation.PointListCase getPointListCase()
- Specified by:
getPointListCasein interfaceBiddingStrategySimulationOrBuilder
-
clearPointList
public BiddingStrategySimulation.Builder clearPointList()
-
getResourceName
public java.lang.String getResourceName()
Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form: `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNamein interfaceBiddingStrategySimulationOrBuilder- Returns:
- The resourceName.
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form: `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Specified by:
getResourceNameBytesin interfaceBiddingStrategySimulationOrBuilder- Returns:
- The bytes for resourceName.
-
setResourceName
public BiddingStrategySimulation.Builder setResourceName(java.lang.String value)
Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form: `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The resourceName to set.- Returns:
- This builder for chaining.
-
clearResourceName
public BiddingStrategySimulation.Builder clearResourceName()
Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form: `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Returns:
- This builder for chaining.
-
setResourceNameBytes
public BiddingStrategySimulation.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form: `customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}`string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }- Parameters:
value- The bytes for resourceName to set.- Returns:
- This builder for chaining.
-
getBiddingStrategyId
public long getBiddingStrategyId()
Output only. Bidding strategy shared set id of the simulation.
int64 bidding_strategy_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getBiddingStrategyIdin interfaceBiddingStrategySimulationOrBuilder- Returns:
- The biddingStrategyId.
-
setBiddingStrategyId
public BiddingStrategySimulation.Builder setBiddingStrategyId(long value)
Output only. Bidding strategy shared set id of the simulation.
int64 bidding_strategy_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The biddingStrategyId to set.- Returns:
- This builder for chaining.
-
clearBiddingStrategyId
public BiddingStrategySimulation.Builder clearBiddingStrategyId()
Output only. Bidding strategy shared set id of the simulation.
int64 bidding_strategy_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getTypeValue
public int getTypeValue()
Output only. The field that the simulation modifies.
.google.ads.googleads.v15.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTypeValuein interfaceBiddingStrategySimulationOrBuilder- Returns:
- The enum numeric value on the wire for type.
-
setTypeValue
public BiddingStrategySimulation.Builder setTypeValue(int value)
Output only. The field that the simulation modifies.
.google.ads.googleads.v15.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for type to set.- Returns:
- This builder for chaining.
-
getType
public SimulationTypeEnum.SimulationType getType()
Output only. The field that the simulation modifies.
.google.ads.googleads.v15.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTypein interfaceBiddingStrategySimulationOrBuilder- Returns:
- The type.
-
setType
public BiddingStrategySimulation.Builder setType(SimulationTypeEnum.SimulationType value)
Output only. The field that the simulation modifies.
.google.ads.googleads.v15.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The type to set.- Returns:
- This builder for chaining.
-
clearType
public BiddingStrategySimulation.Builder clearType()
Output only. The field that the simulation modifies.
.google.ads.googleads.v15.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getModificationMethodValue
public int getModificationMethodValue()
Output only. How the simulation modifies the field.
.google.ads.googleads.v15.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getModificationMethodValuein interfaceBiddingStrategySimulationOrBuilder- Returns:
- The enum numeric value on the wire for modificationMethod.
-
setModificationMethodValue
public BiddingStrategySimulation.Builder setModificationMethodValue(int value)
Output only. How the simulation modifies the field.
.google.ads.googleads.v15.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The enum numeric value on the wire for modificationMethod to set.- Returns:
- This builder for chaining.
-
getModificationMethod
public SimulationModificationMethodEnum.SimulationModificationMethod getModificationMethod()
Output only. How the simulation modifies the field.
.google.ads.googleads.v15.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getModificationMethodin interfaceBiddingStrategySimulationOrBuilder- Returns:
- The modificationMethod.
-
setModificationMethod
public BiddingStrategySimulation.Builder setModificationMethod(SimulationModificationMethodEnum.SimulationModificationMethod value)
Output only. How the simulation modifies the field.
.google.ads.googleads.v15.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The modificationMethod to set.- Returns:
- This builder for chaining.
-
clearModificationMethod
public BiddingStrategySimulation.Builder clearModificationMethod()
Output only. How the simulation modifies the field.
.google.ads.googleads.v15.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
getStartDate
public java.lang.String getStartDate()
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
string start_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStartDatein interfaceBiddingStrategySimulationOrBuilder- Returns:
- The startDate.
-
getStartDateBytes
public com.google.protobuf.ByteString getStartDateBytes()
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
string start_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getStartDateBytesin interfaceBiddingStrategySimulationOrBuilder- Returns:
- The bytes for startDate.
-
setStartDate
public BiddingStrategySimulation.Builder setStartDate(java.lang.String value)
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
string start_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The startDate to set.- Returns:
- This builder for chaining.
-
clearStartDate
public BiddingStrategySimulation.Builder clearStartDate()
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
string start_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setStartDateBytes
public BiddingStrategySimulation.Builder setStartDateBytes(com.google.protobuf.ByteString value)
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
string start_date = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for startDate to set.- Returns:
- This builder for chaining.
-
getEndDate
public java.lang.String getEndDate()
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
string end_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEndDatein interfaceBiddingStrategySimulationOrBuilder- Returns:
- The endDate.
-
getEndDateBytes
public com.google.protobuf.ByteString getEndDateBytes()
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
string end_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getEndDateBytesin interfaceBiddingStrategySimulationOrBuilder- Returns:
- The bytes for endDate.
-
setEndDate
public BiddingStrategySimulation.Builder setEndDate(java.lang.String value)
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
string end_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The endDate to set.- Returns:
- This builder for chaining.
-
clearEndDate
public BiddingStrategySimulation.Builder clearEndDate()
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
string end_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- This builder for chaining.
-
setEndDateBytes
public BiddingStrategySimulation.Builder setEndDateBytes(com.google.protobuf.ByteString value)
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
string end_date = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];- Parameters:
value- The bytes for endDate to set.- Returns:
- This builder for chaining.
-
hasTargetCpaPointList
public boolean hasTargetCpaPointList()
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasTargetCpaPointListin interfaceBiddingStrategySimulationOrBuilder- Returns:
- Whether the targetCpaPointList field is set.
-
getTargetCpaPointList
public TargetCpaSimulationPointList getTargetCpaPointList()
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTargetCpaPointListin interfaceBiddingStrategySimulationOrBuilder- Returns:
- The targetCpaPointList.
-
setTargetCpaPointList
public BiddingStrategySimulation.Builder setTargetCpaPointList(TargetCpaSimulationPointList value)
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setTargetCpaPointList
public BiddingStrategySimulation.Builder setTargetCpaPointList(TargetCpaSimulationPointList.Builder builderForValue)
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeTargetCpaPointList
public BiddingStrategySimulation.Builder mergeTargetCpaPointList(TargetCpaSimulationPointList value)
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearTargetCpaPointList
public BiddingStrategySimulation.Builder clearTargetCpaPointList()
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getTargetCpaPointListBuilder
public TargetCpaSimulationPointList.Builder getTargetCpaPointListBuilder()
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getTargetCpaPointListOrBuilder
public TargetCpaSimulationPointListOrBuilder getTargetCpaPointListOrBuilder()
Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v15.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTargetCpaPointListOrBuilderin interfaceBiddingStrategySimulationOrBuilder
-
hasTargetRoasPointList
public boolean hasTargetRoasPointList()
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
hasTargetRoasPointListin interfaceBiddingStrategySimulationOrBuilder- Returns:
- Whether the targetRoasPointList field is set.
-
getTargetRoasPointList
public TargetRoasSimulationPointList getTargetRoasPointList()
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTargetRoasPointListin interfaceBiddingStrategySimulationOrBuilder- Returns:
- The targetRoasPointList.
-
setTargetRoasPointList
public BiddingStrategySimulation.Builder setTargetRoasPointList(TargetRoasSimulationPointList value)
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
setTargetRoasPointList
public BiddingStrategySimulation.Builder setTargetRoasPointList(TargetRoasSimulationPointList.Builder builderForValue)
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
mergeTargetRoasPointList
public BiddingStrategySimulation.Builder mergeTargetRoasPointList(TargetRoasSimulationPointList value)
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
clearTargetRoasPointList
public BiddingStrategySimulation.Builder clearTargetRoasPointList()
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getTargetRoasPointListBuilder
public TargetRoasSimulationPointList.Builder getTargetRoasPointListBuilder()
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getTargetRoasPointListOrBuilder
public TargetRoasSimulationPointListOrBuilder getTargetRoasPointListOrBuilder()
Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v15.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Specified by:
getTargetRoasPointListOrBuilderin interfaceBiddingStrategySimulationOrBuilder
-
setUnknownFields
public final BiddingStrategySimulation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BiddingStrategySimulation.Builder>
-
mergeUnknownFields
public final BiddingStrategySimulation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<BiddingStrategySimulation.Builder>
-
-