Class: Google::Cloud::Connectors::V1::ListRuntimeActionSchemasResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#next_page_token::String

Returns Next page token.

Returns:

  • (::String)

    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.

Returns:



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