Compute Engine v1 API - Class RegionSnapshotSettings.RegionSnapshotSettingsBase (3.27.0)

[BindServiceMethod(typeof(RegionSnapshotSettings), "BindService")]
public abstract class RegionSnapshotSettings.RegionSnapshotSettingsBase

Reference documentation and code samples for the Compute Engine v1 API class RegionSnapshotSettings.RegionSnapshotSettingsBase.

Base class for server-side implementations of RegionSnapshotSettings

Inheritance

object > RegionSnapshotSettings.RegionSnapshotSettingsBase

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Methods

Get(GetRegionSnapshotSettingRequest, ServerCallContext)

public virtual Task<SnapshotSettings> Get(GetRegionSnapshotSettingRequest request, ServerCallContext context)

Get region snapshot settings.

Parameters
Name Description
request GetRegionSnapshotSettingRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskSnapshotSettings

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

Patch(PatchRegionSnapshotSettingRequest, ServerCallContext)

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

Patch region snapshot settings.

Parameters
Name Description
request PatchRegionSnapshotSettingRequest

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