Class: Google::Cloud::OracleDatabase::V1::ListDbSystemShapesResponse

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 DbSystemShape.List.

Instance Attribute Summary collapse

Instance Attribute Details

#db_system_shapes::Array<::Google::Cloud::OracleDatabase::V1::DbSystemShape>

Returns The list of Database System shapes.

Returns:



363
364
365
366
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 363

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

#next_page_token::String

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

Returns:

  • (::String)

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



363
364
365
366
# File 'proto_docs/google/cloud/oracledatabase/v1/oracledatabase.rb', line 363

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