Class DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.data_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Jsii$Proxy
-
- All Implemented Interfaces:
DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
@Stability(Stable) @Internal public static final class DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
An implementation forDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
-
-
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_loss_prevention_job_trigger.DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Builder, DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Builder builder)Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.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)StringgetNamespaceId()If not empty, the ID of the namespace to which the entities belong.StringgetProjectId()The ID of the project to which the entities belong.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(DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId.Builder.
-
-
Method Detail
-
getProjectId
public final String getProjectId()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionIdThe ID of the project to which the entities belong.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#project_id DataLossPreventionJobTrigger#project_id}
- Specified by:
getProjectIdin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
-
getNamespaceId
public final String getNamespaceId()
Description copied from interface:DataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionIdIf not empty, the ID of the namespace to which the entities belong.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/data_loss_prevention_job_trigger#namespace_id DataLossPreventionJobTrigger#namespace_id}
- Specified by:
getNamespaceIdin interfaceDataLossPreventionJobTriggerInspectJobStorageConfigDatastoreOptionsPartitionId
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-