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"]],[["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 document provides reference information for the `GetExecutionRequest` class within the Google Cloud Notebooks v1 API, specifically version 2.3.0, which is used to request scheduled notebook execution."],["The `GetExecutionRequest` class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default one and another one that takes an existing `GetExecutionRequest` instance as a parameter for copying."],["The `GetExecutionRequest` class includes properties such as `ExecutionName`, which provides a typed view of the resource name, and `Name`, a string representing the execution resource in the format `projects/{project_id}/locations/{location}/executions/{execution_id}`."],["This document outlines the details of different available versions of the `GetExecutionRequest`, including the latest 2.5.0, as well as previous versions from 2.4.0 down to 1.0.0-beta04."]]],[]]