Integration Connectors v1 API - Class SupportedRuntimeFeatures (1.2.0)

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.

Inheritance

object > SupportedRuntimeFeatures

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

SupportedRuntimeFeatures()

public SupportedRuntimeFeatures()

SupportedRuntimeFeatures(SupportedRuntimeFeatures)

public SupportedRuntimeFeatures(SupportedRuntimeFeatures other)
Parameter
NameDescription
otherSupportedRuntimeFeatures

Properties

ActionApis

public bool ActionApis { get; set; }

Specifies if the connector supports action apis like 'executeAction'.

Property Value
TypeDescription
bool

EntityApis

public bool EntityApis { get; set; }

Specifies if the connector supports entity apis like 'createEntity'.

Property Value
TypeDescription
bool

SqlQuery

public bool SqlQuery { get; set; }

Specifies if the connector supports 'ExecuteSqlQuery' operation.

Property Value
TypeDescription
bool