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 document provides reference documentation for the `ConnectionStatus` class within the Google Cloud Connectors v1 API."],["The `ConnectionStatus` class is used to determine the state of a connection, which it indicates."],["`ConnectionStatus` inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, with methods and properties including `Description`, `State`, and `Status`."],["The class has two constructors: a default constructor and another that takes another `ConnectionStatus` object as a parameter."],["There are four versions available for this class, from 1.0.0 to the latest 1.3.0."]]],[]]