Class: Google::Cloud::Connectors::V1::ListRuntimeActionSchemasRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::ListRuntimeActionSchemasRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Request message for ConnectorsService.ListRuntimeActionSchemas. For filter, only action field is supported with literal equality operator. Accepted filter example: action="approveOrder" Wildcards are not supported in the filter currently.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Required.
-
#page_size ⇒ ::Integer
Page size.
-
#page_token ⇒ ::String
Page token.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Required. Filter Format: action="{actionId}" Only action field is supported with literal equality operator. Accepted filter example: action="CancelOrder" Wildcards are not supported in the filter currently.
466 467 468 469 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 466 class ListRuntimeActionSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns Page size.
466 467 468 469 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 466 class ListRuntimeActionSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns Page token.
466 467 468 469 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 466 class ListRuntimeActionSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Parent resource of RuntimeActionSchema Format: projects/{project}/locations/{location}/connections/{connection}.
466 467 468 469 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 466 class ListRuntimeActionSchemasRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |