Dialogflow v3 API - Class Changelogs.ChangelogsClient (2.7.0)

public class Changelogs.ChangelogsClient : ClientBase<Changelogs.ChangelogsClient>

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

Client for Changelogs

Inheritance

object > ClientBase > ClientBaseChangelogsChangelogsClient > Changelogs.ChangelogsClient

Namespace

Google.Cloud.Dialogflow.Cx.V3

Assembly

Google.Cloud.Dialogflow.Cx.V3.dll

Constructors

ChangelogsClient()

protected ChangelogsClient()

Protected parameterless constructor to allow creation of test doubles.

ChangelogsClient(CallInvoker)

public ChangelogsClient(CallInvoker callInvoker)

Creates a new client for Changelogs that uses a custom CallInvoker.

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

ChangelogsClient(ChannelBase)

public ChangelogsClient(ChannelBase channel)

Creates a new client for Changelogs

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

ChangelogsClient(ClientBaseConfiguration)

protected ChangelogsClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
TypeDescription
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

GetChangelog(GetChangelogRequest, CallOptions)

public virtual Changelog GetChangelog(GetChangelogRequest request, CallOptions options)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
Changelog

The response received from the server.

GetChangelog(GetChangelogRequest, Metadata, DateTime?, CancellationToken)

public virtual Changelog GetChangelog(GetChangelogRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Changelog

The response received from the server.

GetChangelogAsync(GetChangelogRequest, CallOptions)

public virtual AsyncUnaryCall<Changelog> GetChangelogAsync(GetChangelogRequest request, CallOptions options)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallChangelog

The call object.

GetChangelogAsync(GetChangelogRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Changelog> GetChangelogAsync(GetChangelogRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves the specified Changelog.

Parameters
NameDescription
requestGetChangelogRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallChangelog

The call object.

ListChangelogs(ListChangelogsRequest, CallOptions)

public virtual ListChangelogsResponse ListChangelogs(ListChangelogsRequest request, CallOptions options)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListChangelogsResponse

The response received from the server.

ListChangelogs(ListChangelogsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListChangelogsResponse ListChangelogs(ListChangelogsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListChangelogsResponse

The response received from the server.

ListChangelogsAsync(ListChangelogsRequest, CallOptions)

public virtual AsyncUnaryCall<ListChangelogsResponse> ListChangelogsAsync(ListChangelogsRequest request, CallOptions options)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCallListChangelogsResponse

The call object.

ListChangelogsAsync(ListChangelogsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListChangelogsResponse> ListChangelogsAsync(ListChangelogsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the list of Changelogs.

Parameters
NameDescription
requestListChangelogsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListChangelogsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override Changelogs.ChangelogsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
ChangelogsChangelogsClient
Overrides