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 interface
CaseServiceGrpc.AsyncService
A service to manage Google Cloud support cases.static class
CaseServiceGrpc.CaseServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service CaseService.static class
CaseServiceGrpc.CaseServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service CaseService.static class
CaseServiceGrpc.CaseServiceImplBase
Base class for the server implementation of the service CaseService.static class
CaseServiceGrpc.CaseServiceStub
A stub to allow clients to do asynchronous rpc calls to service CaseService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(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.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateCaseRequest,Case>
getUpdateCaseMethod()
static CaseServiceGrpc.CaseServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CaseServiceGrpc.CaseServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CaseServiceGrpc.CaseServiceStub
newStub(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()
-
-