Class: Google::Cloud::Connectors::V1::ListRuntimeActionSchemasResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::ListRuntimeActionSchemasResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connection.rb
Overview
Response message for ConnectorsService.ListRuntimeActionSchemas.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Next page token.
-
#runtime_action_schemas ⇒ ::Array<::Google::Cloud::Connectors::V1::RuntimeActionSchema>
Runtime action schemas.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns Next page token.
478 479 480 481 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 478 class ListRuntimeActionSchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#runtime_action_schemas ⇒ ::Array<::Google::Cloud::Connectors::V1::RuntimeActionSchema>
Returns Runtime action schemas.
478 479 480 481 |
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 478 class ListRuntimeActionSchemasResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |