Class GoogleCloudMetastoreV1CustomRegionMetadata
Metadata about a custom region. This is only populated if the region is a custom region. For single/multi regions, it will be empty.
Implements
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2.Data
Assembly: Google.Apis.DataprocMetastore.v2.dll
Syntax
public class GoogleCloudMetastoreV1CustomRegionMetadata : 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 |