Class ChangelogsGrpc.ChangelogsBlockingStub (0.54.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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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
Name Description
request GetChangelogRequest
Returns
Type Description
Changelog

listChangelogs(ListChangelogsRequest request)

public ListChangelogsResponse listChangelogs(ListChangelogsRequest request)

Returns the list of Changelogs.

Parameter
Name Description
request ListChangelogsRequest
Returns
Type Description
ListChangelogsResponse