Google Cloud Support v2 API - Class CommentService (1.0.0)

public static class CommentService

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

A service to manage comments on cases.

Inheritance

object > CommentService

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Methods

BindService(CommentServiceBase)

public static ServerServiceDefinition BindService(CommentService.CommentServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplCommentServiceCommentServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, CommentServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, CommentService.CommentServiceBase 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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplCommentServiceCommentServiceBase

An object implementing the server-side handling logic.