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.
Implements
IMessageSupportedRuntimeFeatures, IEquatableSupportedRuntimeFeatures, IDeepCloneableSupportedRuntimeFeatures, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
SupportedRuntimeFeatures()
public SupportedRuntimeFeatures()
SupportedRuntimeFeatures(SupportedRuntimeFeatures)
public SupportedRuntimeFeatures(SupportedRuntimeFeatures other)
Parameter | |
---|---|
Name | Description |
other | SupportedRuntimeFeatures |
Properties
ActionApis
public bool ActionApis { get; set; }
Specifies if the connector supports action apis like 'executeAction'.
Property Value | |
---|---|
Type | Description |
bool |
EntityApis
public bool EntityApis { get; set; }
Specifies if the connector supports entity apis like 'createEntity'.
Property Value | |
---|---|
Type | Description |
bool |
SqlQuery
public bool SqlQuery { get; set; }
Specifies if the connector supports 'ExecuteSqlQuery' operation.
Property Value | |
---|---|
Type | Description |
bool |