ServiceResponse

data class ServiceResponse(val artifactGcsUri: String, val createTime: String, val databaseType: String, val encryptionConfig: EncryptionConfigResponse, val endpointUri: String, val hiveMetastoreConfig: HiveMetastoreConfigResponse, val labels: Map<String, String>, val maintenanceWindow: MaintenanceWindowResponse, val metadataManagementActivity: MetadataManagementActivityResponse, val name: String, val network: String, val networkConfig: NetworkConfigResponse, val port: Int, val releaseChannel: String, val scalingConfig: ScalingConfigResponse, val state: String, val stateMessage: String, val telemetryConfig: TelemetryConfigResponse, val tier: String, val uid: String, val updateTime: String)

A managed metastore service that serves metadata queries.

Constructors

Link copied to clipboard
fun ServiceResponse(artifactGcsUri: String, createTime: String, databaseType: String, encryptionConfig: EncryptionConfigResponse, endpointUri: String, hiveMetastoreConfig: HiveMetastoreConfigResponse, labels: Map<String, String>, maintenanceWindow: MaintenanceWindowResponse, metadataManagementActivity: MetadataManagementActivityResponse, name: String, network: String, networkConfig: NetworkConfigResponse, port: Int, releaseChannel: String, scalingConfig: ScalingConfigResponse, state: String, stateMessage: String, telemetryConfig: TelemetryConfigResponse, tier: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.

Link copied to clipboard

The time when the metastore service was created.

Link copied to clipboard

Immutable. The database type that the Metastore service stores its data.

Link copied to clipboard

Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated.

Link copied to clipboard

The URI of the endpoint used to access the metastore service.

Link copied to clipboard

Configuration information specific to running Hive metastore software as the metastore service.

Link copied to clipboard

User-defined labels for the metastore service.

Link copied to clipboard

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time. Maintenance window is not needed for services with the SPANNER database type.

Link copied to clipboard

The metadata management activities of the metastore service.

Link copied to clipboard

Immutable. The relative resource name of the metastore service, in the following format:projects/{project_number}/locations/{location_id}/services/{service_id}.

Link copied to clipboard

Immutable. The relative resource name of the VPC network on which the instance can be accessed. It is specified in the following form:projects/{project_number}/global/networks/{network_id}.

Link copied to clipboard

The configuration specifying the network settings for the Dataproc Metastore service.

Link copied to clipboard
val port: Int

The TCP port at which the metastore service is reached. Default: 9083.

Link copied to clipboard

Immutable. The release channel of the service. If unspecified, defaults to STABLE.

Link copied to clipboard

Scaling configuration of the metastore service.

Link copied to clipboard

The current state of the metastore service.

Link copied to clipboard

Additional information about the current state of the metastore service, if available.

Link copied to clipboard

The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON.

Link copied to clipboard

The tier of the service.

Link copied to clipboard
val uid: String

The globally unique resource identifier of the metastore service.

Link copied to clipboard

The time when the metastore service was last updated.