public sealed class SupportedRuntimeFeatures : IMessage<SupportedRuntimeFeatures>, IEquatable<SupportedRuntimeFeatures>, IDeepCloneable<SupportedRuntimeFeatures>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class SupportedRuntimeFeatures.
Supported runtime features of a connector version. This is passed to the
management layer to add a new connector version by the connector developer.
Details about how this proto is passed to the management layer is covered in
this doc - go/runtime-manifest.
[[["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 provides details for the `SupportedRuntimeFeatures` class within the Google Cloud Connectors v1 API, specifically version 1.0.0."],["The `SupportedRuntimeFeatures` class outlines the runtime capabilities of a connector version, which is used by connector developers to add new connector versions to the management layer."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in handling messages and data structures."],["The class includes properties such as `ActionApis`, `EntityApis`, and `SqlQuery` to define whether the connector supports action APIs, entity APIs, and SQL query operations, respectively, each as boolean values."],["There are also four versions listed, 1.0.0, 1.1.0, 1.2.0, and 1.3.0 (latest), with hyperlinks to the respective documentation."]]],[]]