Class: Google::Cloud::Datastream::V1::MongodbDatabase
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MongodbDatabase
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MongoDB Database.
Instance Attribute Summary collapse
-
#collections ⇒ ::Array<::Google::Cloud::Datastream::V1::MongodbCollection>
Collections in the database.
-
#database ⇒ ::String
Database name.
Instance Attribute Details
#collections ⇒ ::Array<::Google::Cloud::Datastream::V1::MongodbCollection>
Returns Collections in the database.
1326 1327 1328 1329 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1326 class MongodbDatabase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database ⇒ ::String
Returns Database name.
1326 1327 1328 1329 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1326 class MongodbDatabase include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |