Class: Google::Cloud::Dataflow::V1beta3::DatastoreIODetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#namespace::String

Returns Namespace used in the connection.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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