Class LocationMetadata (1.3.0)

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

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
Boolean

SearchApiAvailable

public bool SearchApiAvailable { get; set; }

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

Property Value
TypeDescription
Boolean

StandardEnvironmentAvailable

public bool StandardEnvironmentAvailable { get; set; }

App Engine standard environment is available in the given location.

@OutputOnly

Property Value
TypeDescription
Boolean