Show / Hide Table of Contents

Class GoogleCloudMetastoreV1alphaLocationMetadata

Metadata about the service in a location.

Inheritance
object
GoogleCloudMetastoreV1alphaLocationMetadata
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 GoogleCloudMetastoreV1alphaLocationMetadata : IDirectResponseSchema

Properties

CustomRegionMetadata

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

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

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 GoogleCloudMetastoreV1alphaMultiRegionMetadata MultiRegionMetadata { get; set; }
Property Value
Type Description
GoogleCloudMetastoreV1alphaMultiRegionMetadata

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<GoogleCloudMetastoreV1alphaHiveMetastoreVersion> SupportedHiveMetastoreVersions { get; set; }
Property Value
Type Description
IList<GoogleCloudMetastoreV1alphaHiveMetastoreVersion>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX