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."],[[["The page provides documentation for the `TerminateJobRunRequest` class within the Google Cloud Deploy v1 API."],["This class is used as a request object for the `TerminateJobRun` method and has multiple implemented interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists various versions of the `TerminateJobRunRequest` class, ranging from version 1.0.0 up to the latest version 3.4.0, with version 2.14.0 being the main focus."],["`TerminateJobRunRequest` includes properties such as `JobRunName` (a typed view) and `Name`, which is a required string representing the name of the JobRun resource, following a specific format."],["There are two constructors for the `TerminateJobRunRequest` class: a default constructor and a copy constructor, taking another `TerminateJobRunRequest` object as an argument."]]],[]]