Class CloudRunV2ServiceTemplateVolumesGcs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloud_run_v2_service.CloudRunV2ServiceTemplateVolumesGcs.Jsii$Proxy
-
- All Implemented Interfaces:
CloudRunV2ServiceTemplateVolumesGcs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudRunV2ServiceTemplateVolumesGcs
@Stability(Stable) @Internal public static final class CloudRunV2ServiceTemplateVolumesGcs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudRunV2ServiceTemplateVolumesGcs
An implementation forCloudRunV2ServiceTemplateVolumesGcs
-
-
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.cloud_run_v2_service.CloudRunV2ServiceTemplateVolumesGcs
CloudRunV2ServiceTemplateVolumesGcs.Builder, CloudRunV2ServiceTemplateVolumesGcs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudRunV2ServiceTemplateVolumesGcs.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVolumesGcs.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)StringgetBucket()GCS Bucket name.ObjectgetReadOnly()If true, mount the GCS bucket as read-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(CloudRunV2ServiceTemplateVolumesGcs.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudRunV2ServiceTemplateVolumesGcs.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:CloudRunV2ServiceTemplateVolumesGcsGCS Bucket name.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#bucket CloudRunV2Service#bucket}
- Specified by:
getBucketin interfaceCloudRunV2ServiceTemplateVolumesGcs
-
getReadOnly
public final Object getReadOnly()
Description copied from interface:CloudRunV2ServiceTemplateVolumesGcsIf true, mount the GCS bucket as read-only.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloud_run_v2_service#read_only CloudRunV2Service#read_only}
- Specified by:
getReadOnlyin interfaceCloudRunV2ServiceTemplateVolumesGcs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-