Class DataprocMetastoreFederationBackendMetastores.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataproc_metastore_federation.DataprocMetastoreFederationBackendMetastores.Jsii$Proxy
-
- All Implemented Interfaces:
DataprocMetastoreFederationBackendMetastores,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataprocMetastoreFederationBackendMetastores
@Stability(Stable) @Internal public static final class DataprocMetastoreFederationBackendMetastores.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataprocMetastoreFederationBackendMetastores
An implementation forDataprocMetastoreFederationBackendMetastores
-
-
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_metastore_federation.DataprocMetastoreFederationBackendMetastores
DataprocMetastoreFederationBackendMetastores.Builder, DataprocMetastoreFederationBackendMetastores.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataprocMetastoreFederationBackendMetastores.Builder builder)Constructor that initializes the object based on literal property values passed by theDataprocMetastoreFederationBackendMetastores.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)StringgetMetastoreType()The type of the backend metastore.StringgetName()The relative resource name of the metastore that is being federated.StringgetRank()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#rank DataprocMetastoreFederation#rank}.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(DataprocMetastoreFederationBackendMetastores.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataprocMetastoreFederationBackendMetastores.Builder.
-
-
Method Detail
-
getMetastoreType
public final String getMetastoreType()
Description copied from interface:DataprocMetastoreFederationBackendMetastoresThe type of the backend metastore. Possible values: ["METASTORE_TYPE_UNSPECIFIED", "DATAPROC_METASTORE", "BIGQUERY"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#metastore_type DataprocMetastoreFederation#metastore_type}
- Specified by:
getMetastoreTypein interfaceDataprocMetastoreFederationBackendMetastores
-
getName
public final String getName()
Description copied from interface:DataprocMetastoreFederationBackendMetastoresThe relative resource name of the metastore that is being federated.The formats of the relative resource names for the currently supported metastores are listed below: Dataplex: projects/{projectId}/locations/{location}/lakes/{lake_id} BigQuery: projects/{projectId} Dataproc Metastore: projects/{projectId}/locations/{location}/services/{serviceId} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#name DataprocMetastoreFederation#name}
- Specified by:
getNamein interfaceDataprocMetastoreFederationBackendMetastores
-
getRank
public final String getRank()
Description copied from interface:DataprocMetastoreFederationBackendMetastoresDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_federation#rank DataprocMetastoreFederation#rank}.- Specified by:
getRankin interfaceDataprocMetastoreFederationBackendMetastores
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-