public sealed class ConnectionStatus : IMessage<ConnectionStatus>, IEquatable<ConnectionStatus>, IDeepCloneable<ConnectionStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class ConnectionStatus.
ConnectionStatus indicates the state of the connection.
[[["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-04-17 UTC."],[[["The `ConnectionStatus` class, part of the Google Cloud Connectors v1 API, indicates the state of a connection."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has a default constructor and a copy constructor that takes another `ConnectionStatus` instance."],["The `ConnectionStatus` class has properties `Description`, `State`, and `Status`, providing details about the connection's condition."],["There are multiple versions available, with 1.3.0 being the latest version."]]],[]]