Compute Engine v1 API - Class InstanceSettingsService.InstanceSettingsServiceBase (2.16.0)

[BindServiceMethod(typeof(InstanceSettingsService), "BindService")]
public abstract class InstanceSettingsService.InstanceSettingsServiceBase

Reference documentation and code samples for the Compute Engine v1 API class InstanceSettingsService.InstanceSettingsServiceBase.

Base class for server-side implementations of InstanceSettingsService

Inheritance

object > InstanceSettingsService.InstanceSettingsServiceBase

Namespace

Google.Cloud.Compute.V1

Assembly

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 GetInstanceSettingRequest

The request received from the client.

context ServerCallContext

The 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 PatchInstanceSettingRequest

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