Servicemanagement_v1Functions

Functions

Link copied to clipboard

Gets a service configuration (version) for a managed service.

suspend fun getConfig(argument: suspend GetConfigPlainArgsBuilder.() -> Unit): GetConfigResult
suspend fun getConfig(configId: String, serviceName: String, view: String? = null): GetConfigResult
Link copied to clipboard

Gets a service configuration rollout.

suspend fun getRollout(argument: suspend GetRolloutPlainArgsBuilder.() -> Unit): GetRolloutResult
suspend fun getRollout(rolloutId: String, serviceName: String): GetRolloutResult
Link copied to clipboard

Gets a managed service. Authentication is required unless the service is public.

suspend fun getService(serviceName: String): GetServiceResult
suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

Link copied to clipboard

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.