Connectors V1 API - Module Google::Cloud::Connectors::V1::ConnectionStatus::State (v1.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Connectors V1 API module Google::Cloud::Connectors::V1::ConnectionStatus::State.
All the possible Connection State.
Constants
STATE_UNSPECIFIED
value: 0 Connection does not have a state yet.
CREATING
value: 1 Connection is being created.
ACTIVE
value: 2 Connection is running and ready for requests.
INACTIVE
value: 3 Connection is stopped.
DELETING
value: 4 Connection is being deleted.
UPDATING
value: 5 Connection is being updated.
ERROR
value: 6 Connection is not running due to an error.
AUTHORIZATION_REQUIRED
value: 7 Connection is not running due to an auth error for the Oauth2 Auth Code
based connector.
[[["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-04-03 UTC."],[],[]]