GetDiscoveredServicePlainArgs

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

A collection of arguments for invoking getDiscoveredService.

Constructors

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

Properties

Link copied to clipboard

The location of the discovered service.

Link copied to clipboard
val project: String? = null

The host project of the discovered service.

Link copied to clipboard

The uri of the service.

Functions

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