Google Cloud Telco Automation V1 Client - Class DeploymentView (0.2.5)

Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class DeploymentView.

DeploymentView defines the type of view of the deployment.

Protobuf type google.cloud.telcoautomation.v1.DeploymentView

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

DEPLOYMENT_VIEW_UNSPECIFIED

Value: 0

Unspecified enum value.

Generated from protobuf enum DEPLOYMENT_VIEW_UNSPECIFIED = 0;

DEPLOYMENT_VIEW_BASIC

Value: 1

View which only contains metadata.

Generated from protobuf enum DEPLOYMENT_VIEW_BASIC = 1;

DEPLOYMENT_VIEW_FULL

Value: 2

View which contains metadata and files it encapsulates.

Generated from protobuf enum DEPLOYMENT_VIEW_FULL = 2;