[BindServiceMethod(typeof(SnapshotSettingsService), "BindService")]
public abstract class SnapshotSettingsService.SnapshotSettingsServiceBase
Reference documentation and code samples for the Compute Engine v1 API class SnapshotSettingsService.SnapshotSettingsServiceBase.
Base class for server-side implementations of SnapshotSettingsService
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Get(GetSnapshotSettingRequest, ServerCallContext)
public virtual Task<SnapshotSettings> Get(GetSnapshotSettingRequest request, ServerCallContext context)
Get snapshot settings.
Parameters | |
---|---|
Name | Description |
request | GetSnapshotSettingRequest 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(PatchSnapshotSettingRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchSnapshotSettingRequest request, ServerCallContext context)
Patch snapshot settings.
Parameters | |
---|---|
Name | Description |
request | PatchSnapshotSettingRequest 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). |