Show / Hide Table of Contents

Class GoogleAppengineV1betaLocationMetadata

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

Inheritance
object
GoogleAppengineV1betaLocationMetadata
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.Appengine.v1alpha.Data
Assembly: Google.Apis.Appengine.v1alpha.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX