Class: Google::Cloud::Connectors::V1::ListRuntimeEntitySchemasResponse

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.ListRuntimeEntitySchemas.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String

Returns Next page token.

Returns:

  • (::String)

    Next page token.



438
439
440
441
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 438

class ListRuntimeEntitySchemasResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#runtime_entity_schemas::Array<::Google::Cloud::Connectors::V1::RuntimeEntitySchema>

Returns Runtime entity schemas.

Returns:



438
439
440
441
# File 'proto_docs/google/cloud/connectors/v1/connection.rb', line 438

class ListRuntimeEntitySchemasResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end