Class: Google::Cloud::Datastream::V1::MongodbCollection
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MongodbCollection
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MongoDB Collection.
Instance Attribute Summary collapse
-
#collection ⇒ ::String
Collection name.
-
#fields ⇒ ::Array<::Google::Cloud::Datastream::V1::MongodbField>
Fields in the collection.
Instance Attribute Details
#collection ⇒ ::String
Returns Collection name.
1338 1339 1340 1341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1338 class MongodbCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fields ⇒ ::Array<::Google::Cloud::Datastream::V1::MongodbField>
Returns Fields in the collection.
1338 1339 1340 1341 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1338 class MongodbCollection include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |