Class Cloudfunctions2FunctionBuildConfigSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudfunctions2_function.Cloudfunctions2FunctionBuildConfigSource.Jsii$Proxy
-
- All Implemented Interfaces:
Cloudfunctions2FunctionBuildConfigSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- Cloudfunctions2FunctionBuildConfigSource
@Stability(Stable) @Internal public static final class Cloudfunctions2FunctionBuildConfigSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements Cloudfunctions2FunctionBuildConfigSource
An implementation forCloudfunctions2FunctionBuildConfigSource
-
-
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.Cloudfunctions2FunctionBuildConfigSource
Cloudfunctions2FunctionBuildConfigSource.Builder, Cloudfunctions2FunctionBuildConfigSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(Cloudfunctions2FunctionBuildConfigSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionBuildConfigSource.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)Cloudfunctions2FunctionBuildConfigSourceRepoSourcegetRepoSource()repo_source block.Cloudfunctions2FunctionBuildConfigSourceStorageSourcegetStorageSource()storage_source block.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(Cloudfunctions2FunctionBuildConfigSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudfunctions2FunctionBuildConfigSource.Builder.
-
-
Method Detail
-
getRepoSource
public final Cloudfunctions2FunctionBuildConfigSourceRepoSource getRepoSource()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourcerepo_source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#repo_source Cloudfunctions2Function#repo_source}
- Specified by:
getRepoSourcein interfaceCloudfunctions2FunctionBuildConfigSource
-
getStorageSource
public final Cloudfunctions2FunctionBuildConfigSourceStorageSource getStorageSource()
Description copied from interface:Cloudfunctions2FunctionBuildConfigSourcestorage_source block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudfunctions2_function#storage_source Cloudfunctions2Function#storage_source}
- Specified by:
getStorageSourcein interfaceCloudfunctions2FunctionBuildConfigSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-