Package com.google.cloud.support.v2
Class CaseServiceGrpc
- java.lang.Object
-
- com.google.cloud.support.v2.CaseServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/support/v2/case_service.proto") public final class CaseServiceGrpc extends Object
A service to manage Google Cloud support cases.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCaseServiceGrpc.AsyncServiceA service to manage Google Cloud support cases.static classCaseServiceGrpc.CaseServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service CaseService.static classCaseServiceGrpc.CaseServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CaseService.static classCaseServiceGrpc.CaseServiceImplBaseBase class for the server implementation of the service CaseService.static classCaseServiceGrpc.CaseServiceStubA stub to allow clients to do asynchronous rpc calls to service CaseService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(CaseServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CloseCaseRequest,Case>getCloseCaseMethod()static io.grpc.MethodDescriptor<CreateCaseRequest,Case>getCreateCaseMethod()static io.grpc.MethodDescriptor<EscalateCaseRequest,Case>getEscalateCaseMethod()static io.grpc.MethodDescriptor<GetCaseRequest,Case>getGetCaseMethod()static io.grpc.MethodDescriptor<ListCasesRequest,ListCasesResponse>getListCasesMethod()static io.grpc.MethodDescriptor<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse>getSearchCaseClassificationsMethod()static io.grpc.MethodDescriptor<SearchCasesRequest,SearchCasesResponse>getSearchCasesMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateCaseRequest,Case>getUpdateCaseMethod()static CaseServiceGrpc.CaseServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CaseServiceGrpc.CaseServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CaseServiceGrpc.CaseServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getGetCaseMethod
public static io.grpc.MethodDescriptor<GetCaseRequest,Case> getGetCaseMethod()
-
getListCasesMethod
public static io.grpc.MethodDescriptor<ListCasesRequest,ListCasesResponse> getListCasesMethod()
-
getSearchCasesMethod
public static io.grpc.MethodDescriptor<SearchCasesRequest,SearchCasesResponse> getSearchCasesMethod()
-
getCreateCaseMethod
public static io.grpc.MethodDescriptor<CreateCaseRequest,Case> getCreateCaseMethod()
-
getUpdateCaseMethod
public static io.grpc.MethodDescriptor<UpdateCaseRequest,Case> getUpdateCaseMethod()
-
getEscalateCaseMethod
public static io.grpc.MethodDescriptor<EscalateCaseRequest,Case> getEscalateCaseMethod()
-
getCloseCaseMethod
public static io.grpc.MethodDescriptor<CloseCaseRequest,Case> getCloseCaseMethod()
-
getSearchCaseClassificationsMethod
public static io.grpc.MethodDescriptor<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse> getSearchCaseClassificationsMethod()
-
newStub
public static CaseServiceGrpc.CaseServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CaseServiceGrpc.CaseServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CaseServiceGrpc.CaseServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CaseServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-