Google Cloud Support v2 API - Class CaseAttachmentService (1.1.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
NameDescription
serviceImplCaseAttachmentServiceCaseAttachmentServiceBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

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

serviceImplCaseAttachmentServiceCaseAttachmentServiceBase

An object implementing the server-side handling logic.