Compute Engine v1 API - Class PacketMirrorings.PacketMirroringsBase (2.15.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
NameDescription
requestAggregatedListPacketMirroringsRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
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
NameDescription
requestDeletePacketMirroringRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
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
NameDescription
requestGetPacketMirroringRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
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
NameDescription
requestInsertPacketMirroringRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
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
NameDescription
requestListPacketMirroringsRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
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
NameDescription
requestPatchPacketMirroringRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
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
NameDescription
requestTestIamPermissionsPacketMirroringRequest

The request received from the client.

contextServerCallContext

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

Returns
TypeDescription
TaskTestPermissionsResponse

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