Class: Google::Cloud::DataCatalog::Lineage::V1::GetProcessRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the process to get.

Returns:

  • (::String)

    Required. The name of the process to get.



316
317
318
319
# File 'proto_docs/google/cloud/datacatalog/lineage/v1/lineage.rb', line 316

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