Interface Cloudfunctions2FunctionBuildConfigSourceStorageSource

    • 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}