Class: Google::Cloud::DataCatalog::Lineage::V1::GetProcessRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::Lineage::V1::GetProcessRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |