Package com.google.cloud.support.v2.stub
Class CaseServiceStub
- java.lang.Object
-
- com.google.cloud.support.v2.stub.CaseServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcCaseServiceStub
,HttpJsonCaseServiceStub
@Generated("by gapic-generator-java") public abstract class CaseServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the CaseService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description CaseServiceStub()
-
Method Summary
-
-
-
Method Detail
-
getCaseCallable
public com.google.api.gax.rpc.UnaryCallable<GetCaseRequest,Case> getCaseCallable()
-
listCasesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,CaseServiceClient.ListCasesPagedResponse> listCasesPagedCallable()
-
listCasesCallable
public com.google.api.gax.rpc.UnaryCallable<ListCasesRequest,ListCasesResponse> listCasesCallable()
-
searchCasesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchCasesRequest,CaseServiceClient.SearchCasesPagedResponse> searchCasesPagedCallable()
-
searchCasesCallable
public com.google.api.gax.rpc.UnaryCallable<SearchCasesRequest,SearchCasesResponse> searchCasesCallable()
-
createCaseCallable
public com.google.api.gax.rpc.UnaryCallable<CreateCaseRequest,Case> createCaseCallable()
-
updateCaseCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateCaseRequest,Case> updateCaseCallable()
-
escalateCaseCallable
public com.google.api.gax.rpc.UnaryCallable<EscalateCaseRequest,Case> escalateCaseCallable()
-
closeCaseCallable
public com.google.api.gax.rpc.UnaryCallable<CloseCaseRequest,Case> closeCaseCallable()
-
searchCaseClassificationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<SearchCaseClassificationsRequest,CaseServiceClient.SearchCaseClassificationsPagedResponse> searchCaseClassificationsPagedCallable()
-
searchCaseClassificationsCallable
public com.google.api.gax.rpc.UnaryCallable<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse> searchCaseClassificationsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-