[BindServiceMethod(typeof(ExtensionRegistryService), "BindService")]
public abstract class ExtensionRegistryService.ExtensionRegistryServiceBase
Reference documentation and code samples for the Cloud AI Platform 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 |
DeleteExtensionRequest The request received from the client. |
context |
ServerCallContext The 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 |
GetExtensionRequest The request received from the client. |
context |
ServerCallContext The 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 |
ImportExtensionRequest The request received from the client. |
context |
ServerCallContext The 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 |
ListExtensionsRequest The request received from the client. |
context |
ServerCallContext The 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 |
UpdateExtensionRequest The request received from the client. |
context |
ServerCallContext The 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). |