Class GoogleCloudMetastoreV1betaLocationMetadata
Metadata about the service in a location.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1betaLocationMetadata : IDirectResponseSchema
Properties
CustomRegionMetadata
Possible configurations supported if the current region is a custom region.
Declaration
[JsonProperty("customRegionMetadata")]
public virtual IList<GoogleCloudMetastoreV1betaCustomRegionMetadata> CustomRegionMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudMetastoreV1betaCustomRegionMetadata> |
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 GoogleCloudMetastoreV1betaMultiRegionMetadata MultiRegionMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudMetastoreV1betaMultiRegionMetadata |
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<GoogleCloudMetastoreV1betaHiveMetastoreVersion> SupportedHiveMetastoreVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudMetastoreV1betaHiveMetastoreVersion> |