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."],[[["The `ConnectionStatus` class in the Integration Connectors v1 API indicates the state of a connection and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and provides functionality such as `GetHashCode()`, `GetType()`, and `ToString()`."],["`ConnectionStatus` instances can be created using a default constructor or by cloning an existing `ConnectionStatus` object."],["The `ConnectionStatus` class includes properties for `Description`, `State` (of type `ConnectionStatus.Types.State`), and `Status`, which provide details about the connection's condition."],["This class is part of the `Google.Cloud.Connectors.V1` namespace and can be found in the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]