App Engine v1 API - Class LocationMetadata (2.3.0)

public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class LocationMetadata.

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

Inheritance

object > LocationMetadata

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

LocationMetadata()

public LocationMetadata()

LocationMetadata(LocationMetadata)

public LocationMetadata(LocationMetadata other)
Parameter
NameDescription
otherLocationMetadata

Properties

FlexibleEnvironmentAvailable

public bool FlexibleEnvironmentAvailable { get; set; }

App Engine flexible environment is available in the given location.

@OutputOnly

Property Value
TypeDescription
bool

SearchApiAvailable

public bool SearchApiAvailable { get; set; }

Output only. Search API is available in the given location.

Property Value
TypeDescription
bool

StandardEnvironmentAvailable

public bool StandardEnvironmentAvailable { get; set; }

App Engine standard environment is available in the given location.

@OutputOnly

Property Value
TypeDescription
bool