Interface DataPipelinePipelineWorkloadDataflowFlexTemplateRequest

    • Method Detail

      • getLaunchParameter

        @Stability(Stable)
        @NotNull
        DataPipelinePipelineWorkloadDataflowFlexTemplateRequestLaunchParameter getLaunchParameter()
        launch_parameter block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#launch_parameter DataPipelinePipeline#launch_parameter}

      • getLocation

        @Stability(Stable)
        @NotNull
        String getLocation()
        The regional endpoint to which to direct the request. For example, us-central1, us-west1.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#location DataPipelinePipeline#location}

      • getProjectId

        @Stability(Stable)
        @NotNull
        String getProjectId()
        The ID of the Cloud Platform project that the job belongs to.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#project_id DataPipelinePipeline#project_id}

      • getValidateOnly

        @Stability(Stable)
        @Nullable
        default Object getValidateOnly()
        If true, the request is validated but not actually executed. Defaults to false.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#validate_only DataPipelinePipeline#validate_only}