Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::MongodbObjectIdentifier

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 data source object identifier.

Instance Attribute Summary collapse

Instance Attribute Details

#collection::String

Returns Required. The collection name.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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