public sealed class ImportExtensionRequest : IMessage<ImportExtensionRequest>, IEquatable<ImportExtensionRequest>, IDeepCloneable<ImportExtensionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ImportExtensionRequest.
Request message for
[ExtensionRegistryService.ImportExtension][google.cloud.aiplatform.v1beta1.ExtensionRegistryService.ImportExtension].
[[["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-04-09 UTC."],[[["This documentation details the `ImportExtensionRequest` class, which is part of the Google Cloud AI Platform v1beta1 API, specifically within the `Google.Cloud.AIPlatform.V1Beta1` namespace."],["The `ImportExtensionRequest` class is a request message used for the `ExtensionRegistryService.ImportExtension` method, allowing users to import extensions."],["This class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable\u003cImportExtensionRequest\u003e`, `IDeepCloneable\u003cImportExtensionRequest\u003e`, and `IBufferMessage`."],["Key properties of the `ImportExtensionRequest` class include `Extension`, which represents the extension to be imported, and `Parent`, which indicates the location where the extension will be imported, using the format `projects/{project}/locations/{location}`."],["The Class also comes with a constructor to create a new `ImportExtensionRequest`, or to copy data from an existing `ImportExtensionRequest` object."]]],[]]