Package com.buildless.service.v1
Class ProjectRepositoriesGrpc.ProjectRepositoriesFutureStub
java.lang.Object
io.grpc.stub.AbstractStub<S>
io.grpc.stub.AbstractFutureStub<ProjectRepositoriesGrpc.ProjectRepositoriesFutureStub>
com.buildless.service.v1.ProjectRepositoriesGrpc.ProjectRepositoriesFutureStub
- Enclosing class:
ProjectRepositoriesGrpc
public static final class ProjectRepositoriesGrpc.ProjectRepositoriesFutureStub
extends io.grpc.stub.AbstractFutureStub<ProjectRepositoriesGrpc.ProjectRepositoriesFutureStub>
A stub to allow clients to do ListenableFuture-style 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) com.google.common.util.concurrent.ListenableFuture<ProjectRepositoryFetchResponse>## Fetch Project Repositorycom.google.common.util.concurrent.ListenableFuture<ProjectRepositoryLinkResponse>## Link Project To Repositorycom.google.common.util.concurrent.ListenableFuture<ProjectRepositoryListResponse>## List Project Repositoriescom.google.common.util.concurrent.ListenableFuture<ProjectRepositoryRemoveResponse>## Remove Project Repositorycom.google.common.util.concurrent.ListenableFuture<ProjectRepositoryUpdateResponse>## Update Project RepositoryMethods inherited from class io.grpc.stub.AbstractFutureStub
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.ProjectRepositoriesFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<ProjectRepositoriesGrpc.ProjectRepositoriesFutureStub>
-
projectRepositoryList
public com.google.common.util.concurrent.ListenableFuture<ProjectRepositoryListResponse> projectRepositoryList(ProjectRepositoryListRequest request) ## List Project Repositories
-
projectRepositoryFetch
public com.google.common.util.concurrent.ListenableFuture<ProjectRepositoryFetchResponse> projectRepositoryFetch(ProjectRepositoryFetchRequest request) ## Fetch Project Repository
-
projectRepositoryLink
public com.google.common.util.concurrent.ListenableFuture<ProjectRepositoryLinkResponse> projectRepositoryLink(ProjectRepositoryLinkRequest request) ## Link Project To Repository
-
projectRepositoryUpdate
public com.google.common.util.concurrent.ListenableFuture<ProjectRepositoryUpdateResponse> projectRepositoryUpdate(ProjectRepositoryUpdateRequest request) ## Update Project Repository
-
projectRepositoryRemove
public com.google.common.util.concurrent.ListenableFuture<ProjectRepositoryRemoveResponse> projectRepositoryRemove(ProjectRepositoryRemoveRequest request) ## Remove Project Repository
-