Google Cloud Support v2 API - Class CaseService (1.3.0)

public static class CaseService

Reference documentation and code samples for the Google Cloud Support v2 API class CaseService.

A service to manage Google Cloud support cases.

Inheritance

object > CaseService

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Methods

BindService(CaseServiceBase)

public static ServerServiceDefinition BindService(CaseService.CaseServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl CaseServiceCaseServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, CaseServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, CaseService.CaseServiceBase serviceImpl)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Parameters
Name Description
serviceBinder ServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImpl CaseServiceCaseServiceBase

An object implementing the server-side handling logic.