Class Service (1.0.0-beta02)

public sealed class Service : IMessage<Service>, IEquatable<Service>, IDeepCloneable<Service>, IBufferMessage, IMessage

A managed metastore service that serves metadata queries.

Inheritance

Object > Service

Namespace

Google.Cloud.Metastore.V1Beta

Assembly

Google.Cloud.Metastore.V1Beta.dll

Constructors

Service()

public Service()

Service(Service)

public Service(Service other)
Parameter
NameDescription
otherService

Properties

ArtifactGcsUri

public string ArtifactGcsUri { get; set; }

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

Property Value
TypeDescription
String

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the metastore service was created.

Property Value
TypeDescription
Timestamp

EndpointUri

public string EndpointUri { get; set; }

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

Property Value
TypeDescription
String

HiveMetastoreConfig

public HiveMetastoreConfig HiveMetastoreConfig { get; set; }

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

Property Value
TypeDescription
HiveMetastoreConfig

Labels

public MapField<string, string> Labels { get; }

User-defined labels for the metastore service.

Property Value
TypeDescription
MapField<String, String>

MaintenanceWindow

public MaintenanceWindow MaintenanceWindow { get; set; }

The one hour maintenance window of the metastore service. This specifies when the service can be restarted for maintenance purposes in UTC time.

Property Value
TypeDescription
MaintenanceWindow

MetadataIntegration

public MetadataIntegration MetadataIntegration { get; set; }

The setting that defines how metastore metadata should be integrated with external services and systems.

Property Value
TypeDescription
MetadataIntegration

MetadataManagementActivity

public MetadataManagementActivity MetadataManagementActivity { get; set; }

Output only. The metadata management activities of the metastore service.

Property Value
TypeDescription
MetadataManagementActivity

MetastoreConfigCase

public Service.MetastoreConfigOneofCase MetastoreConfigCase { get; }
Property Value
TypeDescription
Service.MetastoreConfigOneofCase

Name

public string Name { get; set; }

Immutable. The relative resource name of the metastore service, of the form:

projects/{project_number}/locations/{location_id}/services/{service_id}.

Property Value
TypeDescription
String

Network

public string Network { get; set; }

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}.

Property Value
TypeDescription
String

NetworkAsNetworkName

public NetworkName NetworkAsNetworkName { get; set; }

NetworkName-typed view over the Network resource name property.

Property Value
TypeDescription
NetworkName

Port

public int Port { get; set; }

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

Property Value
TypeDescription
Int32

ReleaseChannel

public Service.Types.ReleaseChannel ReleaseChannel { get; set; }

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

Property Value
TypeDescription
Service.Types.ReleaseChannel

ServiceName

public ServiceName ServiceName { get; set; }

ServiceName-typed view over the Name resource name property.

Property Value
TypeDescription
ServiceName

State

public Service.Types.State State { get; set; }

Output only. The current state of the metastore service.

Property Value
TypeDescription
Service.Types.State

StateMessage

public string StateMessage { get; set; }

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

Property Value
TypeDescription
String

Tier

public Service.Types.Tier Tier { get; set; }

The tier of the service.

Property Value
TypeDescription
Service.Types.Tier

Uid

public string Uid { get; set; }

Output only. The globally unique resource identifier of the metastore service.

Property Value
TypeDescription
String

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the metastore service was last updated.

Property Value
TypeDescription
Timestamp