public MapField<string, string> Environment { get; }
The environment to pass into every action. Each action can also specify
additional environment variables but cannot delete an entry from this map
(though they can overwrite it with a different value).
The maximum amount of time to give the pipeline to complete. This includes
the time spent waiting for a worker to be allocated. If the pipeline fails
to complete before the timeout, it will be cancelled and the error code
will be set to DEADLINE_EXCEEDED.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ePipeline\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.LifeSciences.V2Beta\u003c/code\u003e namespace allows for the specification of a series of actions to be executed as Docker containers.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, providing functionalities for message handling, equality comparisons, deep cloning, and buffer management.\u003c/p\u003e\n"],["\u003cp\u003eA \u003ccode\u003ePipeline\u003c/code\u003e object can be constructed using default settings or by cloning an existing \u003ccode\u003ePipeline\u003c/code\u003e object, providing flexibility in setting up the pipeline.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of a \u003ccode\u003ePipeline\u003c/code\u003e include \u003ccode\u003eActions\u003c/code\u003e (a list of actions to execute), \u003ccode\u003eEnvironment\u003c/code\u003e (environment variables for all actions), \u003ccode\u003eResources\u003c/code\u003e (resource requirements for execution), and \u003ccode\u003eTimeout\u003c/code\u003e (the maximum execution time).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePipeline\u003c/code\u003e class inherits from \u003ccode\u003eObject\u003c/code\u003e and includes common methods such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]