Class AdGroupSimulation.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
com.google.ads.googleads.v18.resources.AdGroupSimulation.Builder
All Implemented Interfaces:
AdGroupSimulationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
AdGroupSimulation

public static final class AdGroupSimulation.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder> implements AdGroupSimulationOrBuilder
 An ad group simulation. Supported combinations of advertising
 channel type, simulation type and simulation modification method is
 detailed below respectively.

 1. SEARCH - CPC_BID - DEFAULT
 2. SEARCH - CPC_BID - UNIFORM
 3. SEARCH - TARGET_CPA - UNIFORM
 4. SEARCH - TARGET_ROAS - UNIFORM
 5. DISPLAY - CPC_BID - DEFAULT
 6. DISPLAY - CPC_BID - UNIFORM
 7. DISPLAY - TARGET_CPA - UNIFORM
 
Protobuf type google.ads.googleads.v18.resources.AdGroupSimulation
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • clear

      public AdGroupSimulation.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • getDefaultInstanceForType

      public AdGroupSimulation getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public AdGroupSimulation build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public AdGroupSimulation buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public AdGroupSimulation.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • setField

      public AdGroupSimulation.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • clearField

      public AdGroupSimulation.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • clearOneof

      public AdGroupSimulation.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • setRepeatedField

      public AdGroupSimulation.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • addRepeatedField

      public AdGroupSimulation.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • mergeFrom

      public AdGroupSimulation.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AdGroupSimulation.Builder>
    • mergeFrom

      public AdGroupSimulation.Builder mergeFrom(AdGroupSimulation other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • mergeFrom

      public AdGroupSimulation.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<AdGroupSimulation.Builder>
      Throws:
      IOException
    • getPointListCase

      public AdGroupSimulation.PointListCase getPointListCase()
      Specified by:
      getPointListCase in interface AdGroupSimulationOrBuilder
    • clearPointList

      public AdGroupSimulation.Builder clearPointList()
    • getResourceName

      public 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) = { ... }
      Specified by:
      getResourceName in interface AdGroupSimulationOrBuilder
      Returns:
      The resourceName.
    • getResourceNameBytes

      public 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) = { ... }
      Specified by:
      getResourceNameBytes in interface AdGroupSimulationOrBuilder
      Returns:
      The bytes for resourceName.
    • setResourceName

      public AdGroupSimulation.Builder setResourceName(String value)
       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) = { ... }
      Parameters:
      value - The resourceName to set.
      Returns:
      This builder for chaining.
    • clearResourceName

      public AdGroupSimulation.Builder clearResourceName()
       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:
      This builder for chaining.
    • setResourceNameBytes

      public AdGroupSimulation.Builder setResourceNameBytes(com.google.protobuf.ByteString value)
       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) = { ... }
      Parameters:
      value - The bytes for resourceName to set.
      Returns:
      This builder for chaining.
    • hasAdGroupId

      public boolean hasAdGroupId()
       Output only. Ad group id of the simulation.
       
      optional int64 ad_group_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasAdGroupId in interface AdGroupSimulationOrBuilder
      Returns:
      Whether the adGroupId field is set.
    • getAdGroupId

      public long getAdGroupId()
       Output only. Ad group id of the simulation.
       
      optional int64 ad_group_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getAdGroupId in interface AdGroupSimulationOrBuilder
      Returns:
      The adGroupId.
    • setAdGroupId

      public AdGroupSimulation.Builder setAdGroupId(long value)
       Output only. Ad group id of the simulation.
       
      optional int64 ad_group_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The adGroupId to set.
      Returns:
      This builder for chaining.
    • clearAdGroupId

      public AdGroupSimulation.Builder clearAdGroupId()
       Output only. Ad group id of the simulation.
       
      optional int64 ad_group_id = 12 [(.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.v18.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTypeValue in interface AdGroupSimulationOrBuilder
      Returns:
      The enum numeric value on the wire for type.
    • setTypeValue

      public AdGroupSimulation.Builder setTypeValue(int value)
       Output only. The field that the simulation modifies.
       
      .google.ads.googleads.v18.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

       Output only. The field that the simulation modifies.
       
      .google.ads.googleads.v18.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getType in interface AdGroupSimulationOrBuilder
      Returns:
      The type.
    • setType

       Output only. The field that the simulation modifies.
       
      .google.ads.googleads.v18.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public AdGroupSimulation.Builder clearType()
       Output only. The field that the simulation modifies.
       
      .google.ads.googleads.v18.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.v18.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getModificationMethodValue in interface AdGroupSimulationOrBuilder
      Returns:
      The enum numeric value on the wire for modificationMethod.
    • setModificationMethodValue

      public AdGroupSimulation.Builder setModificationMethodValue(int value)
       Output only. How the simulation modifies the field.
       
      .google.ads.googleads.v18.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

       Output only. How the simulation modifies the field.
       
      .google.ads.googleads.v18.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getModificationMethod in interface AdGroupSimulationOrBuilder
      Returns:
      The modificationMethod.
    • setModificationMethod

       Output only. How the simulation modifies the field.
       
      .google.ads.googleads.v18.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 AdGroupSimulation.Builder clearModificationMethod()
       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:
      This builder for chaining.
    • hasStartDate

      public 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];
      Specified by:
      hasStartDate in interface AdGroupSimulationOrBuilder
      Returns:
      Whether the startDate field is set.
    • getStartDate

      public 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];
      Specified by:
      getStartDate in interface AdGroupSimulationOrBuilder
      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.
       
      optional string start_date = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getStartDateBytes in interface AdGroupSimulationOrBuilder
      Returns:
      The bytes for startDate.
    • setStartDate

      public AdGroupSimulation.Builder setStartDate(String value)
       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];
      Parameters:
      value - The startDate to set.
      Returns:
      This builder for chaining.
    • clearStartDate

      public AdGroupSimulation.Builder clearStartDate()
       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:
      This builder for chaining.
    • setStartDateBytes

      public AdGroupSimulation.Builder setStartDateBytes(com.google.protobuf.ByteString value)
       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];
      Parameters:
      value - The bytes for startDate to set.
      Returns:
      This builder for chaining.
    • hasEndDate

      public 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];
      Specified by:
      hasEndDate in interface AdGroupSimulationOrBuilder
      Returns:
      Whether the endDate field is set.
    • getEndDate

      public 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];
      Specified by:
      getEndDate in interface AdGroupSimulationOrBuilder
      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
       
      optional string end_date = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getEndDateBytes in interface AdGroupSimulationOrBuilder
      Returns:
      The bytes for endDate.
    • setEndDate

      public AdGroupSimulation.Builder setEndDate(String value)
       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];
      Parameters:
      value - The endDate to set.
      Returns:
      This builder for chaining.
    • clearEndDate

      public AdGroupSimulation.Builder clearEndDate()
       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:
      This builder for chaining.
    • setEndDateBytes

      public AdGroupSimulation.Builder setEndDateBytes(com.google.protobuf.ByteString value)
       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];
      Parameters:
      value - The bytes for endDate to set.
      Returns:
      This builder for chaining.
    • hasCpcBidPointList

      public 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];
      Specified by:
      hasCpcBidPointList in interface AdGroupSimulationOrBuilder
      Returns:
      Whether the cpcBidPointList field is set.
    • getCpcBidPointList

      public 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];
      Specified by:
      getCpcBidPointList in interface AdGroupSimulationOrBuilder
      Returns:
      The cpcBidPointList.
    • setCpcBidPointList

      public AdGroupSimulation.Builder setCpcBidPointList(CpcBidSimulationPointList value)
       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];
    • setCpcBidPointList

      public AdGroupSimulation.Builder setCpcBidPointList(CpcBidSimulationPointList.Builder builderForValue)
       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];
    • mergeCpcBidPointList

      public AdGroupSimulation.Builder mergeCpcBidPointList(CpcBidSimulationPointList value)
       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];
    • clearCpcBidPointList

      public AdGroupSimulation.Builder clearCpcBidPointList()
       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];
    • getCpcBidPointListBuilder

      public CpcBidSimulationPointList.Builder getCpcBidPointListBuilder()
       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];
    • getCpcBidPointListOrBuilder

      public 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];
      Specified by:
      getCpcBidPointListOrBuilder in interface AdGroupSimulationOrBuilder
    • hasCpvBidPointList

      public 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];
      Specified by:
      hasCpvBidPointList in interface AdGroupSimulationOrBuilder
      Returns:
      Whether the cpvBidPointList field is set.
    • getCpvBidPointList

      public 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];
      Specified by:
      getCpvBidPointList in interface AdGroupSimulationOrBuilder
      Returns:
      The cpvBidPointList.
    • setCpvBidPointList

      public AdGroupSimulation.Builder setCpvBidPointList(CpvBidSimulationPointList value)
       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];
    • setCpvBidPointList

      public AdGroupSimulation.Builder setCpvBidPointList(CpvBidSimulationPointList.Builder builderForValue)
       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];
    • mergeCpvBidPointList

      public AdGroupSimulation.Builder mergeCpvBidPointList(CpvBidSimulationPointList value)
       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];
    • clearCpvBidPointList

      public AdGroupSimulation.Builder clearCpvBidPointList()
       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];
    • getCpvBidPointListBuilder

      public CpvBidSimulationPointList.Builder getCpvBidPointListBuilder()
       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];
    • getCpvBidPointListOrBuilder

      public 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];
      Specified by:
      getCpvBidPointListOrBuilder in interface AdGroupSimulationOrBuilder
    • hasTargetCpaPointList

      public 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];
      Specified by:
      hasTargetCpaPointList in interface AdGroupSimulationOrBuilder
      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.v18.common.TargetCpaSimulationPointList target_cpa_point_list = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTargetCpaPointList in interface AdGroupSimulationOrBuilder
      Returns:
      The targetCpaPointList.
    • setTargetCpaPointList

      public AdGroupSimulation.Builder setTargetCpaPointList(TargetCpaSimulationPointList value)
       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];
    • setTargetCpaPointList

      public AdGroupSimulation.Builder setTargetCpaPointList(TargetCpaSimulationPointList.Builder builderForValue)
       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];
    • mergeTargetCpaPointList

      public AdGroupSimulation.Builder mergeTargetCpaPointList(TargetCpaSimulationPointList value)
       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];
    • clearTargetCpaPointList

      public AdGroupSimulation.Builder clearTargetCpaPointList()
       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];
    • getTargetCpaPointListBuilder

      public TargetCpaSimulationPointList.Builder getTargetCpaPointListBuilder()
       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];
    • getTargetCpaPointListOrBuilder

      public 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];
      Specified by:
      getTargetCpaPointListOrBuilder in interface AdGroupSimulationOrBuilder
    • hasTargetRoasPointList

      public 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];
      Specified by:
      hasTargetRoasPointList in interface AdGroupSimulationOrBuilder
      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.v18.common.TargetRoasSimulationPointList target_roas_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getTargetRoasPointList in interface AdGroupSimulationOrBuilder
      Returns:
      The targetRoasPointList.
    • setTargetRoasPointList

      public AdGroupSimulation.Builder setTargetRoasPointList(TargetRoasSimulationPointList value)
       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];
    • setTargetRoasPointList

      public AdGroupSimulation.Builder setTargetRoasPointList(TargetRoasSimulationPointList.Builder builderForValue)
       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];
    • mergeTargetRoasPointList

      public AdGroupSimulation.Builder mergeTargetRoasPointList(TargetRoasSimulationPointList value)
       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];
    • clearTargetRoasPointList

      public AdGroupSimulation.Builder clearTargetRoasPointList()
       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];
    • getTargetRoasPointListBuilder

      public TargetRoasSimulationPointList.Builder getTargetRoasPointListBuilder()
       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];
    • getTargetRoasPointListOrBuilder

      public 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];
      Specified by:
      getTargetRoasPointListOrBuilder in interface AdGroupSimulationOrBuilder
    • setUnknownFields

      public final AdGroupSimulation.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>
    • mergeUnknownFields

      public final AdGroupSimulation.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<AdGroupSimulation.Builder>