Class ProjectServiceGrpc (0.39.0)

public final class ProjectServiceGrpc

Service for operations on the Project.

Inheritance

java.lang.Object > ProjectServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ProjectServiceGrpc.AsyncService service)

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

getGetProjectMethod()

public static MethodDescriptor<GetProjectRequest,Project> getGetProjectMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetProjectRequest,Project>

getProvisionProjectMethod()

public static MethodDescriptor<ProvisionProjectRequest,Operation> getProvisionProjectMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ProvisionProjectRequest,Operation>

getReportConsentChangeMethod()

public static MethodDescriptor<ReportConsentChangeRequest,Project> getReportConsentChangeMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ReportConsentChangeRequest,Project>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static ProjectServiceGrpc.ProjectServiceBlockingStub 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
ProjectServiceGrpc.ProjectServiceBlockingStub

newFutureStub(Channel channel)

public static ProjectServiceGrpc.ProjectServiceFutureStub 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
ProjectServiceGrpc.ProjectServiceFutureStub

newStub(Channel channel)

public static ProjectServiceGrpc.ProjectServiceStub 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
ProjectServiceGrpc.ProjectServiceStub