Class ChangelogsGrpc.ChangelogsFutureStub (0.54.0)

public static final class ChangelogsGrpc.ChangelogsFutureStub extends AbstractFutureStub<ChangelogsGrpc.ChangelogsFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service Changelogs.

Service for managing Changelogs.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > ChangelogsGrpc.ChangelogsFutureStub

Methods

build(Channel channel, CallOptions callOptions)

protected ChangelogsGrpc.ChangelogsFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ChangelogsGrpc.ChangelogsFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getChangelog(GetChangelogRequest request)

public ListenableFuture<Changelog> getChangelog(GetChangelogRequest request)

Retrieves the specified Changelog.

Parameter
Name Description
request GetChangelogRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Changelog>

listChangelogs(ListChangelogsRequest request)

public ListenableFuture<ListChangelogsResponse> listChangelogs(ListChangelogsRequest request)

Returns the list of Changelogs.

Parameter
Name Description
request ListChangelogsRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListChangelogsResponse>