Class ChangelogsGrpc.ChangelogsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<ChangelogsGrpc.ChangelogsBlockingStub>
-
- com.google.cloud.dialogflow.cx.v3beta1.ChangelogsGrpc.ChangelogsBlockingStub
-
- Enclosing class:
- ChangelogsGrpc
public static final class ChangelogsGrpc.ChangelogsBlockingStub extends io.grpc.stub.AbstractBlockingStub<ChangelogsGrpc.ChangelogsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Changelogs.Service for managing [Changelogs][google.cloud.dialogflow.cx.v3beta1.Changelog].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ChangelogsGrpc.ChangelogsBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
Changelog
getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.ListChangelogsResponse
listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.
-
-
-
Method Detail
-
build
protected ChangelogsGrpc.ChangelogsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<ChangelogsGrpc.ChangelogsBlockingStub>
-
listChangelogs
public ListChangelogsResponse listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.
-
getChangelog
public Changelog getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.
-
-