Compute Engine v1 API - Class ReservationSubBlocks.ReservationSubBlocksBase (3.10.0)

[BindServiceMethod(typeof(ReservationSubBlocks), "BindService")]
public abstract class ReservationSubBlocks.ReservationSubBlocksBase

Reference documentation and code samples for the Compute Engine v1 API class ReservationSubBlocks.ReservationSubBlocksBase.

Base class for server-side implementations of ReservationSubBlocks

Inheritance

object > ReservationSubBlocks.ReservationSubBlocksBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

Get(GetReservationSubBlockRequest, ServerCallContext)

public virtual Task<ReservationSubBlocksGetResponse> Get(GetReservationSubBlockRequest request, ServerCallContext context)

Retrieves information about the specified reservation subBlock.

Parameters
Name Description
request GetReservationSubBlockRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskReservationSubBlocksGetResponse

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

List(ListReservationSubBlocksRequest, ServerCallContext)

public virtual Task<ReservationSubBlocksListResponse> List(ListReservationSubBlocksRequest request, ServerCallContext context)

Retrieves a list of reservation subBlocks under a single reservation.

Parameters
Name Description
request ListReservationSubBlocksRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskReservationSubBlocksListResponse

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

PerformMaintenance(PerformMaintenanceReservationSubBlockRequest, ServerCallContext)

public virtual Task<Operation> PerformMaintenance(PerformMaintenanceReservationSubBlockRequest request, ServerCallContext context)

Allows customers to perform maintenance on a reservation subBlock

Parameters
Name Description
request PerformMaintenanceReservationSubBlockRequest

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).