Class State (2.17.0)
Stay organized with collections
Save and categorize content based on your preferences.
State(value)
The state of the PSC connection.
We reserve the right to add more states without notice in the
future. Users should not use exhaustive switch statements on
this enum. See https://google.aip.dev/216.
Enums
Name
Description
STATE_UNSPECIFIED
An invalid state as the default case.
ACTIVE
The connection has been created successfully. However, for the up-to-date connection status, please use the service attachment's "ConnectedEndpoint.status" as the source of truth.
FAILED
The connection is not functional since some resources on the connection fail to be created.
CREATING
The connection is being created.
DELETING
The connection is being deleted.
CREATE_REPAIRING
The connection is being repaired to complete creation.
DELETE_REPAIRING
The connection is being repaired to complete deletion.
[[["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 2026-08-06 UTC."],[],[]]