Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::MongodbObjectIdentifier
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::SourceObjectIdentifier::MongodbObjectIdentifier
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MongoDB data source object identifier.
Instance Attribute Summary collapse
-
#collection ⇒ ::String
Required.
-
#database ⇒ ::String
Required.
Instance Attribute Details
#collection ⇒ ::String
Returns Required. The collection name.
1892 1893 1894 1895 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1892 class MongodbObjectIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database ⇒ ::String
Returns Required. The database name.
1892 1893 1894 1895 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1892 class MongodbObjectIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |