public sealed class MetastoreServiceConfig : IMessage<MetastoreServiceConfig>, IEquatable<MetastoreServiceConfig>, IDeepCloneable<MetastoreServiceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the BigQuery Connection v1 API class MetastoreServiceConfig.
Configuration of the Dataproc Metastore Service.
Implements
IMessageMetastoreServiceConfig, IEquatableMetastoreServiceConfig, IDeepCloneableMetastoreServiceConfig, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.ConnectionV1Assembly
Google.Cloud.BigQuery.Connection.V1.dll
Constructors
MetastoreServiceConfig()
public MetastoreServiceConfig()
MetastoreServiceConfig(MetastoreServiceConfig)
public MetastoreServiceConfig(MetastoreServiceConfig other)
Parameter | |
---|---|
Name | Description |
other | MetastoreServiceConfig |
Properties
MetastoreService
public string MetastoreService { get; set; }
Optional. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[region]/services/[service_id]
Property Value | |
---|---|
Type | Description |
string |
MetastoreServiceAsServiceName
public ServiceName MetastoreServiceAsServiceName { get; set; }
ServiceName-typed view over the MetastoreService resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |