public sealed class TerminateJobRunRequest : IMessage<TerminateJobRunRequest>, IEquatable<TerminateJobRunRequest>, IDeepCloneable<TerminateJobRunRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Deploy v1 API class TerminateJobRunRequest.
Required. Name of the JobRun. Format must be
projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}/jobRuns/{jobRun}.
[[["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."],[[["This webpage provides reference documentation for the `TerminateJobRunRequest` class within the Google Cloud Deploy v1 API, specifically for .NET."],["The `TerminateJobRunRequest` class is used to build request objects that are used by `TerminateJobRun` for .NET and can be found in the `Google.Cloud.Deploy.V1` namespace."],["The `TerminateJobRunRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its integration with .NET's type system."],["The documentation lists a history of available versions for the `TerminateJobRunRequest`, ranging from the latest 3.4.0 to older versions like 1.0.0, and also provides direct links for each version."],["The `TerminateJobRunRequest` class includes two constructors and two properties: `JobRunName`, which provides a typed view of the resource name, and `Name`, a string representing the required name of the `JobRun`."]]],[]]