Class ChangelogsGrpc.ChangelogsBlockingV2Stub (0.73.0)

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

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.ChangelogsBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected ChangelogsGrpc.ChangelogsBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ChangelogsGrpc.ChangelogsBlockingV2Stub
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