Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::RuntimeActionSchema.
Schema of a runtime action.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action
def action() -> ::String
Returns
- (::String) — Output only. Name of the action.
#input_parameters
def input_parameters() -> ::Array<::Google::Cloud::Connectors::V1::RuntimeActionSchema::InputParameter>
Returns
- (::Array<::Google::Cloud::Connectors::V1::RuntimeActionSchema::InputParameter>) — Output only. List of input parameter metadata for the action.
#result_metadata
def result_metadata() -> ::Array<::Google::Cloud::Connectors::V1::RuntimeActionSchema::ResultMetadata>
Returns
- (::Array<::Google::Cloud::Connectors::V1::RuntimeActionSchema::ResultMetadata>) — Output only. List of result field metadata.