Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::SourceObjectIdentifier::MongodbObjectIdentifier.
MongoDB data source object identifier.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#collection
def collection() -> ::String
Returns
- (::String) — Required. The collection name.
#collection=
def collection=(value) -> ::String
Parameter
- value (::String) — Required. The collection name.
Returns
- (::String) — Required. The collection name.
#database
def database() -> ::String
Returns
- (::String) — Required. The database name.
#database=
def database=(value) -> ::String
Parameter
- value (::String) — Required. The database name.
Returns
- (::String) — Required. The database name.