Service(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A managed metastore service that serves metadata queries.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
hive_metastore_config |
google.cloud.metastore_v1beta.types.HiveMetastoreConfig
Configuration information specific to running Hive metastore software as the metastore service. This field is a member of oneof _ metastore_config .
|
name |
str
Immutable. The relative resource name of the metastore service, in the following format: 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 |
MutableMapping[str, str]
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_v1beta.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_v1beta.types.Service.Tier
The tier of the service. |
metadata_integration |
google.cloud.metastore_v1beta.types.MetadataIntegration
The setting that defines how metastore metadata should be integrated with external services and systems. |
maintenance_window |
google.cloud.metastore_v1beta.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. Maintenance window is not needed for services with the SPANNER database type. |
uid |
str
Output only. The globally unique resource identifier of the metastore service. |
metadata_management_activity |
google.cloud.metastore_v1beta.types.MetadataManagementActivity
Output only. The metadata management activities of the metastore service. |
release_channel |
google.cloud.metastore_v1beta.types.Service.ReleaseChannel
Immutable. The release channel of the service. If unspecified, defaults to STABLE .
|
encryption_config |
google.cloud.metastore_v1beta.types.EncryptionConfig
Immutable. Information used to configure the Dataproc Metastore service to encrypt customer data at rest. Cannot be updated. |
network_config |
google.cloud.metastore_v1beta.types.NetworkConfig
The configuration specifying the network settings for the Dataproc Metastore service. |
database_type |
google.cloud.metastore_v1beta.types.Service.DatabaseType
Immutable. The database type that the Metastore service stores its data. |
telemetry_config |
google.cloud.metastore_v1beta.types.TelemetryConfig
The configuration specifying telemetry settings for the Dataproc Metastore service. If unspecified defaults to JSON .
|
scaling_config |
google.cloud.metastore_v1beta.types.ScalingConfig
Scaling configuration of the metastore service. |
Classes
DatabaseType
DatabaseType(value)
The backend database type for the metastore service.
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
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 |
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.