GetServicePlainArgs

data class GetServicePlainArgs(val location: String, val name: String, val project: String? = null) : ConvertibleToJava<GetServicePlainArgs>

A collection of arguments for invoking getService.

Constructors

Link copied to clipboard
constructor(location: String, name: String, project: String? = null)

Properties

Link copied to clipboard

The location of the cloud run instance. eg us-central1

Link copied to clipboard

The name of the Cloud Run Service.

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Functions

Link copied to clipboard
open override fun toJava(): GetServicePlainArgs