[BindServiceMethod(typeof(RegionSnapshotSettings), "BindService")]
public abstract class RegionSnapshotSettings.RegionSnapshotSettingsBaseReference documentation and code samples for the Compute Engine v1 API class RegionSnapshotSettings.RegionSnapshotSettingsBase.
Base class for server-side implementations of RegionSnapshotSettings
Namespace
Google.Cloud.Compute.V1Assembly
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 |
GetRegionSnapshotSettingRequestThe request received from the client. |
context |
ServerCallContextThe 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 |
PatchRegionSnapshotSettingRequestThe request received from the client. |
context |
ServerCallContextThe 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). |