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][google.cloud.datacatalog.lineage.v1.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}.



268
269
270
271
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 268

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}.



268
269
270
271
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 268

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}.



268
269
270
271
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 268

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