Class: Google::Cloud::Dataflow::V1beta3::BigTableIODetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::BigTableIODetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/jobs.rb
Overview
Metadata for a Cloud Bigtable connector used by the job.
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
InstanceId accessed in the connection.
-
#project_id ⇒ ::String
ProjectId accessed in the connection.
-
#table_id ⇒ ::String
TableId accessed in the connection.
Instance Attribute Details
#instance_id ⇒ ::String
Returns InstanceId accessed in the connection.
244 245 246 247 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 244 class BigTableIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project_id ⇒ ::String
Returns ProjectId accessed in the connection.
244 245 246 247 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 244 class BigTableIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table_id ⇒ ::String
Returns TableId accessed in the connection.
244 245 246 247 |
# File 'proto_docs/google/dataflow/v1beta3/jobs.rb', line 244 class BigTableIODetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |