public sealed class ExtensionOperation : IMessage<ExtensionOperation>, IEquatable<ExtensionOperation>, IDeepCloneable<ExtensionOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExtensionOperation.
[[["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-25 UTC."],[[["The `ExtensionOperation` class is part of the Google Cloud AI Platform v1beta1 API, and represents the operation of an extension within the platform."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling specific functionalities like message handling and cloning."],["`ExtensionOperation` contains two key properties: `FunctionDeclaration`, which provides a structured representation of a function based on OpenAPI specifications, and `OperationId`, which uniquely identifies operations within an extension."],["There are two constructors for the `ExtensionOperation` class, one empty, and the other taking a parameter of type `ExtensionOperation`."],["The class inherits several methods from the `object` class, including `GetHashCode`, `GetType`, and `ToString`, providing standard object functionalities."]]],[]]