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 \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
BLUEPRINT_VIEW_UNSPECIFIED
Value: 0Unspecified enum value.
Generated from protobuf enum BLUEPRINT_VIEW_UNSPECIFIED = 0;
BLUEPRINT_VIEW_BASIC
Value: 1View which only contains metadata.
Generated from protobuf enum BLUEPRINT_VIEW_BASIC = 1;
BLUEPRINT_VIEW_FULL
Value: 2View which contains metadata and files it encapsulates.
Generated from protobuf enum BLUEPRINT_VIEW_FULL = 2;