public class Generators.GeneratorsClient : ClientBase<Generators.GeneratorsClient>
Reference documentation and code samples for the Dialogflow v3 API class Generators.GeneratorsClient.
Client for Generators
Inheritance
object > ClientBase > ClientBaseGeneratorsGeneratorsClient > Generators.GeneratorsClientNamespace
Google.Cloud.Dialogflow.Cx.V3Assembly
Google.Cloud.Dialogflow.Cx.V3.dll
Constructors
GeneratorsClient()
protected GeneratorsClient()
Protected parameterless constructor to allow creation of test doubles.
GeneratorsClient(CallInvoker)
public GeneratorsClient(CallInvoker callInvoker)
Creates a new client for Generators that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
GeneratorsClient(ChannelBase)
public GeneratorsClient(ChannelBase channel)
Creates a new client for Generators
Parameter | |
---|---|
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
GeneratorsClient(ClientBaseConfiguration)
protected GeneratorsClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration The client configuration. |
Methods
CreateGenerator(CreateGeneratorRequest, CallOptions)
public virtual Generator CreateGenerator(CreateGeneratorRequest request, CallOptions options)
Creates a generator in the specified agent.
Parameters | |
---|---|
Name | Description |
request | CreateGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Generator | The response received from the server. |
CreateGenerator(CreateGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual Generator CreateGenerator(CreateGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a generator in the specified agent.
Parameters | |
---|---|
Name | Description |
request | CreateGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Generator | The response received from the server. |
CreateGeneratorAsync(CreateGeneratorRequest, CallOptions)
public virtual AsyncUnaryCall<Generator> CreateGeneratorAsync(CreateGeneratorRequest request, CallOptions options)
Creates a generator in the specified agent.
Parameters | |
---|---|
Name | Description |
request | CreateGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallGenerator | The call object. |
CreateGeneratorAsync(CreateGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Generator> CreateGeneratorAsync(CreateGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a generator in the specified agent.
Parameters | |
---|---|
Name | Description |
request | CreateGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallGenerator | The call object. |
CreateLocationsClient()
public virtual Locations.LocationsClient CreateLocationsClient()
Creates a new instance of Locations.LocationsClient using the same call invoker as this client.
Returns | |
---|---|
Type | Description |
LocationsLocationsClient | A new Locations.LocationsClient for the same target as this client. |
DeleteGenerator(DeleteGeneratorRequest, CallOptions)
public virtual Empty DeleteGenerator(DeleteGeneratorRequest request, CallOptions options)
Deletes the specified generators.
Parameters | |
---|---|
Name | Description |
request | DeleteGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
DeleteGenerator(DeleteGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteGenerator(DeleteGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified generators.
Parameters | |
---|---|
Name | Description |
request | DeleteGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Empty | The response received from the server. |
DeleteGeneratorAsync(DeleteGeneratorRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteGeneratorAsync(DeleteGeneratorRequest request, CallOptions options)
Deletes the specified generators.
Parameters | |
---|---|
Name | Description |
request | DeleteGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
DeleteGeneratorAsync(DeleteGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteGeneratorAsync(DeleteGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes the specified generators.
Parameters | |
---|---|
Name | Description |
request | DeleteGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty | The call object. |
GetGenerator(GetGeneratorRequest, CallOptions)
public virtual Generator GetGenerator(GetGeneratorRequest request, CallOptions options)
Retrieves the specified generator.
Parameters | |
---|---|
Name | Description |
request | GetGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Generator | The response received from the server. |
GetGenerator(GetGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual Generator GetGenerator(GetGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieves the specified generator.
Parameters | |
---|---|
Name | Description |
request | GetGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Generator | The response received from the server. |
GetGeneratorAsync(GetGeneratorRequest, CallOptions)
public virtual AsyncUnaryCall<Generator> GetGeneratorAsync(GetGeneratorRequest request, CallOptions options)
Retrieves the specified generator.
Parameters | |
---|---|
Name | Description |
request | GetGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallGenerator | The call object. |
GetGeneratorAsync(GetGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Generator> GetGeneratorAsync(GetGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Retrieves the specified generator.
Parameters | |
---|---|
Name | Description |
request | GetGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallGenerator | The call object. |
ListGenerators(ListGeneratorsRequest, CallOptions)
public virtual ListGeneratorsResponse ListGenerators(ListGeneratorsRequest request, CallOptions options)
Returns the list of all generators in the specified agent.
Parameters | |
---|---|
Name | Description |
request | ListGeneratorsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListGeneratorsResponse | The response received from the server. |
ListGenerators(ListGeneratorsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListGeneratorsResponse ListGenerators(ListGeneratorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the list of all generators in the specified agent.
Parameters | |
---|---|
Name | Description |
request | ListGeneratorsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
ListGeneratorsResponse | The response received from the server. |
ListGeneratorsAsync(ListGeneratorsRequest, CallOptions)
public virtual AsyncUnaryCall<ListGeneratorsResponse> ListGeneratorsAsync(ListGeneratorsRequest request, CallOptions options)
Returns the list of all generators in the specified agent.
Parameters | |
---|---|
Name | Description |
request | ListGeneratorsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListGeneratorsResponse | The call object. |
ListGeneratorsAsync(ListGeneratorsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListGeneratorsResponse> ListGeneratorsAsync(ListGeneratorsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Returns the list of all generators in the specified agent.
Parameters | |
---|---|
Name | Description |
request | ListGeneratorsRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListGeneratorsResponse | The call object. |
NewInstance(ClientBaseConfiguration)
protected override Generators.GeneratorsClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
GeneratorsGeneratorsClient |
UpdateGenerator(UpdateGeneratorRequest, CallOptions)
public virtual Generator UpdateGenerator(UpdateGeneratorRequest request, CallOptions options)
Update the specified generator.
Parameters | |
---|---|
Name | Description |
request | UpdateGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Generator | The response received from the server. |
UpdateGenerator(UpdateGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual Generator UpdateGenerator(UpdateGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update the specified generator.
Parameters | |
---|---|
Name | Description |
request | UpdateGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
Generator | The response received from the server. |
UpdateGeneratorAsync(UpdateGeneratorRequest, CallOptions)
public virtual AsyncUnaryCall<Generator> UpdateGeneratorAsync(UpdateGeneratorRequest request, CallOptions options)
Update the specified generator.
Parameters | |
---|---|
Name | Description |
request | UpdateGeneratorRequest The request to send to the server. |
options | CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallGenerator | The call object. |
UpdateGeneratorAsync(UpdateGeneratorRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Generator> UpdateGeneratorAsync(UpdateGeneratorRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Update the specified generator.
Parameters | |
---|---|
Name | Description |
request | UpdateGeneratorRequest The request to send to the server. |
headers | Metadata The initial metadata to send with the call. This parameter is optional. |
deadline | DateTime An optional deadline for the call. The call will be cancelled if deadline is hit. |
cancellationToken | CancellationToken An optional token for canceling the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallGenerator | The call object. |