Google Cloud Appengine Admin V1 Client - Class LocationMetadata (2.0.4)

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 \ V1

Methods

__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