Google Cloud Support v2 API - Class CaseAttachmentService (1.3.0)

public static class CaseAttachmentService

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

A service to manage file attachment for Google Cloud support cases.

Inheritance

object > CaseAttachmentService

Namespace

Google.Cloud.Support.V2

Assembly

Google.Cloud.Support.V2.dll

Methods

BindService(CaseAttachmentServiceBase)

public static ServerServiceDefinition BindService(CaseAttachmentService.CaseAttachmentServiceBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl CaseAttachmentServiceCaseAttachmentServiceBase

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, CaseAttachmentServiceBase)

public static void BindService(ServiceBinderBase serviceBinder, CaseAttachmentService.CaseAttachmentServiceBase 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 CaseAttachmentServiceCaseAttachmentServiceBase

An object implementing the server-side handling logic.