Dialogflow v3 API - Class ChangelogsClientImpl (2.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class ChangelogsClientImpl : ChangelogsClientReference documentation and code samples for the Dialogflow v3 API class ChangelogsClientImpl.
Changelogs client wrapper implementation, for convenient use.
Inherited Members
Namespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Remarks
Service for managing [Changelogs][google.cloud.dialogflow.cx.v3.Changelog].
Constructors
ChangelogsClientImpl(ChangelogsClient, ChangelogsSettings, ILogger)
public ChangelogsClientImpl(Changelogs.ChangelogsClient grpcClient, ChangelogsSettings settings, ILogger logger)Constructs a client wrapper for the Changelogs service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
Changelogs ChangelogsClient The underlying gRPC client. |
settings |
ChangelogsSettings The base ChangelogsSettings used within this client. |
logger |
ILogger Optional ILogger to use within this client. |
Properties
GrpcClient
public override Changelogs.ChangelogsClient GrpcClient { get; }The underlying gRPC Changelogs client
| Property Value | |
|---|---|
| Type | Description |
Changelogs ChangelogsClient |
|
LocationsClient
public override LocationsClient LocationsClient { get; }The LocationsClient associated with this client.
| Property Value | |
|---|---|
| Type | Description |
LocationsClient |
|
Methods
GetChangelog(GetChangelogRequest, CallSettings)
public override Changelog GetChangelog(GetChangelogRequest request, CallSettings callSettings = null)Retrieves the specified Changelog.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChangelogRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Changelog |
The RPC response. |
GetChangelogAsync(GetChangelogRequest, CallSettings)
public override Task<Changelog> GetChangelogAsync(GetChangelogRequest request, CallSettings callSettings = null)Retrieves the specified Changelog.
| Parameters | |
|---|---|
| Name | Description |
request |
GetChangelogRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task Changelog |
A Task containing the RPC response. |
ListChangelogs(ListChangelogsRequest, CallSettings)
public override PagedEnumerable<ListChangelogsResponse, Changelog> ListChangelogs(ListChangelogsRequest request, CallSettings callSettings = null)Returns the list of Changelogs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChangelogsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedEnumerable ListChangelogsResponse Changelog |
A pageable sequence of Changelog resources. |
ListChangelogsAsync(ListChangelogsRequest, CallSettings)
public override PagedAsyncEnumerable<ListChangelogsResponse, Changelog> ListChangelogsAsync(ListChangelogsRequest request, CallSettings callSettings = null)Returns the list of Changelogs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListChangelogsRequest The request object containing all of the parameters for the API call. |
callSettings |
CallSettings If not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
PagedAsyncEnumerable ListChangelogsResponse Changelog |
A pageable asynchronous sequence of Changelog resources. |