Class: Google::Cloud::OracleDatabase::V1::ListDbNodesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb

Overview

The response for DbNode.List.

Instance Attribute Summary collapse

Instance Attribute Details

#db_nodes::Array<::Google::Cloud::OracleDatabase::V1::DbNode>

Returns The list of DB Nodes.

Returns:



302
303
304
305
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 302

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

#next_page_token::String

Returns A token identifying a page of results the node should return.

Returns:

  • (::String)

    A token identifying a page of results the node should return.



302
303
304
305
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 302

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