Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class ApprovalState.
Approval state indicates the state of a Blueprint in its approval
lifecycle.
Protobuf type google.cloud.telcoautomation.v1.Blueprint.ApprovalState
Namespace
Google \ Cloud \ TelcoAutomation \ V1 \ Blueprint
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
APPROVAL_STATE_UNSPECIFIED
Value: 0
Unspecified state.
Generated from protobuf enum APPROVAL_STATE_UNSPECIFIED = 0;
DRAFT
Value: 1
A blueprint starts in DRAFT state once it is created. All edits are made
to the blueprint in DRAFT state.
Generated from protobuf enum DRAFT = 1;
PROPOSED
Value: 2
When the edits are ready for review, blueprint can be proposed and moves
to PROPOSED state. Edits cannot be made to a blueprint in PROPOSED state.
Generated from protobuf enum PROPOSED = 2;
APPROVED
Value: 3
When a proposed blueprint is approved, it moves to APPROVED state. A new
revision is committed. The latest committed revision can be used to
create a deployment on Orchestration or Workload Cluster. Edits to an
APPROVED blueprint changes its state back to DRAFT. The last committed
revision of a blueprint represents its latest APPROVED state.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Telco Automation V1 Client - Class ApprovalState (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-telcoautomation/latest/V1.Blueprint.ApprovalState)\n- [1.1.0](/php/docs/reference/cloud-telcoautomation/1.1.0/V1.Blueprint.ApprovalState)\n- [1.0.3](/php/docs/reference/cloud-telcoautomation/1.0.3/V1.Blueprint.ApprovalState)\n- [0.2.5](/php/docs/reference/cloud-telcoautomation/0.2.5/V1.Blueprint.ApprovalState)\n- [0.1.0](/php/docs/reference/cloud-telcoautomation/0.1.0/V1.Blueprint.ApprovalState) \nReference documentation and code samples for the Google Cloud Telco Automation V1 Client class ApprovalState.\n\nApproval state indicates the state of a Blueprint in its approval\nlifecycle.\n\nProtobuf type `google.cloud.telcoautomation.v1.Blueprint.ApprovalState`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ TelcoAutomation \\\\ V1 \\\\ Blueprint\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### APPROVAL_STATE_UNSPECIFIED\n\n Value: 0\n\nUnspecified state.\n\nGenerated from protobuf enum `APPROVAL_STATE_UNSPECIFIED = 0;`\n\n### DRAFT\n\n Value: 1\n\nA blueprint starts in DRAFT state once it is created. All edits are made\nto the blueprint in DRAFT state.\n\nGenerated from protobuf enum `DRAFT = 1;`\n\n### PROPOSED\n\n Value: 2\n\nWhen the edits are ready for review, blueprint can be proposed and moves\nto PROPOSED state. Edits cannot be made to a blueprint in PROPOSED state.\n\nGenerated from protobuf enum `PROPOSED = 2;`\n\n### APPROVED\n\n Value: 3\n\nWhen a proposed blueprint is approved, it moves to APPROVED state. A new\nrevision is committed. The latest committed revision can be used to\ncreate a deployment on Orchestration or Workload Cluster. Edits to an\nAPPROVED blueprint changes its state back to DRAFT. The last committed\nrevision of a blueprint represents its latest APPROVED state.\n\nGenerated from protobuf enum `APPROVED = 3;`"]]