Class: Google::Cloud::Dataflow::V1beta3::BigTableIODetails

Inherits:
Object
  • Object
show all
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 Attribute Details

#instance_id::String

Returns InstanceId accessed in the connection.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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