Dataproc Metastore v1beta API - Class Service (2.0.0-beta09)

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

Reference documentation and code samples for the Dataproc Metastore v1beta API class Service.

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

DatabaseType

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

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

Property Value
TypeDescription
ServiceTypesDatabaseType

EncryptionConfig

public EncryptionConfig EncryptionConfig { get; set; }

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

Property Value
TypeDescription
EncryptionConfig

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
MapFieldstringstring

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. Maintenance window is not needed for services with the SPANNER database type.

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
ServiceMetastoreConfigOneofCase

Name

public string Name { get; set; }

Immutable. The relative resource name of the metastore service, in the following format:

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

NetworkConfig

public NetworkConfig NetworkConfig { get; set; }

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

Property Value
TypeDescription
NetworkConfig

Port

public int Port { get; set; }

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

Property Value
TypeDescription
int

ReleaseChannel

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

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

Property Value
TypeDescription
ServiceTypesReleaseChannel

ScalingConfig

public ScalingConfig ScalingConfig { get; set; }

Scaling configuration of the metastore service.

Property Value
TypeDescription
ScalingConfig

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
ServiceTypesState

StateMessage

public string StateMessage { get; set; }

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

Property Value
TypeDescription
string

TelemetryConfig

public TelemetryConfig TelemetryConfig { get; set; }

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

Property Value
TypeDescription
TelemetryConfig

Tier

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

The tier of the service.

Property Value
TypeDescription
ServiceTypesTier

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