Class: Google::Cloud::DataCatalog::Lineage::V1::GetRunRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::GetRunRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb
Overview
Request message for [GetRun][google.cloud.datacatalog.lineage.v1.GetRun].
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the run to get.
418 419 420 421 |
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 418 class GetRunRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |