class Google::Apis::DataflowV1b3::DatastoreIoDetails
Metadata for a Datastore connector used by the job.
Attributes
namespace[RW]
Namespace used in the connection. Corresponds to the JSON property `namespace` @return [String]
project_id[RW]
ProjectId accessed in the connection. Corresponds to the JSON property `projectId` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataflow_v1b3/classes.rb, line 855 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataflow_v1b3/classes.rb, line 860 def update!(**args) @namespace = args[:namespace] if args.key?(:namespace) @project_id = args[:project_id] if args.key?(:project_id) end