Compute Engine v1 API - Class StoragePoolTypes.StoragePoolTypesBase (2.16.0)

[BindServiceMethod(typeof(StoragePoolTypes), "BindService")]
public abstract class StoragePoolTypes.StoragePoolTypesBase

Reference documentation and code samples for the Compute Engine v1 API class StoragePoolTypes.StoragePoolTypesBase.

Base class for server-side implementations of StoragePoolTypes

Inheritance

object > StoragePoolTypes.StoragePoolTypesBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

AggregatedList(AggregatedListStoragePoolTypesRequest, ServerCallContext)

public virtual Task<StoragePoolTypeAggregatedList> AggregatedList(AggregatedListStoragePoolTypesRequest request, ServerCallContext context)

Retrieves an aggregated list of storage pool types. To prevent failure, Google recommends that you set the returnPartialSuccess parameter to true.

Parameters
Name Description
request AggregatedListStoragePoolTypesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskStoragePoolTypeAggregatedList

The response to send back to the client (wrapped by a task).

Get(GetStoragePoolTypeRequest, ServerCallContext)

public virtual Task<StoragePoolType> Get(GetStoragePoolTypeRequest request, ServerCallContext context)

Returns the specified storage pool type.

Parameters
Name Description
request GetStoragePoolTypeRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskStoragePoolType

The response to send back to the client (wrapped by a task).

List(ListStoragePoolTypesRequest, ServerCallContext)

public virtual Task<StoragePoolTypeList> List(ListStoragePoolTypesRequest request, ServerCallContext context)

Retrieves a list of storage pool types available to the specified project.

Parameters
Name Description
request ListStoragePoolTypesRequest

The request received from the client.

context ServerCallContext

The context of the server-side call handler being invoked.

Returns
Type Description
TaskStoragePoolTypeList

The response to send back to the client (wrapped by a task).