Dialogflow v3 API - Class ChangelogsClientImpl (2.17.0)

public sealed class ChangelogsClientImpl : ChangelogsClient

Reference documentation and code samples for the Dialogflow v3 API class ChangelogsClientImpl.

Changelogs client wrapper implementation, for convenient use.

Inheritance

object > ChangelogsClient > ChangelogsClientImpl

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

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
NameDescription
grpcClientChangelogsChangelogsClient

The underlying gRPC client.

settingsChangelogsSettings

The base ChangelogsSettings used within this client.

loggerILogger

Optional ILogger to use within this client.

Properties

GrpcClient

public override Changelogs.ChangelogsClient GrpcClient { get; }

The underlying gRPC Changelogs client

Property Value
TypeDescription
ChangelogsChangelogsClient
Overrides

LocationsClient

public override LocationsClient LocationsClient { get; }

The LocationsClient associated with this client.

Property Value
TypeDescription
LocationsClient
Overrides

Methods

GetChangelog(GetChangelogRequest, CallSettings)

public override Changelog GetChangelog(GetChangelogRequest request, CallSettings callSettings = null)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
Changelog

The RPC response.

Overrides

GetChangelogAsync(GetChangelogRequest, CallSettings)

public override Task<Changelog> GetChangelogAsync(GetChangelogRequest request, CallSettings callSettings = null)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
TaskChangelog

A Task containing the RPC response.

Overrides

ListChangelogs(ListChangelogsRequest, CallSettings)

public override PagedEnumerable<ListChangelogsResponse, Changelog> ListChangelogs(ListChangelogsRequest request, CallSettings callSettings = null)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedEnumerableListChangelogsResponseChangelog

A pageable sequence of Changelog resources.

Overrides

ListChangelogsAsync(ListChangelogsRequest, CallSettings)

public override PagedAsyncEnumerable<ListChangelogsResponse, Changelog> ListChangelogsAsync(ListChangelogsRequest request, CallSettings callSettings = null)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest

The request object containing all of the parameters for the API call.

callSettingsCallSettings

If not null, applies overrides to this RPC call.

Returns
TypeDescription
PagedAsyncEnumerableListChangelogsResponseChangelog

A pageable asynchronous sequence of Changelog resources.

Overrides