public sealed class RuntimeActionSchema : IMessage<RuntimeActionSchema>, IEquatable<RuntimeActionSchema>, IDeepCloneable<RuntimeActionSchema>, IBufferMessage, IMessageReference documentation and code samples for the Integration Connectors v1 API class RuntimeActionSchema.
Schema of a runtime action.
Implements
IMessageRuntimeActionSchema, IEquatableRuntimeActionSchema, IDeepCloneableRuntimeActionSchema, IBufferMessage, IMessageNamespace
Google.Cloud.Connectors.V1Assembly
Google.Cloud.Connectors.V1.dll
Constructors
RuntimeActionSchema()
public RuntimeActionSchema()RuntimeActionSchema(RuntimeActionSchema)
public RuntimeActionSchema(RuntimeActionSchema other)| Parameter | |
|---|---|
| Name | Description |
other |
RuntimeActionSchema |
Properties
Action
public string Action { get; set; }Output only. Name of the action.
| Property Value | |
|---|---|
| Type | Description |
string |
|
InputParameters
public RepeatedField<RuntimeActionSchema.Types.InputParameter> InputParameters { get; }Output only. List of input parameter metadata for the action.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRuntimeActionSchemaTypesInputParameter |
|
ResultMetadata
public RepeatedField<RuntimeActionSchema.Types.ResultMetadata> ResultMetadata { get; }Output only. List of result field metadata.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldRuntimeActionSchemaTypesResultMetadata |
|