Interface AdGroupSimulationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupSimulation,AdGroupSimulation.Builder
public interface AdGroupSimulationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.Output only.Output only.Output only.Output 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.booleanOutput only.booleanOutput only.booleanOutput 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 ad group simulation. Ad group simulation resource names have the form: `customers/{customer_id}/adGroupSimulations/{ad_group_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 ad group simulation. Ad group simulation resource names have the form: `customers/{customer_id}/adGroupSimulations/{ad_group_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.
-
hasAdGroupId
boolean hasAdGroupId()Output only. Ad group id of the simulation.
optional int64 ad_group_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the adGroupId field is set.
-
getAdGroupId
long getAdGroupId()Output only. Ad group id of the simulation.
optional int64 ad_group_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The adGroupId.
-
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.
-
hasStartDate
boolean hasStartDate()Output only. First day on which the simulation is based, in YYYY-MM-DD format.
optional string start_date = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the startDate field is set.
-
getStartDate
String getStartDate()Output only. First day on which the simulation is based, in YYYY-MM-DD format.
optional string start_date = 13 [(.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.
optional string start_date = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for startDate.
-
hasEndDate
boolean hasEndDate()Output only. Last day on which the simulation is based, in YYYY-MM-DD format
optional string end_date = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the endDate field is set.
-
getEndDate
String getEndDate()Output only. Last day on which the simulation is based, in YYYY-MM-DD format
optional string end_date = 14 [(.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
optional string end_date = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for endDate.
-
hasCpcBidPointList
boolean hasCpcBidPointList()Output only. Simulation points if the simulation type is CPC_BID.
.google.ads.googleads.v18.common.CpcBidSimulationPointList cpc_bid_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the cpcBidPointList field is set.
-
getCpcBidPointList
CpcBidSimulationPointList getCpcBidPointList()Output only. Simulation points if the simulation type is CPC_BID.
.google.ads.googleads.v18.common.CpcBidSimulationPointList cpc_bid_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The cpcBidPointList.
-
getCpcBidPointListOrBuilder
CpcBidSimulationPointListOrBuilder getCpcBidPointListOrBuilder()Output only. Simulation points if the simulation type is CPC_BID.
.google.ads.googleads.v18.common.CpcBidSimulationPointList cpc_bid_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasCpvBidPointList
boolean hasCpvBidPointList()Output only. Simulation points if the simulation type is CPV_BID.
.google.ads.googleads.v18.common.CpvBidSimulationPointList cpv_bid_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the cpvBidPointList field is set.
-
getCpvBidPointList
CpvBidSimulationPointList getCpvBidPointList()Output only. Simulation points if the simulation type is CPV_BID.
.google.ads.googleads.v18.common.CpvBidSimulationPointList cpv_bid_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The cpvBidPointList.
-
getCpvBidPointListOrBuilder
CpvBidSimulationPointListOrBuilder getCpvBidPointListOrBuilder()Output only. Simulation points if the simulation type is CPV_BID.
.google.ads.googleads.v18.common.CpvBidSimulationPointList cpv_bid_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
hasTargetCpaPointList
boolean hasTargetCpaPointList()Output only. Simulation points if the simulation type is TARGET_CPA.
.google.ads.googleads.v18.common.TargetCpaSimulationPointList target_cpa_point_list = 9 [(.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 = 9 [(.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 = 9 [(.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 = 11 [(.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 = 11 [(.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 = 11 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPointListCase
AdGroupSimulation.PointListCase getPointListCase()
-