Class MultiRegionConfig
The multi-region config for the Dataproc Metastore service.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v1beta.Data
Assembly: Google.Apis.DataprocMetastore.v1beta.dll
Syntax
public class MultiRegionConfig : IDirectResponseSchema
Properties
Certificates
Output only. The list of root CA certificates that a gRPC client uses to connect to a multi-regional Dataproc Metastore service.
Declaration
[JsonProperty("certificates")]
public virtual IList<RootCACertificate> Certificates { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<RootCACertificate> |
CustomRegionConfig
Declaration
[JsonProperty("customRegionConfig")]
public virtual CustomRegionConfig CustomRegionConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| CustomRegionConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |