[BindServiceMethod(typeof(InstanceSettingsService), "BindService")]
public abstract class InstanceSettingsService.InstanceSettingsServiceBaseReference documentation and code samples for the Compute Engine v1 API class InstanceSettingsService.InstanceSettingsServiceBase.
Base class for server-side implementations of InstanceSettingsService
Namespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Methods
Get(GetInstanceSettingRequest, ServerCallContext)
public virtual Task<InstanceSettings> Get(GetInstanceSettingRequest request, ServerCallContext context)Get Instance settings.
| Parameters | |
|---|---|
| Name | Description |
request |
GetInstanceSettingRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskInstanceSettings |
The response to send back to the client (wrapped by a task). |
Patch(PatchInstanceSettingRequest, ServerCallContext)
public virtual Task<Operation> Patch(PatchInstanceSettingRequest request, ServerCallContext context)Patch Instance settings
| Parameters | |
|---|---|
| Name | Description |
request |
PatchInstanceSettingRequestThe 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). |