public sealed class ChangelogsClientImpl : ChangelogsClient
Reference documentation and code samples for the Dialogflow v3 API class ChangelogsClientImpl.
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(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 |
ChangelogsChangelogsClient 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 |
ChangelogsChangelogsClient |
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 |
TaskChangelog |
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 |
PagedEnumerableListChangelogsResponseChangelog |
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 |
PagedAsyncEnumerableListChangelogsResponseChangelog |
A pageable asynchronous sequence of Changelog resources. |