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 of the `GetProcessRequest` class is 1.4.0, and previous versions include 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["`GetProcessRequest` is a request message used for the `GetProcess` method within the Data Lineage v1 API, designed to retrieve data regarding a specific process."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, equality checks, deep cloning, and buffer management."],["`GetProcessRequest` includes two properties, `Name` (a string specifying the name of the process) and `ProcessName`, which provides a typed view over the `Name` property."],["The `GetProcessRequest` class can be instantiated through two constructors: a default constructor `GetProcessRequest()` and a copy constructor `GetProcessRequest(GetProcessRequest other)`."]]],[]]