Interface Cloudfunctions2FunctionBuildConfigSourceStorageSource
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
Cloudfunctions2FunctionBuildConfigSourceStorageSource.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.202Z") @Stability(Stable) public interface Cloudfunctions2FunctionBuildConfigSourceStorageSource extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCloudfunctions2FunctionBuildConfigSourceStorageSource.BuilderA builder forCloudfunctions2FunctionBuildConfigSourceStorageSourcestatic classCloudfunctions2FunctionBuildConfigSourceStorageSource.Jsii$ProxyAn implementation forCloudfunctions2FunctionBuildConfigSourceStorageSource
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static Cloudfunctions2FunctionBuildConfigSourceStorageSource.Builderbuilder()default StringgetBucket()Google Cloud Storage bucket containing the source.default NumbergetGeneration()Google Cloud Storage generation for the object.default StringgetObject()Google Cloud Storage object containing the source.
-
-
-
Method Detail
-
getBucket
@Stability(Stable) @Nullable default String getBucket()
Google 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}
-
getGeneration
@Stability(Stable) @Nullable default Number getGeneration()
Google 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}
-
getObject
@Stability(Stable) @Nullable default String getObject()
Google 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}
-
builder
@Stability(Stable) static Cloudfunctions2FunctionBuildConfigSourceStorageSource.Builder builder()
-
-