Class GoogleAppengineV1betaLocationMetadata
Metadata for the given google.cloud.location.Location.
Inheritance
System.Object
GoogleAppengineV1betaLocationMetadata
Implements
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 GoogleAppengineV1betaLocationMetadata : 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> |