Compute Engine v1 API - Class PacketMirrorings.PacketMirroringsBase (2.16.0)

[BindServiceMethod(typeof(PacketMirrorings), "BindService")]
public abstract class PacketMirrorings.PacketMirroringsBase

Reference documentation and code samples for the Compute Engine v1 API class PacketMirrorings.PacketMirroringsBase.

Base class for server-side implementations of PacketMirrorings

Inheritance

object > PacketMirrorings.PacketMirroringsBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

AggregatedList(AggregatedListPacketMirroringsRequest, ServerCallContext)

public virtual Task<PacketMirroringAggregatedList> AggregatedList(AggregatedListPacketMirroringsRequest request, ServerCallContext context)

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

Parameters
Name Description
request AggregatedListPacketMirroringsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskPacketMirroringAggregatedList

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

Delete(DeletePacketMirroringRequest, ServerCallContext)

public virtual Task<Operation> Delete(DeletePacketMirroringRequest request, ServerCallContext context)

Deletes the specified PacketMirroring resource.

Parameters
Name Description
request DeletePacketMirroringRequest

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

Get(GetPacketMirroringRequest, ServerCallContext)

public virtual Task<PacketMirroring> Get(GetPacketMirroringRequest request, ServerCallContext context)

Returns the specified PacketMirroring resource.

Parameters
Name Description
request GetPacketMirroringRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskPacketMirroring

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

Insert(InsertPacketMirroringRequest, ServerCallContext)

public virtual Task<Operation> Insert(InsertPacketMirroringRequest request, ServerCallContext context)

Creates a PacketMirroring resource in the specified project and region using the data included in the request.

Parameters
Name Description
request InsertPacketMirroringRequest

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

List(ListPacketMirroringsRequest, ServerCallContext)

public virtual Task<PacketMirroringList> List(ListPacketMirroringsRequest request, ServerCallContext context)

Retrieves a list of PacketMirroring resources available to the specified project and region.

Parameters
Name Description
request ListPacketMirroringsRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskPacketMirroringList

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

Patch(PatchPacketMirroringRequest, ServerCallContext)

public virtual Task<Operation> Patch(PatchPacketMirroringRequest request, ServerCallContext context)

Patches the specified PacketMirroring resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.

Parameters
Name Description
request PatchPacketMirroringRequest

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

TestIamPermissions(TestIamPermissionsPacketMirroringRequest, ServerCallContext)

public virtual Task<TestPermissionsResponse> TestIamPermissions(TestIamPermissionsPacketMirroringRequest request, ServerCallContext context)

Returns permissions that a caller has on the specified resource.

Parameters
Name Description
request TestIamPermissionsPacketMirroringRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskTestPermissionsResponse

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