Class: Google::Cloud::Datastream::V1::MongodbField
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::MongodbField
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
MongoDB Field.
Instance Attribute Summary collapse
-
#field ⇒ ::String
Field name.
Instance Attribute Details
#field ⇒ ::String
Returns Field name.
1347 1348 1349 1350 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 1347 class MongodbField include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |