Class Cloudfunctions2FunctionBuildConfigSourceStorageSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions2_function.Cloudfunctions2FunctionBuildConfigSourceStorageSource.Jsii$Proxy
-
- All Implemented Interfaces:
Cloudfunctions2FunctionBuildConfigSourceStorageSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Cloudfunctions2FunctionBuildConfigSourceStorageSource
@Stability(Stable) @Internal public static final class Cloudfunctions2FunctionBuildConfigSourceStorageSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Cloudfunctions2FunctionBuildConfigSourceStorageSource
An implementation forCloudfunctions2FunctionBuildConfigSourceStorageSource
-
-
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.cloudfunctions2_function.Cloudfunctions2FunctionBuildConfigSourceStorageSource
Cloudfunctions2FunctionBuildConfigSourceStorageSource.Builder, Cloudfunctions2FunctionBuildConfigSourceStorageSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Cloudfunctions2FunctionBuildConfigSourceStorageSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionBuildConfigSourceStorageSource.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()Google Cloud Storage bucket containing the source.NumbergetGeneration()Google Cloud Storage generation for the object.StringgetObject()Google Cloud Storage object containing the source.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(Cloudfunctions2FunctionBuildConfigSourceStorageSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionBuildConfigSourceStorageSource.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceStorageSourceGoogle Cloud Storage bucket containing the source.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#bucket Cloudfunctions2Function#bucket}
- Specified by:
getBucketin interfaceCloudfunctions2FunctionBuildConfigSourceStorageSource
-
getGeneration
public final Number getGeneration()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceStorageSourceGoogle Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#generation Cloudfunctions2Function#generation}
- Specified by:
getGenerationin interfaceCloudfunctions2FunctionBuildConfigSourceStorageSource
-
getObject
public final String getObject()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourceStorageSourceGoogle Cloud Storage object containing the source.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#object Cloudfunctions2Function#object}
- Specified by:
getObjectin interfaceCloudfunctions2FunctionBuildConfigSourceStorageSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-