Class ChangelogsGrpc.ChangelogsBlockingStub (0.52.0)

public static final class ChangelogsGrpc.ChangelogsBlockingStub extends AbstractBlockingStub<ChangelogsGrpc.ChangelogsBlockingStub>

A stub to allow clients to do synchronous rpc calls to service Changelogs.

Service for managing Changelogs.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ChangelogsGrpc.ChangelogsBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected ChangelogsGrpc.ChangelogsBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ChangelogsGrpc.ChangelogsBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getChangelog(GetChangelogRequest request)

public Changelog getChangelog(GetChangelogRequest request)

Retrieves the specified Changelog.

Parameter
NameDescription
requestGetChangelogRequest
Returns
TypeDescription
Changelog

listChangelogs(ListChangelogsRequest request)

public ListChangelogsResponse listChangelogs(ListChangelogsRequest request)

Returns the list of Changelogs.

Parameter
NameDescription
requestListChangelogsRequest
Returns
TypeDescription
ListChangelogsResponse