public interface LocationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFlexibleEnvironmentAvailable()
public abstract boolean getFlexibleEnvironmentAvailable()App Engine flexible environment is available in the given location.
@OutputOnly
bool flexible_environment_available = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
The flexibleEnvironmentAvailable. |
getSearchApiAvailable()
public abstract boolean getSearchApiAvailable()Output only. Search API is available in the given location.
bool search_api_available = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
The searchApiAvailable. |
getStandardEnvironmentAvailable()
public abstract boolean getStandardEnvironmentAvailable()App Engine standard environment is available in the given location.
@OutputOnly
bool standard_environment_available = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
The standardEnvironmentAvailable. |