Show / Hide Table of Contents

Class LocationMetadata

Metadata for the given google.cloud.location.Location.

Inheritance
System.Object
LocationMetadata
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class LocationMetadata : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FlexibleEnvironmentAvailable

App Engine flexible environment is available in the given location.@OutputOnly

Declaration
[JsonProperty("flexibleEnvironmentAvailable")]
public virtual bool? FlexibleEnvironmentAvailable { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

SearchApiAvailable

Output only. Search API (https://cloud.google.com/appengine/docs/standard/python/search) is available in the given location.

Declaration
[JsonProperty("searchApiAvailable")]
public virtual bool? SearchApiAvailable { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

StandardEnvironmentAvailable

App Engine standard environment is available in the given location.@OutputOnly

Declaration
[JsonProperty("standardEnvironmentAvailable")]
public virtual bool? StandardEnvironmentAvailable { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

Implements

IDirectResponseSchema
In This Article
Back to top