Class Service (0.3.3)

Service(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A managed metastore service that serves metadata queries. .. attribute:: hive_metastore_config

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

:type: google.cloud.metastore_v1.types.HiveMetastoreConfig

Attributes

NameDescription
name str
Immutable. The relative resource name of the metastore service, of the form: projects/{project_number}/locations/{location_id}/services/{service_id}.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metastore service was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the metastore service was last updated.
labels Sequence[google.cloud.metastore_v1.types.Service.LabelsEntry]
User-defined labels for the metastore service.
network str
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}.
endpoint_uri str
Output only. The URI of the endpoint used to access the metastore service.
port int
The TCP port at which the metastore service is reached. Default: 9083.
state google.cloud.metastore_v1.types.Service.State
Output only. The current state of the metastore service.
state_message str
Output only. Additional information about the current state of the metastore service, if available.
artifact_gcs_uri str
Output only. A Cloud Storage URI (starting with gs://) that specifies where artifacts related to the metastore service are stored.
tier google.cloud.metastore_v1.types.Service.Tier
The tier of the service.
maintenance_window google.cloud.metastore_v1.types.MaintenanceWindow
The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time.
uid str
Output only. The globally unique resource identifier of the metastore service.
metadata_management_activity google.cloud.metastore_v1.types.MetadataManagementActivity
Output only. The metadata management activities of the metastore service.
release_channel google.cloud.metastore_v1.types.Service.ReleaseChannel
Immutable. The release channel of the service. If unspecified, defaults to STABLE.

Classes

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.

ReleaseChannel

ReleaseChannel(value)

Release channels bundle features of varying levels of stability. Newer features may be introduced initially into less stable release channels and can be automatically promoted into more stable release channels.

State

State(value)

The current state of the metastore service.

Tier

Tier(value)

Available service tiers.