Class DataprocJobReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_job.DataprocJobReference.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocJobReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocJobReference
@Stability(Stable) @Internal public static final class DataprocJobReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocJobReference
An implementation forDataprocJobReference
-
-
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.dataproc_job.DataprocJobReference
DataprocJobReference.Builder, DataprocJobReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocJobReference.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocJobReference.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)StringgetJobId()The job ID, which must be unique within the project.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(DataprocJobReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocJobReference.Builder.
-
-
Method Detail
-
getJobId
public final String getJobId()
Description copied from interface:DataprocJobReferenceThe job ID, which must be unique within the project.The job ID is generated by the server upon job submission or provided by the user as a means to perform retries without creating duplicate jobs Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_job#job_id DataprocJob#job_id}
- Specified by:
getJobIdin interfaceDataprocJobReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-