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-03-21 UTC."],[[["This documentation is for the `ConnectionStatus` class within the Integration Connectors v1 API, specifically version 1.2.0, providing reference information and code samples."],["The `ConnectionStatus` class represents the state of a connection and inherits from `object`, implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating instances of `ConnectionStatus`, and properties such as `Description`, `State`, and `Status`, which provide information about the connection's state."],["The namespace for this class is `Google.Cloud.Connectors.V1`, and it's located within the `Google.Cloud.Connectors.V1.dll` assembly."],["There are different versions of the documentation available, including 1.0.0, 1.1.0, 1.2.0, and the latest version 1.3.0, which can be accessed through the provided links."]]],[]]