Package com.buildless.service.v1
Class ProjectRepositoriesGrpc.ProjectRepositoriesStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractAsyncStub<ProjectRepositoriesGrpc.ProjectRepositoriesStub>
com.buildless.service.v1.ProjectRepositoriesGrpc.ProjectRepositoriesStub
- Enclosing class:
ProjectRepositoriesGrpc
public static final class ProjectRepositoriesGrpc.ProjectRepositoriesStub
extends io.grpc.stub.AbstractAsyncStub<ProjectRepositoriesGrpc.ProjectRepositoriesStub>
A stub to allow clients to do asynchronous rpc calls to service ProjectRepositories.
Defines the API surface for the Buildless Project Repositories service.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidprojectRepositoryFetch(ProjectRepositoryFetchRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryFetchResponse> responseObserver) ## Fetch Project RepositoryvoidprojectRepositoryLink(ProjectRepositoryLinkRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryLinkResponse> responseObserver) ## Link Project To RepositoryvoidprojectRepositoryList(ProjectRepositoryListRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryListResponse> responseObserver) ## List Project RepositoriesvoidprojectRepositoryRemove(ProjectRepositoryRemoveRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryRemoveResponse> responseObserver) ## Remove Project RepositoryvoidprojectRepositoryUpdate(ProjectRepositoryUpdateRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryUpdateResponse> responseObserver) ## Update Project RepositoryMethods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
Method Details
-
build
protected ProjectRepositoriesGrpc.ProjectRepositoriesStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ProjectRepositoriesGrpc.ProjectRepositoriesStub>
-
projectRepositoryList
public void projectRepositoryList(ProjectRepositoryListRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryListResponse> responseObserver) ## List Project Repositories
-
projectRepositoryFetch
public void projectRepositoryFetch(ProjectRepositoryFetchRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryFetchResponse> responseObserver) ## Fetch Project Repository
-
projectRepositoryLink
public void projectRepositoryLink(ProjectRepositoryLinkRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryLinkResponse> responseObserver) ## Link Project To Repository
-
projectRepositoryUpdate
public void projectRepositoryUpdate(ProjectRepositoryUpdateRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryUpdateResponse> responseObserver) ## Update Project Repository
-
projectRepositoryRemove
public void projectRepositoryRemove(ProjectRepositoryRemoveRequest request, io.grpc.stub.StreamObserver<ProjectRepositoryRemoveResponse> responseObserver) ## Remove Project Repository
-