public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class GetExecutionRequest.
[[["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."],[[["The `GetExecutionRequest` class is part of the AI Platform Notebooks v1 API, specifically within the `Google.Cloud.Notebooks.V1` namespace and is used for requesting scheduled notebook executions."],["This class, `GetExecutionRequest`, inherits from `Object` and implements several interfaces including `IMessage\u003cGetExecutionRequest\u003e`, `IEquatable\u003cGetExecutionRequest\u003e`, `IDeepCloneable\u003cGetExecutionRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The `GetExecutionRequest` class has two constructors: a default constructor `GetExecutionRequest()` and a copy constructor `GetExecutionRequest(GetExecutionRequest other)`."],["The class contains two main properties, the first is `ExecutionName`, which provides a typed view of the `Name`, and the other is `Name`, which is a string representing the resource name in the format: `projects/{project_id}/locations/{location}/executions/{execution_id}`."],["The provided documentation lists various versions of the API, with version 2.5.0 being the latest."]]],[]]