Show / Hide Table of Contents

Class GoogleFirestoreAdminV1LocationMetadata

The metadata message for google.cloud.location.Location.metadata.

Inheritance
object
GoogleFirestoreAdminV1LocationMetadata
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.Firestore.v1.Data
Assembly: Google.Apis.Firestore.v1.dll
Syntax
public class GoogleFirestoreAdminV1LocationMetadata : IDirectResponseSchema

Properties

AvailableStoragePlacements

The storage placements available in the location. When the location represents a Standard Managed Multi-Region (SMMR) like "us", this field lists the available Google-Managed Multi-Regions (GMMRs) within it, such as "nam5" or "eur3".

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX