Class: Google::Cloud::Dataflow::V1beta3::SpannerIODetails

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 Spanner connector used by the job.

Instance Attribute Summary collapse

Instance Attribute Details

#database_id::String

Returns DatabaseId accessed in the connection.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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