Show / Hide Table of Contents

Class GoogleCloudMetastoreV1alphaCustomRegionMetadata

Metadata about a custom region. This is only populated if the region is a custom region. For single/multi regions, it will be empty.

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

Properties

ETag

The ETag of the item.

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

OptionalReadOnlyRegions

The read-only regions for this custom region.

Declaration
[JsonProperty("optionalReadOnlyRegions")]
public virtual IList<string> OptionalReadOnlyRegions { get; set; }
Property Value
Type Description
IList<string>

RequiredReadWriteRegions

The read-write regions for this custom region.

Declaration
[JsonProperty("requiredReadWriteRegions")]
public virtual IList<string> RequiredReadWriteRegions { get; set; }
Property Value
Type Description
IList<string>

WitnessRegion

The Spanner witness region for this custom region.

Declaration
[JsonProperty("witnessRegion")]
public virtual string WitnessRegion { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX