Package com.google.cloud.support.v2
Class CaseServiceGrpc.CaseServiceImplBase
- java.lang.Object
-
- com.google.cloud.support.v2.CaseServiceGrpc.CaseServiceImplBase
-
- All Implemented Interfaces:
CaseServiceGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- CaseServiceGrpc
public abstract static class CaseServiceGrpc.CaseServiceImplBase extends Object implements io.grpc.BindableService, CaseServiceGrpc.AsyncService
Base class for the server implementation of the service CaseService.A service to manage Google Cloud support cases.
-
-
Constructor Summary
Constructors Constructor Description CaseServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.support.v2.CaseServiceGrpc.AsyncService
closeCase, createCase, escalateCase, getCase, listCases, searchCaseClassifications, searchCases, updateCase
-
-