Class CloudbuildTriggerBuildSourceStorageSource.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.cloudbuild_trigger.CloudbuildTriggerBuildSourceStorageSource.Jsii$Proxy
-
- All Implemented Interfaces:
CloudbuildTriggerBuildSourceStorageSource,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CloudbuildTriggerBuildSourceStorageSource
@Stability(Stable) @Internal public static final class CloudbuildTriggerBuildSourceStorageSource.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudbuildTriggerBuildSourceStorageSource
An implementation forCloudbuildTriggerBuildSourceStorageSource
-
-
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.cloudbuild_trigger.CloudbuildTriggerBuildSourceStorageSource
CloudbuildTriggerBuildSourceStorageSource.Builder, CloudbuildTriggerBuildSourceStorageSource.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(CloudbuildTriggerBuildSourceStorageSource.Builder builder)Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildSourceStorageSource.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.StringgetGeneration()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(CloudbuildTriggerBuildSourceStorageSource.Builder builder)
Constructor that initializes the object based on literal property values passed by theCloudbuildTriggerBuildSourceStorageSource.Builder.
-
-
Method Detail
-
getBucket
public final String getBucket()
Description copied from interface:CloudbuildTriggerBuildSourceStorageSourceGoogle Cloud Storage bucket containing the source.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#bucket CloudbuildTrigger#bucket}
- Specified by:
getBucketin interfaceCloudbuildTriggerBuildSourceStorageSource
-
getObject
public final String getObject()
Description copied from interface:CloudbuildTriggerBuildSourceStorageSourceGoogle Cloud Storage object containing the source. This object must be a gzipped archive file (.tar.gz) containing source to build.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/cloudbuild_trigger#object CloudbuildTrigger#object}
- Specified by:
getObjectin interfaceCloudbuildTriggerBuildSourceStorageSource
-
getGeneration
public final String getGeneration()
Description copied from interface:CloudbuildTriggerBuildSourceStorageSourceGoogle 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/cloudbuild_trigger#generation CloudbuildTrigger#generation}
- Specified by:
getGenerationin interfaceCloudbuildTriggerBuildSourceStorageSource
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-