Class: Google::Cloud::OracleDatabase::V1::ListDbSystemShapesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::ListDbSystemShapesResponse
- 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
-
#db_system_shapes ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::DbSystemShape>
The list of Database System shapes.
-
#next_page_token ⇒ ::String
A token identifying a page of results the server should return.
Instance Attribute Details
#db_system_shapes ⇒ ::Array<::Google::Cloud::OracleDatabase::V1::DbSystemShape>
Returns The list of Database System shapes.
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.
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 |