Class GoogleAppengineV1betaLocationMetadata
Metadata for the given google.cloud.location.Location.
Implements
Inherited Members
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 |
---|---|
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 |
---|---|
bool? |
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 |
---|---|
bool? |
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 |
---|---|
bool? |