Interface CampaignCriterionSimulationOrBuilder

    • Method Detail

      • getResourceName

        java.lang.String getResourceName()
         Output only. The resource name of the campaign criterion simulation.
         Campaign criterion simulation resource names have the form:
         `customers/{customer_id}/campaignCriterionSimulations/{campaign_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 campaign criterion simulation.
         Campaign criterion simulation resource names have the form:
         `customers/{customer_id}/campaignCriterionSimulations/{campaign_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.
      • hasCampaignId

        boolean hasCampaignId()
         Output only. Campaign ID of the simulation.
         
        optional int64 campaign_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the campaignId field is set.
      • getCampaignId

        long getCampaignId()
         Output only. Campaign ID of the simulation.
         
        optional int64 campaign_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The campaignId.
      • 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.v10.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.v10.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.v10.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.v10.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

        java.lang.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

        java.lang.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.
      • hasBidModifierPointList

        boolean hasBidModifierPointList()
         Output only. Simulation points if the simulation type is BID_MODIFIER.
         
        .google.ads.googleads.v10.common.BidModifierSimulationPointList bid_modifier_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the bidModifierPointList field is set.
      • getBidModifierPointList

        BidModifierSimulationPointList getBidModifierPointList()
         Output only. Simulation points if the simulation type is BID_MODIFIER.
         
        .google.ads.googleads.v10.common.BidModifierSimulationPointList bid_modifier_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bidModifierPointList.
      • getBidModifierPointListOrBuilder

        BidModifierSimulationPointListOrBuilder getBidModifierPointListOrBuilder()
         Output only. Simulation points if the simulation type is BID_MODIFIER.
         
        .google.ads.googleads.v10.common.BidModifierSimulationPointList bid_modifier_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];