Class: Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::ProcessOpenLineageRunEventResponse
- 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
-
#lineage_events ⇒ ::Array<::String>
Created lineage event names.
-
#process ⇒ ::String
Created process name.
-
#run ⇒ ::String
Created run name.
Instance Attribute Details
#lineage_events ⇒ ::Array<::String>
Returns 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}
.
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}
.
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 |