Class: Google::Cloud::DataCatalog::Lineage::V1::GetLineageEventRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the lineage event to get.

Returns:

  • (::String)

    Required. The name of the lineage event to get.



497
498
499
500
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 497

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