Google Cloud App Hub V1 Client - Class Type (0.1.3)

Reference documentation and code samples for the Google Cloud App Hub V1 Client class Type.

Environment Type.

Protobuf type google.cloud.apphub.v1.Environment.Type

Namespace

Google \ Cloud \ AppHub \ V1 \ Environment

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unspecified type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

PRODUCTION

Value: 1

Production environment.

Generated from protobuf enum PRODUCTION = 1;

STAGING

Value: 2

Staging environment.

Generated from protobuf enum STAGING = 2;

TEST

Value: 3

Test environment.

Generated from protobuf enum TEST = 3;

DEVELOPMENT

Value: 4

Development environment.

Generated from protobuf enum DEVELOPMENT = 4;