Interface BiddingStrategySimulationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BiddingStrategySimulation,BiddingStrategySimulation.Builder
public interface BiddingStrategySimulationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.intOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.Output only.Output only.Output only.getType()Output only.intOutput only.booleanOutput only.booleanOutput only.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getResourceName
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) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
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) = { ... }- Returns:
- The bytes for resourceName.
-
getBiddingStrategyId
long getBiddingStrategyId()Output only. Bidding strategy shared set id of the simulation.
int64 bidding_strategy_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The biddingStrategyId.
-
getTypeValue
int getTypeValue()Output only. The field that the simulation modifies.
.google.ads.googleads.v18.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for type.
-
getType
SimulationTypeEnum.SimulationType getType()Output only. The field that the simulation modifies.
.google.ads.googleads.v18.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The type.
-
getModificationMethodValue
int getModificationMethodValue()Output only. How the simulation modifies the field.
.google.ads.googleads.v18.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for modificationMethod.
-
getModificationMethod
SimulationModificationMethodEnum.SimulationModificationMethod getModificationMethod()Output only. How the simulation modifies the field.
.google.ads.googleads.v18.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The modificationMethod.
-
getStartDate
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];- Returns:
- The startDate.
-
getStartDateBytes
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];- Returns:
- The bytes for startDate.
-
getEndDate
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];- Returns:
- The endDate.
-
getEndDateBytes
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];- Returns:
- The bytes for endDate.
-
hasTargetCpaPointList
boolean hasTargetCpaPointList()Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v18.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the targetCpaPointList field is set.
-
getTargetCpaPointList
TargetCpaSimulationPointList getTargetCpaPointList()Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v18.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetCpaPointList.
-
getTargetCpaPointListOrBuilder
TargetCpaSimulationPointListOrBuilder getTargetCpaPointListOrBuilder()Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v18.common.TargetCpaSimulationPointList target_cpa_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasTargetRoasPointList
boolean hasTargetRoasPointList()Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v18.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the targetRoasPointList field is set.
-
getTargetRoasPointList
TargetRoasSimulationPointList getTargetRoasPointList()Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v18.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The targetRoasPointList.
-
getTargetRoasPointListOrBuilder
TargetRoasSimulationPointListOrBuilder getTargetRoasPointListOrBuilder()Output only. Simulation points if the simulation type is TARGET_ROAS.
.google.ads.googleads.v18.common.TargetRoasSimulationPointList target_roas_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPointListCase
BiddingStrategySimulation.PointListCase getPointListCase()
-