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

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
NameDescription
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
TypeDescription
bool

setStandardEnvironmentAvailable

App Engine standard environment is available in the given location.

@OutputOnly

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getFlexibleEnvironmentAvailable

App Engine flexible environment is available in the given location.

@OutputOnly

Returns
TypeDescription
bool

setFlexibleEnvironmentAvailable

App Engine flexible environment is available in the given location.

@OutputOnly

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getSearchApiAvailable

Output only. Search API is available in the given location.

Returns
TypeDescription
bool

setSearchApiAvailable

Output only. Search API is available in the given location.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this