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].
Implements
IMessageLocationMetadata, IEquatableLocationMetadata, IDeepCloneableLocationMetadata, 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 |
bool |
SearchApiAvailable
public bool SearchApiAvailable { get; set; }
Output only. Search API is available in the given location.
Property Value | |
---|---|
Type | Description |
bool |
StandardEnvironmentAvailable
public bool StandardEnvironmentAvailable { get; set; }
App Engine standard environment is available in the given location.
@OutputOnly
Property Value | |
---|---|
Type | Description |
bool |