Package-level declarations
Types
Link copied to clipboard
                The provider type for the Google Cloud package.
Link copied to clipboard
                Link copied to clipboard
                Builder for GoogleNativeProvider.
Link copied to clipboard
                data class ProviderArgs(val appendUserAgent: Output<String>? = null, val disablePartnerName: Output<Boolean>? = null, val partnerName: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val zone: Output<String>? = null) : ConvertibleToJava<ProviderArgs> 
The provider type for the Google Cloud package.
Link copied to clipboard
                class ProviderArgsBuilder
Builder for ProviderArgs.
Functions
Link copied to clipboard
                suspend fun googleNativeProvider(name: String, block: suspend GoogleNativeProviderResourceBuilder.() -> Unit): GoogleNativeProvider