Integration Connectors v1 API - Class RuntimeActionSchema (1.0.0)

public sealed class RuntimeActionSchema : IMessage<RuntimeActionSchema>, IEquatable<RuntimeActionSchema>, IDeepCloneable<RuntimeActionSchema>, IBufferMessage, IMessage

Reference documentation and code samples for the Integration Connectors v1 API class RuntimeActionSchema.

Schema of a runtime action.

Inheritance

object > RuntimeActionSchema

Namespace

Google.Cloud.Connectors.V1

Assembly

Google.Cloud.Connectors.V1.dll

Constructors

RuntimeActionSchema()

public RuntimeActionSchema()

RuntimeActionSchema(RuntimeActionSchema)

public RuntimeActionSchema(RuntimeActionSchema other)
Parameter
NameDescription
otherRuntimeActionSchema

Properties

Action

public string Action { get; set; }

Output only. Name of the action.

Property Value
TypeDescription
string

InputParameters

public RepeatedField<RuntimeActionSchema.Types.InputParameter> InputParameters { get; }

Output only. List of input parameter metadata for the action.

Property Value
TypeDescription
RepeatedFieldRuntimeActionSchemaTypesInputParameter

ResultMetadata

public RepeatedField<RuntimeActionSchema.Types.ResultMetadata> ResultMetadata { get; }

Output only. List of result field metadata.

Property Value
TypeDescription
RepeatedFieldRuntimeActionSchemaTypesResultMetadata