Class ChangelogsClientImpl (1.11.0)

public sealed class ChangelogsClientImpl : ChangelogsClient

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(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
NameDescription
grpcClientChangelogs.ChangelogsClient

The underlying gRPC client.

settingsChangelogsSettings

The base ChangelogsSettings used within this client.

Properties

GrpcClient

public override Changelogs.ChangelogsClient GrpcClient { get; }

The underlying gRPC Changelogs client

Property Value
TypeDescription
Changelogs.ChangelogsClient
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
Task<Changelog>

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
PagedEnumerable<ListChangelogsResponse, Changelog>

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
PagedAsyncEnumerable<ListChangelogsResponse, Changelog>

A pageable asynchronous sequence of Changelog resources.

Overrides