Show / Hide Table of Contents

Class GoogleCloudMetastoreV1LocationMetadata

Metadata about the service in a location.

Inheritance
object
GoogleCloudMetastoreV1LocationMetadata
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.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1LocationMetadata : IDirectResponseSchema

Properties

CustomRegionMetadata

Possible configurations supported if the current region is a custom region.

Declaration
[JsonProperty("customRegionMetadata")]
public virtual IList<GoogleCloudMetastoreV1CustomRegionMetadata> CustomRegionMetadata { get; set; }
Property Value
Type Description
IList<GoogleCloudMetastoreV1CustomRegionMetadata>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

MultiRegionMetadata

The multi-region metadata if the current region is a multi-region.

Declaration
[JsonProperty("multiRegionMetadata")]
public virtual GoogleCloudMetastoreV1MultiRegionMetadata MultiRegionMetadata { get; set; }
Property Value
Type Description
GoogleCloudMetastoreV1MultiRegionMetadata

SupportedHiveMetastoreVersions

The versions of Hive Metastore that can be used when creating a new metastore service in this location. The server guarantees that exactly one HiveMetastoreVersion in the list will set is_default.

Declaration
[JsonProperty("supportedHiveMetastoreVersions")]
public virtual IList<GoogleCloudMetastoreV1HiveMetastoreVersion> SupportedHiveMetastoreVersions { get; set; }
Property Value
Type Description
IList<GoogleCloudMetastoreV1HiveMetastoreVersion>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX