Class CaseServiceGrpc (0.29.0)

public final class CaseServiceGrpc

A service to manage Google Cloud support cases.

Inheritance

java.lang.Object > CaseServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CaseServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CaseServiceGrpc.AsyncService service)
Parameter
Name Description
service CaseServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCloseCaseMethod()

public static MethodDescriptor<CloseCaseRequest,Case> getCloseCaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CloseCaseRequest,Case>

getCreateCaseMethod()

public static MethodDescriptor<CreateCaseRequest,Case> getCreateCaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateCaseRequest,Case>

getEscalateCaseMethod()

public static MethodDescriptor<EscalateCaseRequest,Case> getEscalateCaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<EscalateCaseRequest,Case>

getGetCaseMethod()

public static MethodDescriptor<GetCaseRequest,Case> getGetCaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetCaseRequest,Case>

getListCasesMethod()

public static MethodDescriptor<ListCasesRequest,ListCasesResponse> getListCasesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListCasesRequest,ListCasesResponse>

getSearchCaseClassificationsMethod()

public static MethodDescriptor<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse> getSearchCaseClassificationsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SearchCaseClassificationsRequest,SearchCaseClassificationsResponse>

getSearchCasesMethod()

public static MethodDescriptor<SearchCasesRequest,SearchCasesResponse> getSearchCasesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<SearchCasesRequest,SearchCasesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateCaseMethod()

public static MethodDescriptor<UpdateCaseRequest,Case> getUpdateCaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateCaseRequest,Case>

newBlockingStub(Channel channel)

public static CaseServiceGrpc.CaseServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CaseServiceGrpc.CaseServiceBlockingStub

newFutureStub(Channel channel)

public static CaseServiceGrpc.CaseServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CaseServiceGrpc.CaseServiceFutureStub

newStub(Channel channel)

public static CaseServiceGrpc.CaseServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CaseServiceGrpc.CaseServiceStub