Class: Google::Cloud::Dataflow::V1beta3::DatastoreIODetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::DatastoreIODetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Metadata for a Datastore connector used by the job.
Instance Attribute Summary collapse
-
#namespace ⇒ ::String
Namespace used in the connection.
-
#project_id ⇒ ::String
ProjectId accessed in the connection.
Instance Attribute Details
#namespace ⇒ ::String
Returns Namespace used in the connection.
208 209 210 211 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 208 class DatastoreIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns ProjectId accessed in the connection.
208 209 210 211 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 208 class DatastoreIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |