public sealed class RunPipelineResponse : IMessage<RunPipelineResponse>, IEquatable<RunPipelineResponse>, IDeepCloneable<RunPipelineResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Life Sciences v2beta API class RunPipelineResponse.
The response to the RunPipeline method, returned in the operation's result
field on success.
[[["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\u003eThis webpage provides documentation for the \u003ccode\u003eRunPipelineResponse\u003c/code\u003e class, which is part of the Google Cloud Life Sciences v2beta API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eRunPipelineResponse\u003c/code\u003e is 2.0.0-beta06, with previous versions 2.0.0-beta05 and 1.0.0-beta02 also accessible.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunPipelineResponse\u003c/code\u003e class is a sealed class that implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRunPipelineResponse\u003c/code\u003e class returns the response of the RunPipeline method when it is successful, and can be constructed using a parameter of itself, or nothing at all.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eRunPipelineResponse\u003c/code\u003e inherits methods such as \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e from the base \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class RunPipelineResponse (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.RunPipelineResponse)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.RunPipelineResponse)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.RunPipelineResponse) \n\n public sealed class RunPipelineResponse : IMessage\u003cRunPipelineResponse\u003e, IEquatable\u003cRunPipelineResponse\u003e, IDeepCloneable\u003cRunPipelineResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class RunPipelineResponse.\n\nThe response to the RunPipeline method, returned in the operation's result\nfield on success. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e RunPipelineResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[RunPipelineResponse](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.RunPipelineResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[RunPipelineResponse](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.RunPipelineResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[RunPipelineResponse](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.RunPipelineResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nConstructors\n------------\n\n### RunPipelineResponse()\n\n public RunPipelineResponse()\n\n### RunPipelineResponse(RunPipelineResponse)\n\n public RunPipelineResponse(RunPipelineResponse other)"]]