Get Function Service Config
data class GetFunctionServiceConfig(val allTrafficOnLatestRevision: Boolean, val availableCpu: String, val availableMemory: String, val environmentVariables: Map<String, String>, val gcfUri: String, val ingressSettings: String, val maxInstanceCount: Int, val maxInstanceRequestConcurrency: Int, val minInstanceCount: Int, val secretEnvironmentVariables: List<GetFunctionServiceConfigSecretEnvironmentVariable>, val secretVolumes: List<GetFunctionServiceConfigSecretVolume>, val service: String, val serviceAccountEmail: String, val timeoutSeconds: Int, val uri: String, val vpcConnector: String, val vpcConnectorEgressSettings: String)
Constructors
Link copied to clipboard
constructor(allTrafficOnLatestRevision: Boolean, availableCpu: String, availableMemory: String, environmentVariables: Map<String, String>, gcfUri: String, ingressSettings: String, maxInstanceCount: Int, maxInstanceRequestConcurrency: Int, minInstanceCount: Int, secretEnvironmentVariables: List<GetFunctionServiceConfigSecretEnvironmentVariable>, secretVolumes: List<GetFunctionServiceConfigSecretVolume>, service: String, serviceAccountEmail: String, timeoutSeconds: Int, uri: String, vpcConnector: String, vpcConnectorEgressSettings: String)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard