Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client class LocationMetadata.
Metadata for the given google.cloud.location.Location.
Generated from protobuf message google.appengine.v1.LocationMetadata
Namespace
Google \ Cloud \ AppEngine \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ standard_environment_available |
bool
App Engine standard environment is available in the given location. @OutputOnly |
↳ flexible_environment_available |
bool
App Engine flexible environment is available in the given location. @OutputOnly |
↳ search_api_available |
bool
Output only. Search API is available in the given location. |
getStandardEnvironmentAvailable
App Engine standard environment is available in the given location.
@OutputOnly
| Returns | |
|---|---|
| Type | Description |
bool |
|
setStandardEnvironmentAvailable
App Engine standard environment is available in the given location.
@OutputOnly
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFlexibleEnvironmentAvailable
App Engine flexible environment is available in the given location.
@OutputOnly
| Returns | |
|---|---|
| Type | Description |
bool |
|
setFlexibleEnvironmentAvailable
App Engine flexible environment is available in the given location.
@OutputOnly
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSearchApiAvailable
Output only. Search API is available in the given location.
| Returns | |
|---|---|
| Type | Description |
bool |
|
setSearchApiAvailable
Output only. Search API is available in the given location.
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|