getService

Gets the details of a single service.

Return

null

Parameters

argument

null


suspend fun getService(location: String, project: String? = null, serviceId: String): GetServiceResult

Return

null

Parameters

location
project
serviceId

See also


suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.metastore.v1beta.kotlin.inputs.GetServicePlainArgs.

See also