Chronicle v1 API - Class InstanceService.InstanceServiceBase (1.0.0-beta02)

[BindServiceMethod(typeof(InstanceService), "BindService")]
public abstract class InstanceService.InstanceServiceBase

Reference documentation and code samples for the Chronicle v1 API class InstanceService.InstanceServiceBase.

Base class for server-side implementations of InstanceService

Inheritance

object > InstanceService.InstanceServiceBase

Namespace

Google.Cloud.Chronicle.V1

Assembly

Google.Cloud.Chronicle.V1.dll

Methods

GetInstance(GetInstanceRequest, ServerCallContext)

public virtual Task<Instance> GetInstance(GetInstanceRequest request, ServerCallContext context)

Gets a Instance.

Parameters
Name Description
request GetInstanceRequest

The request received from the client.

context ServerCallContext

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

Returns
Type Description
TaskInstance

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