[BindServiceMethod(typeof(Parallelstore), "BindService")]
public abstract class Parallelstore.ParallelstoreBaseReference documentation and code samples for the Parallelstore v1 API class Parallelstore.ParallelstoreBase.
Base class for server-side implementations of Parallelstore
Namespace
Google.Cloud.Parallelstore.V1Assembly
Google.Cloud.Parallelstore.V1.dll
Methods
CreateInstance(CreateInstanceRequest, ServerCallContext)
public virtual Task<Operation> CreateInstance(CreateInstanceRequest request, ServerCallContext context)Creates a Parallelstore instance in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateInstanceRequestThe 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). | 
DeleteInstance(DeleteInstanceRequest, ServerCallContext)
public virtual Task<Operation> DeleteInstance(DeleteInstanceRequest request, ServerCallContext context)Deletes a single instance.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteInstanceRequestThe 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). | 
ExportData(ExportDataRequest, ServerCallContext)
public virtual Task<Operation> ExportData(ExportDataRequest request, ServerCallContext context)Copies data from Parallelstore to Cloud Storage.
| Parameters | |
|---|---|
| Name | Description | 
| request | ExportDataRequestThe 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). | 
GetInstance(GetInstanceRequest, ServerCallContext)
public virtual Task<Instance> GetInstance(GetInstanceRequest request, ServerCallContext context)Gets details of a single instance.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetInstanceRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| TaskInstance | The response to send back to the client (wrapped by a task). | 
ImportData(ImportDataRequest, ServerCallContext)
public virtual Task<Operation> ImportData(ImportDataRequest request, ServerCallContext context)Copies data from Cloud Storage to Parallelstore.
| Parameters | |
|---|---|
| Name | Description | 
| request | ImportDataRequestThe 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). | 
ListInstances(ListInstancesRequest, ServerCallContext)
public virtual Task<ListInstancesResponse> ListInstances(ListInstancesRequest request, ServerCallContext context)Lists all instances in a given project and location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListInstancesRequestThe request received from the client. | 
| context | ServerCallContextThe context of the server-side call handler being invoked. | 
| Returns | |
|---|---|
| Type | Description | 
| TaskListInstancesResponse | The response to send back to the client (wrapped by a task). | 
UpdateInstance(UpdateInstanceRequest, ServerCallContext)
public virtual Task<Operation> UpdateInstance(UpdateInstanceRequest request, ServerCallContext context)Updates the parameters of a single instance.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateInstanceRequestThe 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). |