Class ProjectServiceGrpc (2.48.0)

public final class ProjectServiceGrpc

Service for settings at Project level.

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

getAcceptTermsMethod()

public static MethodDescriptor<AcceptTermsRequest,Project> getAcceptTermsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<AcceptTermsRequest,Project>

getEnrollSolutionMethod()

public static MethodDescriptor<EnrollSolutionRequest,Operation> getEnrollSolutionMethod()
Returns
Type Description
io.grpc.MethodDescriptor<EnrollSolutionRequest,Operation>

getGetAlertConfigMethod()

public static MethodDescriptor<GetAlertConfigRequest,AlertConfig> getGetAlertConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetAlertConfigRequest,AlertConfig>

getGetLoggingConfigMethod()

public static MethodDescriptor<GetLoggingConfigRequest,LoggingConfig> getGetLoggingConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetLoggingConfigRequest,LoggingConfig>

getGetProjectMethod()

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

getListEnrolledSolutionsMethod()

public static MethodDescriptor<ListEnrolledSolutionsRequest,ListEnrolledSolutionsResponse> getListEnrolledSolutionsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListEnrolledSolutionsRequest,ListEnrolledSolutionsResponse>

getServiceDescriptor()

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

getUpdateAlertConfigMethod()

public static MethodDescriptor<UpdateAlertConfigRequest,AlertConfig> getUpdateAlertConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateAlertConfigRequest,AlertConfig>

getUpdateLoggingConfigMethod()

public static MethodDescriptor<UpdateLoggingConfigRequest,LoggingConfig> getUpdateLoggingConfigMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateLoggingConfigRequest,LoggingConfig>

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