Class: Google::Cloud::Dataflow::V1beta3::SpannerIODetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::SpannerIODetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Metadata for a Spanner connector used by the job.
Instance Attribute Summary collapse
-
#database_id ⇒ ::String
DatabaseId accessed in the connection.
-
#instance_id ⇒ ::String
InstanceId accessed in the connection.
-
#project_id ⇒ ::String
ProjectId accessed in the connection.
Instance Attribute Details
#database_id ⇒ ::String
Returns DatabaseId accessed in the connection.
277 278 279 280 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 277 class SpannerIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_id ⇒ ::String
Returns InstanceId accessed in the connection.
277 278 279 280 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 277 class SpannerIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns ProjectId accessed in the connection.
277 278 279 280 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 277 class SpannerIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |