public enum ConnectionStatus.Types.State
Reference documentation and code samples for the Integration Connectors v1 API enum ConnectionStatus.Types.State.
All the possible Connection State.
Namespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Fields |
|
---|---|
Name | Description |
Active |
Connection is running and ready for requests. |
AuthorizationRequired |
Connection is not running due to an auth error for the Oauth2 Auth Code based connector. |
Creating |
Connection is being created. |
Deleting |
Connection is being deleted. |
Error |
Connection is not running due to an error. |
Inactive |
Connection is stopped. |
Unspecified |
Connection does not have a state yet. |
Updating |
Connection is being updated. |