Google Cloud Functions V2 Client - Class Name (1.0.3)

Reference documentation and code samples for the Google Cloud Functions V2 Client class Name.

Possible names for a Stage

Protobuf type google.cloud.functions.v2.Stage.Name

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

NAME_UNSPECIFIED

Value: 0

Not specified. Invalid name.

Generated from protobuf enum NAME_UNSPECIFIED = 0;

ARTIFACT_REGISTRY

Value: 1

Artifact Regsitry Stage

Generated from protobuf enum ARTIFACT_REGISTRY = 1;

BUILD

Value: 2

Build Stage

Generated from protobuf enum BUILD = 2;

SERVICE

Value: 3

Service Stage

Generated from protobuf enum SERVICE = 3;

TRIGGER

Value: 4

Trigger Stage

Generated from protobuf enum TRIGGER = 4;

SERVICE_ROLLBACK

Value: 5

Service Rollback Stage

Generated from protobuf enum SERVICE_ROLLBACK = 5;

TRIGGER_ROLLBACK

Value: 6

Trigger Rollback Stage

Generated from protobuf enum TRIGGER_ROLLBACK = 6;