Class: Google::Cloud::Datastream::V1::MongodbDatabase

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#collections::Array<::Google::Cloud::Datastream::V1::MongodbCollection>

Returns Collections in the database.

Returns:



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.

Returns:

  • (::String)

    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