Show / Hide Table of Contents

Class MultiRegionConfig

The multi-region config for the Dataproc Metastore service.

Inheritance
object
MultiRegionConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX