GetMetastoreServicePlainArgs

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

A collection of arguments for invoking getMetastoreService.

Constructors

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

Properties

Link copied to clipboard

The location where the metastore service resides.

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.

Link copied to clipboard

The ID of the metastore service.

Functions

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