Interface AdGroupCriterionSimulationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdGroupCriterionSimulation,AdGroupCriterionSimulation.Builder
public interface AdGroupCriterionSimulationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongOutput only.Output only.Output only.longOutput only.Output only.com.google.protobuf.ByteStringOutput only.Output only.intOutput only.Output only.Output only.Output only.com.google.protobuf.ByteStringOutput only.Output only.com.google.protobuf.ByteStringOutput only.getType()Output only.intOutput 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 criterion simulation. Ad group criterion simulation resource names have the form: `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_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 criterion simulation. Ad group criterion simulation resource names have the form: `customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_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. AdGroup ID of the simulation.
optional int64 ad_group_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the adGroupId field is set.
-
getAdGroupId
long getAdGroupId()Output only. AdGroup ID of the simulation.
optional int64 ad_group_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The adGroupId.
-
hasCriterionId
boolean hasCriterionId()Output only. Criterion ID of the simulation.
optional int64 criterion_id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the criterionId field is set.
-
getCriterionId
long getCriterionId()Output only. Criterion ID of the simulation.
optional int64 criterion_id = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The criterionId.
-
getTypeValue
int getTypeValue()Output only. The field that the simulation modifies.
.google.ads.googleads.v18.enums.SimulationTypeEnum.SimulationType type = 4 [(.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 = 4 [(.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 = 5 [(.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 = 5 [(.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 = 11 [(.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 = 11 [(.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 = 11 [(.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 = 12 [(.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 = 12 [(.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 = 12 [(.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]; -
hasPercentCpcBidPointList
boolean hasPercentCpcBidPointList()Output only. Simulation points if the simulation type is PERCENT_CPC_BID.
.google.ads.googleads.v18.common.PercentCpcBidSimulationPointList percent_cpc_bid_point_list = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the percentCpcBidPointList field is set.
-
getPercentCpcBidPointList
PercentCpcBidSimulationPointList getPercentCpcBidPointList()Output only. Simulation points if the simulation type is PERCENT_CPC_BID.
.google.ads.googleads.v18.common.PercentCpcBidSimulationPointList percent_cpc_bid_point_list = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The percentCpcBidPointList.
-
getPercentCpcBidPointListOrBuilder
PercentCpcBidSimulationPointListOrBuilder getPercentCpcBidPointListOrBuilder()Output only. Simulation points if the simulation type is PERCENT_CPC_BID.
.google.ads.googleads.v18.common.PercentCpcBidSimulationPointList percent_cpc_bid_point_list = 13 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getPointListCase
AdGroupCriterionSimulation.PointListCase getPointListCase()
-