public sealed class ChangelogsClientImpl : ChangelogsClient
Changelogs client wrapper implementation, for convenient use.
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(Changelogs.ChangelogsClient, ChangelogsSettings)
public ChangelogsClientImpl(Changelogs.ChangelogsClient grpcClient, ChangelogsSettings settings)
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. |
Properties
GrpcClient
public override Changelogs.ChangelogsClient GrpcClient { get; }
The underlying gRPC Changelogs client
Property Value | |
---|---|
Type | Description |
Changelogs.ChangelogsClient |
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. |