public sealed class LocationMetadata : IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessage
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
Implements
IMessage<LocationMetadata>, IEquatable<LocationMetadata>, IDeepCloneable<LocationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
LocationMetadata()
public LocationMetadata()
LocationMetadata(LocationMetadata)
public LocationMetadata(LocationMetadata other)
Parameter | |
---|---|
Name | Description |
other | LocationMetadata |
Properties
FlexibleEnvironmentAvailable
public bool FlexibleEnvironmentAvailable { get; set; }
App Engine flexible environment is available in the given location.
@OutputOnly
Property Value | |
---|---|
Type | Description |
Boolean |
SearchApiAvailable
public bool SearchApiAvailable { get; set; }
Output only. Search API is available in the given location.
Property Value | |
---|---|
Type | Description |
Boolean |
StandardEnvironmentAvailable
public bool StandardEnvironmentAvailable { get; set; }
App Engine standard environment is available in the given location.
@OutputOnly
Property Value | |
---|---|
Type | Description |
Boolean |