Google Cloud Telco Automation V1 Client - Class BlueprintView (1.0.0)

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

BlueprintView defines the type of view of the blueprint.

Protobuf type google.cloud.telcoautomation.v1.BlueprintView

Namespace

Google \ Cloud \ TelcoAutomation \ V1

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

BLUEPRINT_VIEW_UNSPECIFIED

Value: 0

Unspecified enum value.

Generated from protobuf enum BLUEPRINT_VIEW_UNSPECIFIED = 0;

BLUEPRINT_VIEW_BASIC

Value: 1

View which only contains metadata.

Generated from protobuf enum BLUEPRINT_VIEW_BASIC = 1;

BLUEPRINT_VIEW_FULL

Value: 2

View which contains metadata and files it encapsulates.

Generated from protobuf enum BLUEPRINT_VIEW_FULL = 2;