Class: Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb

Overview

Response message for ProcessOpenLineageRunEvent.

Instance Attribute Summary collapse

Instance Attribute Details

#lineage_events::Array<::String>

Returns Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.

Returns:

  • (::Array<::String>)

    Created lineage event names. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}/lineageEvents/{lineage_event}.



292
293
294
295
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 292

class ProcessOpenLineageRunEventResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#process::String

Returns Created process name. Format: projects/{project}/locations/{location}/processes/{process}.

Returns:

  • (::String)

    Created process name. Format: projects/{project}/locations/{location}/processes/{process}.



292
293
294
295
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 292

class ProcessOpenLineageRunEventResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#run::String

Returns Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.

Returns:

  • (::String)

    Created run name. Format: projects/{project}/locations/{location}/processes/{process}/runs/{run}.



292
293
294
295
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 292

class ProcessOpenLineageRunEventResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end