[BindServiceMethod(typeof(ExtensionRegistryService), "BindService")]
public abstract class ExtensionRegistryService.ExtensionRegistryServiceBaseReference documentation and code samples for the Vertex AI v1beta1 API class ExtensionRegistryService.ExtensionRegistryServiceBase.
Base class for server-side implementations of ExtensionRegistryService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
DeleteExtension(DeleteExtensionRequest, ServerCallContext)
public virtual Task<Operation> DeleteExtension(DeleteExtensionRequest request, ServerCallContext context)Deletes an Extension.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteExtensionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetExtension(GetExtensionRequest, ServerCallContext)
public virtual Task<Extension> GetExtension(GetExtensionRequest request, ServerCallContext context)Gets an Extension.
| Parameters | |
|---|---|
| Name | Description |
request |
GetExtensionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskExtension |
The response to send back to the client (wrapped by a task). |
ImportExtension(ImportExtensionRequest, ServerCallContext)
public virtual Task<Operation> ImportExtension(ImportExtensionRequest request, ServerCallContext context)Imports an Extension.
| Parameters | |
|---|---|
| Name | Description |
request |
ImportExtensionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
ListExtensions(ListExtensionsRequest, ServerCallContext)
public virtual Task<ListExtensionsResponse> ListExtensions(ListExtensionsRequest request, ServerCallContext context)Lists Extensions in a location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListExtensionsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListExtensionsResponse |
The response to send back to the client (wrapped by a task). |
UpdateExtension(UpdateExtensionRequest, ServerCallContext)
public virtual Task<Extension> UpdateExtension(UpdateExtensionRequest request, ServerCallContext context)Updates an Extension.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateExtensionRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskExtension |
The response to send back to the client (wrapped by a task). |