Class CampaignSimulation.Builder

  • All Implemented Interfaces:
    CampaignSimulationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, java.lang.Cloneable
    Enclosing class:
    CampaignSimulation

    public static final class CampaignSimulation.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<CampaignSimulation.Builder>
    implements CampaignSimulationOrBuilder
     A campaign simulation. Supported combinations of advertising
     channel type, simulation type and simulation modification
     method is detailed below respectively.
     SEARCH - CPC_BID - UNIFORM
     SEARCH - CPC_BID - SCALING
     SEARCH - TARGET_CPA - UNIFORM
     SEARCH - TARGET_CPA - SCALING
     SEARCH - TARGET_ROAS - UNIFORM
     SEARCH - TARGET_IMPRESSION_SHARE - UNIFORM
     SEARCH - BUDGET - UNIFORM
     SHOPPING - BUDGET - UNIFORM
     SHOPPING - TARGET_ROAS - UNIFORM
     MULTIPLE - TARGET_CPA - UNIFORM
     OWNED_AND_OPERATED - TARGET_CPA - DEFAULT
     DISPLAY - TARGET_CPA - UNIFORM
     
    Protobuf type google.ads.googleads.v10.resources.CampaignSimulation
    • Method Detail

      • 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<CampaignSimulation.Builder>
      • clear

        public CampaignSimulation.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<CampaignSimulation.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<CampaignSimulation.Builder>
      • getDefaultInstanceForType

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

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

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

        public CampaignSimulation.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<CampaignSimulation.Builder>
      • setField

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

        public CampaignSimulation.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<CampaignSimulation.Builder>
      • clearOneof

        public CampaignSimulation.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<CampaignSimulation.Builder>
      • setRepeatedField

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

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

        public CampaignSimulation.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<CampaignSimulation.Builder>
      • isInitialized

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

        public CampaignSimulation.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                    com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                             throws java.io.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<CampaignSimulation.Builder>
        Throws:
        java.io.IOException
      • getResourceName

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

        public com.google.protobuf.ByteString getResourceNameBytes()
         Output only. The resource name of the campaign simulation.
         Campaign simulation resource names have the form:
         `customers/{customer_id}/campaignSimulations/{campaign_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 CampaignSimulationOrBuilder
        Returns:
        The bytes for resourceName.
      • setResourceName

        public CampaignSimulation.Builder setResourceName​(java.lang.String value)
         Output only. The resource name of the campaign simulation.
         Campaign simulation resource names have the form:
         `customers/{customer_id}/campaignSimulations/{campaign_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 CampaignSimulation.Builder clearResourceName()
         Output only. The resource name of the campaign simulation.
         Campaign simulation resource names have the form:
         `customers/{customer_id}/campaignSimulations/{campaign_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 CampaignSimulation.Builder setResourceNameBytes​(com.google.protobuf.ByteString value)
         Output only. The resource name of the campaign simulation.
         Campaign simulation resource names have the form:
         `customers/{customer_id}/campaignSimulations/{campaign_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.
      • getCampaignId

        public long getCampaignId()
         Output only. Campaign id of the simulation.
         
        int64 campaign_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCampaignId in interface CampaignSimulationOrBuilder
        Returns:
        The campaignId.
      • setCampaignId

        public CampaignSimulation.Builder setCampaignId​(long value)
         Output only. Campaign id of the simulation.
         
        int64 campaign_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The campaignId to set.
        Returns:
        This builder for chaining.
      • clearCampaignId

        public CampaignSimulation.Builder clearCampaignId()
         Output only. Campaign id of the simulation.
         
        int64 campaign_id = 2 [(.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.v10.enums.SimulationTypeEnum.SimulationType type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTypeValue in interface CampaignSimulationOrBuilder
        Returns:
        The enum numeric value on the wire for type.
      • setTypeValue

        public CampaignSimulation.Builder setTypeValue​(int value)
         Output only. The field that the simulation modifies.
         
        .google.ads.googleads.v10.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.
      • setType

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

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

        public CampaignSimulation.Builder setModificationMethodValue​(int value)
         Output only. How the simulation modifies the field.
         
        .google.ads.googleads.v10.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.
      • setModificationMethod

        public CampaignSimulation.Builder setModificationMethod​(SimulationModificationMethodEnum.SimulationModificationMethod value)
         Output only. How the simulation modifies the field.
         
        .google.ads.googleads.v10.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 CampaignSimulation.Builder clearModificationMethod()
         Output only. How the simulation modifies the field.
         
        .google.ads.googleads.v10.enums.SimulationModificationMethodEnum.SimulationModificationMethod modification_method = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getStartDate

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

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

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

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

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

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

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

        public CampaignSimulation.Builder setEndDateBytes​(com.google.protobuf.ByteString value)
         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];
        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.v10.common.CpcBidSimulationPointList cpc_bid_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCpcBidPointList in interface CampaignSimulationOrBuilder
        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.v10.common.CpcBidSimulationPointList cpc_bid_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCpcBidPointList in interface CampaignSimulationOrBuilder
        Returns:
        The cpcBidPointList.
      • setCpcBidPointList

        public CampaignSimulation.Builder setCpcBidPointList​(CpcBidSimulationPointList value)
         Output only. Simulation points if the simulation type is CPC_BID.
         
        .google.ads.googleads.v10.common.CpcBidSimulationPointList cpc_bid_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCpcBidPointList

        public CampaignSimulation.Builder setCpcBidPointList​(CpcBidSimulationPointList.Builder builderForValue)
         Output only. Simulation points if the simulation type is CPC_BID.
         
        .google.ads.googleads.v10.common.CpcBidSimulationPointList cpc_bid_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCpcBidPointList

        public CampaignSimulation.Builder mergeCpcBidPointList​(CpcBidSimulationPointList value)
         Output only. Simulation points if the simulation type is CPC_BID.
         
        .google.ads.googleads.v10.common.CpcBidSimulationPointList cpc_bid_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCpcBidPointList

        public CampaignSimulation.Builder clearCpcBidPointList()
         Output only. Simulation points if the simulation type is CPC_BID.
         
        .google.ads.googleads.v10.common.CpcBidSimulationPointList cpc_bid_point_list = 7 [(.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.v10.common.CpcBidSimulationPointList cpc_bid_point_list = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasTargetCpaPointList

        public boolean hasTargetCpaPointList()
         Output only. Simulation points if the simulation type is TARGET_CPA.
         
        .google.ads.googleads.v10.common.TargetCpaSimulationPointList target_cpa_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTargetCpaPointList in interface CampaignSimulationOrBuilder
        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.v10.common.TargetCpaSimulationPointList target_cpa_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTargetCpaPointList in interface CampaignSimulationOrBuilder
        Returns:
        The targetCpaPointList.
      • setTargetCpaPointList

        public CampaignSimulation.Builder setTargetCpaPointList​(TargetCpaSimulationPointList value)
         Output only. Simulation points if the simulation type is TARGET_CPA.
         
        .google.ads.googleads.v10.common.TargetCpaSimulationPointList target_cpa_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setTargetCpaPointList

        public CampaignSimulation.Builder setTargetCpaPointList​(TargetCpaSimulationPointList.Builder builderForValue)
         Output only. Simulation points if the simulation type is TARGET_CPA.
         
        .google.ads.googleads.v10.common.TargetCpaSimulationPointList target_cpa_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeTargetCpaPointList

        public CampaignSimulation.Builder mergeTargetCpaPointList​(TargetCpaSimulationPointList value)
         Output only. Simulation points if the simulation type is TARGET_CPA.
         
        .google.ads.googleads.v10.common.TargetCpaSimulationPointList target_cpa_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearTargetCpaPointList

        public CampaignSimulation.Builder clearTargetCpaPointList()
         Output only. Simulation points if the simulation type is TARGET_CPA.
         
        .google.ads.googleads.v10.common.TargetCpaSimulationPointList target_cpa_point_list = 8 [(.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.v10.common.TargetCpaSimulationPointList target_cpa_point_list = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasTargetRoasPointList

        public boolean hasTargetRoasPointList()
         Output only. Simulation points if the simulation type is TARGET_ROAS.
         
        .google.ads.googleads.v10.common.TargetRoasSimulationPointList target_roas_point_list = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTargetRoasPointList in interface CampaignSimulationOrBuilder
        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.v10.common.TargetRoasSimulationPointList target_roas_point_list = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getTargetRoasPointList in interface CampaignSimulationOrBuilder
        Returns:
        The targetRoasPointList.
      • setTargetRoasPointList

        public CampaignSimulation.Builder setTargetRoasPointList​(TargetRoasSimulationPointList value)
         Output only. Simulation points if the simulation type is TARGET_ROAS.
         
        .google.ads.googleads.v10.common.TargetRoasSimulationPointList target_roas_point_list = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setTargetRoasPointList

        public CampaignSimulation.Builder setTargetRoasPointList​(TargetRoasSimulationPointList.Builder builderForValue)
         Output only. Simulation points if the simulation type is TARGET_ROAS.
         
        .google.ads.googleads.v10.common.TargetRoasSimulationPointList target_roas_point_list = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeTargetRoasPointList

        public CampaignSimulation.Builder mergeTargetRoasPointList​(TargetRoasSimulationPointList value)
         Output only. Simulation points if the simulation type is TARGET_ROAS.
         
        .google.ads.googleads.v10.common.TargetRoasSimulationPointList target_roas_point_list = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearTargetRoasPointList

        public CampaignSimulation.Builder clearTargetRoasPointList()
         Output only. Simulation points if the simulation type is TARGET_ROAS.
         
        .google.ads.googleads.v10.common.TargetRoasSimulationPointList target_roas_point_list = 9 [(.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.v10.common.TargetRoasSimulationPointList target_roas_point_list = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasTargetImpressionSharePointList

        public boolean hasTargetImpressionSharePointList()
         Output only. Simulation points if the simulation type is TARGET_IMPRESSION_SHARE.
         
        .google.ads.googleads.v10.common.TargetImpressionShareSimulationPointList target_impression_share_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasTargetImpressionSharePointList in interface CampaignSimulationOrBuilder
        Returns:
        Whether the targetImpressionSharePointList field is set.
      • setTargetImpressionSharePointList

        public CampaignSimulation.Builder setTargetImpressionSharePointList​(TargetImpressionShareSimulationPointList value)
         Output only. Simulation points if the simulation type is TARGET_IMPRESSION_SHARE.
         
        .google.ads.googleads.v10.common.TargetImpressionShareSimulationPointList target_impression_share_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setTargetImpressionSharePointList

        public CampaignSimulation.Builder setTargetImpressionSharePointList​(TargetImpressionShareSimulationPointList.Builder builderForValue)
         Output only. Simulation points if the simulation type is TARGET_IMPRESSION_SHARE.
         
        .google.ads.googleads.v10.common.TargetImpressionShareSimulationPointList target_impression_share_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeTargetImpressionSharePointList

        public CampaignSimulation.Builder mergeTargetImpressionSharePointList​(TargetImpressionShareSimulationPointList value)
         Output only. Simulation points if the simulation type is TARGET_IMPRESSION_SHARE.
         
        .google.ads.googleads.v10.common.TargetImpressionShareSimulationPointList target_impression_share_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearTargetImpressionSharePointList

        public CampaignSimulation.Builder clearTargetImpressionSharePointList()
         Output only. Simulation points if the simulation type is TARGET_IMPRESSION_SHARE.
         
        .google.ads.googleads.v10.common.TargetImpressionShareSimulationPointList target_impression_share_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getTargetImpressionSharePointListBuilder

        public TargetImpressionShareSimulationPointList.Builder getTargetImpressionSharePointListBuilder()
         Output only. Simulation points if the simulation type is TARGET_IMPRESSION_SHARE.
         
        .google.ads.googleads.v10.common.TargetImpressionShareSimulationPointList target_impression_share_point_list = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • hasBudgetPointList

        public boolean hasBudgetPointList()
         Output only. Simulation points if the simulation type is BUDGET.
         
        .google.ads.googleads.v10.common.BudgetSimulationPointList budget_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasBudgetPointList in interface CampaignSimulationOrBuilder
        Returns:
        Whether the budgetPointList field is set.
      • getBudgetPointList

        public BudgetSimulationPointList getBudgetPointList()
         Output only. Simulation points if the simulation type is BUDGET.
         
        .google.ads.googleads.v10.common.BudgetSimulationPointList budget_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getBudgetPointList in interface CampaignSimulationOrBuilder
        Returns:
        The budgetPointList.
      • setBudgetPointList

        public CampaignSimulation.Builder setBudgetPointList​(BudgetSimulationPointList value)
         Output only. Simulation points if the simulation type is BUDGET.
         
        .google.ads.googleads.v10.common.BudgetSimulationPointList budget_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setBudgetPointList

        public CampaignSimulation.Builder setBudgetPointList​(BudgetSimulationPointList.Builder builderForValue)
         Output only. Simulation points if the simulation type is BUDGET.
         
        .google.ads.googleads.v10.common.BudgetSimulationPointList budget_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeBudgetPointList

        public CampaignSimulation.Builder mergeBudgetPointList​(BudgetSimulationPointList value)
         Output only. Simulation points if the simulation type is BUDGET.
         
        .google.ads.googleads.v10.common.BudgetSimulationPointList budget_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearBudgetPointList

        public CampaignSimulation.Builder clearBudgetPointList()
         Output only. Simulation points if the simulation type is BUDGET.
         
        .google.ads.googleads.v10.common.BudgetSimulationPointList budget_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getBudgetPointListBuilder

        public BudgetSimulationPointList.Builder getBudgetPointListBuilder()
         Output only. Simulation points if the simulation type is BUDGET.
         
        .google.ads.googleads.v10.common.BudgetSimulationPointList budget_point_list = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUnknownFields

        public final CampaignSimulation.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<CampaignSimulation.Builder>
      • mergeUnknownFields

        public final CampaignSimulation.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<CampaignSimulation.Builder>