Class DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_pipeline_pipeline.DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Jsii$Proxy
-
- All Implemented Interfaces:
DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
@Stability(Stable) @Internal public static final class DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
An implementation forDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.data_pipeline_pipeline.DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Builder, DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Builder builder)Constructor that initializes the object based on literal property values passed by theDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetGcsPath()A Cloud Storage path to the template from which to create the job.DataPipelinePipelineWorkloadDataflowLaunchTemplateRequestLaunchParametersgetLaunchParameters()launch_parameters block.StringgetLocation()The regional endpoint to which to direct the request.StringgetProjectId()The ID of the Cloud Platform project that the job belongs to.ObjectgetValidateOnly()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}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest.Builder.
-
-
Method Detail
-
getProjectId
public final String getProjectId()
Description copied from interface:DataPipelinePipelineWorkloadDataflowLaunchTemplateRequestThe 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}
- Specified by:
getProjectIdin interfaceDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
-
getGcsPath
public final String getGcsPath()
Description copied from interface:DataPipelinePipelineWorkloadDataflowLaunchTemplateRequestA Cloud Storage path to the template from which to create the job.Must be a valid Cloud Storage URL, beginning with 'gs://'. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#gcs_path DataPipelinePipeline#gcs_path}
- Specified by:
getGcsPathin interfaceDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
-
getLaunchParameters
public final DataPipelinePipelineWorkloadDataflowLaunchTemplateRequestLaunchParameters getLaunchParameters()
Description copied from interface:DataPipelinePipelineWorkloadDataflowLaunchTemplateRequestlaunch_parameters block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#launch_parameters DataPipelinePipeline#launch_parameters}
- Specified by:
getLaunchParametersin interfaceDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
-
getLocation
public final String getLocation()
Description copied from interface:DataPipelinePipelineWorkloadDataflowLaunchTemplateRequestThe regional endpoint to which to direct the request.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#location DataPipelinePipeline#location}
- Specified by:
getLocationin interfaceDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
-
getValidateOnly
public final Object getValidateOnly()
Description copied from interface:DataPipelinePipelineWorkloadDataflowLaunchTemplateRequestDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_pipeline_pipeline#validate_only DataPipelinePipeline#validate_only}.- Specified by:
getValidateOnlyin interfaceDataPipelinePipelineWorkloadDataflowLaunchTemplateRequest
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-