Package com.buildless.service.v1
Class ProjectsGrpc
java.lang.Object
com.buildless.service.v1.ProjectsGrpc
@Generated(value="by gRPC proto compiler (version 1.59.1)",
comments="Source: buildless/service/v1/projects-v1.proto")
public final class ProjectsGrpc
extends Object
Defines the API surface for the Buildless Projects service.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefines the API surface for the Buildless Projects service.static final classA stub to allow clients to do synchronous rpc calls to service Projects.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service Projects.static classBase class for the server implementation of the service Projects.static final classA stub to allow clients to do asynchronous rpc calls to service Projects. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionbindService(ProjectsGrpc.AsyncService service) static io.grpc.MethodDescriptor<CreateProjectRequest,CreateProjectResponse> static io.grpc.MethodDescriptor<ProjectFetchRequest,ProjectFetchResponse> static io.grpc.MethodDescriptor<ListProjectsRequest,ListProjectsResponse> static io.grpc.MethodDescriptor<ProjectCreateAdviceRequest,ProjectCreateAdviceResponse> static io.grpc.MethodDescriptor<ProjectCheckNameRequest,ProjectCheckNameResponse> static io.grpc.MethodDescriptor<ProjectGenerateNameRequest,ProjectGenerateNameResponse> static io.grpc.MethodDescriptor<ProjectArchiveRequest,ProjectArchiveResponse> static io.grpc.MethodDescriptor<ProjectDeleteRequest,ProjectDeleteResponse> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<UpdateProjectSettingsRequest,UpdateProjectSettingsResponse> newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicenewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ProjectsGrpc.ProjectsStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getListProjectsMethod
public static io.grpc.MethodDescriptor<ListProjectsRequest,ListProjectsResponse> getListProjectsMethod() -
getFetchProjectMethod
public static io.grpc.MethodDescriptor<ProjectFetchRequest,ProjectFetchResponse> getFetchProjectMethod() -
getNewProjectNameCheckMethod
public static io.grpc.MethodDescriptor<ProjectCheckNameRequest,ProjectCheckNameResponse> getNewProjectNameCheckMethod() -
getNewProjectNameGenerateMethod
public static io.grpc.MethodDescriptor<ProjectGenerateNameRequest,ProjectGenerateNameResponse> getNewProjectNameGenerateMethod() -
getNewProjectAdviceMethod
public static io.grpc.MethodDescriptor<ProjectCreateAdviceRequest,ProjectCreateAdviceResponse> getNewProjectAdviceMethod() -
getCreateProjectMethod
public static io.grpc.MethodDescriptor<CreateProjectRequest,CreateProjectResponse> getCreateProjectMethod() -
getUpdateProjectSettingsMethod
public static io.grpc.MethodDescriptor<UpdateProjectSettingsRequest,UpdateProjectSettingsResponse> getUpdateProjectSettingsMethod() -
getProjectArchiveMethod
public static io.grpc.MethodDescriptor<ProjectArchiveRequest,ProjectArchiveResponse> getProjectArchiveMethod() -
getProjectDeleteMethod
public static io.grpc.MethodDescriptor<ProjectDeleteRequest,ProjectDeleteResponse> getProjectDeleteMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
bindService
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-