public sealed class PauseEngineRequest : IMessage<PauseEngineRequest>, IEquatable<PauseEngineRequest>, IDeepCloneable<PauseEngineRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class PauseEngineRequest.
[[["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 `PauseEngineRequest` class within the Google Cloud Discovery Engine v1beta API, specifically for the .NET environment."],["The `PauseEngineRequest` class is used to create a request for pausing the training of a Discovery Engine, and it inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor `PauseEngineRequest()` and an overloaded constructor `PauseEngineRequest(PauseEngineRequest other)`, which takes another `PauseEngineRequest` object as a parameter."],["The `PauseEngineRequest` class contains two properties, `EngineName` and `Name`, where `Name` is a required field representing the engine's resource name and `EngineName` is a view over the `Name` resource."],["The provided document displays two version available for this specific class, `1.0.0-beta18` and `1.0.0-beta17`, with the beta18 being the latest."]]],[]]