Class ChangelogsGrpc.ChangelogsFutureStub (0.52.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
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
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
NameDescription
requestGetChangelogRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<Changelog>

listChangelogs(ListChangelogsRequest request)

public ListenableFuture<ListChangelogsResponse> listChangelogs(ListChangelogsRequest request)

Returns the list of Changelogs.

Parameter
NameDescription
requestListChangelogsRequest
Returns
TypeDescription
com.google.common.util.concurrent.ListenableFuture<ListChangelogsResponse>