Package com.buildless.service.v1
Class ProjectRepositoriesGrpc
java.lang.Object
com.buildless.service.v1.ProjectRepositoriesGrpc
@Generated(value="by gRPC proto compiler (version 1.59.1)",
comments="Source: buildless/service/v1/projects-v1.proto")
public final class ProjectRepositoriesGrpc
extends Object
Defines the API surface for the Buildless Project Repositories service.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDefines the API surface for the Buildless Project Repositories service.static final classA stub to allow clients to do synchronous rpc calls to service ProjectRepositories.static final classA stub to allow clients to do ListenableFuture-style rpc calls to service ProjectRepositories.static classBase class for the server implementation of the service ProjectRepositories.static final classA stub to allow clients to do asynchronous rpc calls to service ProjectRepositories. -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic final io.grpc.ServerServiceDefinitionstatic io.grpc.MethodDescriptor<ProjectRepositoryFetchRequest,ProjectRepositoryFetchResponse> static io.grpc.MethodDescriptor<ProjectRepositoryLinkRequest,ProjectRepositoryLinkResponse> static io.grpc.MethodDescriptor<ProjectRepositoryListRequest,ProjectRepositoryListResponse> static io.grpc.MethodDescriptor<ProjectRepositoryRemoveRequest,ProjectRepositoryRemoveResponse> static io.grpc.MethodDescriptor<ProjectRepositoryUpdateRequest,ProjectRepositoryUpdateResponse> static io.grpc.ServiceDescriptornewBlockingStub(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 servicenewStub(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
-
getProjectRepositoryListMethod
public static io.grpc.MethodDescriptor<ProjectRepositoryListRequest,ProjectRepositoryListResponse> getProjectRepositoryListMethod() -
getProjectRepositoryFetchMethod
public static io.grpc.MethodDescriptor<ProjectRepositoryFetchRequest,ProjectRepositoryFetchResponse> getProjectRepositoryFetchMethod() -
getProjectRepositoryLinkMethod
public static io.grpc.MethodDescriptor<ProjectRepositoryLinkRequest,ProjectRepositoryLinkResponse> getProjectRepositoryLinkMethod() -
getProjectRepositoryUpdateMethod
public static io.grpc.MethodDescriptor<ProjectRepositoryUpdateRequest,ProjectRepositoryUpdateResponse> getProjectRepositoryUpdateMethod() -
getProjectRepositoryRemoveMethod
public static io.grpc.MethodDescriptor<ProjectRepositoryRemoveRequest,ProjectRepositoryRemoveResponse> getProjectRepositoryRemoveMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
public static ProjectRepositoriesGrpc.ProjectRepositoriesBlockingStub newBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
public static ProjectRepositoriesGrpc.ProjectRepositoriesFutureStub 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(ProjectRepositoriesGrpc.AsyncService service) -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-