public static final class ChangelogsGrpc.ChangelogsBlockingStub extends io.grpc.stub.AbstractBlockingStub<ChangelogsGrpc.ChangelogsBlockingStub>
Service for managing [Changelogs][google.cloud.dialogflow.cx.v3.Changelog].
| Modifier and Type | Method and 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.
|
protected ChangelogsGrpc.ChangelogsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ChangelogsGrpc.ChangelogsBlockingStub>public ListChangelogsResponse listChangelogs(ListChangelogsRequest request)
Returns the list of Changelogs.
public Changelog getChangelog(GetChangelogRequest request)
Retrieves the specified Changelog.
Copyright © 2023 Google LLC. All rights reserved.