public sealed class GetProcessRequest : IMessage<GetProcessRequest>, IEquatable<GetProcessRequest>, IDeepCloneable<GetProcessRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Lineage v1 API class GetProcessRequest.
Request message for
[GetProcess][google.cloud.datacatalog.lineage.v1.GetProcess].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available is 1.4.0, with 1.3.0 being the currently viewed version for the `GetProcessRequest` API class."],["`GetProcessRequest` is the request message used for the `GetProcess` operation within the Data Lineage v1 API."],["`GetProcessRequest` is a sealed class that implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `GetProcessRequest` includes two constructors: a parameterless constructor, and one that takes another `GetProcessRequest` object."],["The `GetProcessRequest` class has properties `Name`, which represents the name of the process to retrieve, and `ProcessName`, providing a typed view over the name property."]]],[]]