Class: Google::Cloud::DataCatalog::Lineage::V1::GetRunRequest

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

Request message for [GetRun][google.cloud.datacatalog.lineage.v1.GetRun].

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the run to get.

Returns:

  • (::String)

    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