public class Generators.GeneratorsClient : ClientBase<Generators.GeneratorsClient>Reference documentation and code samples for the Google Cloud Dialogflow v2 API class Generators.GeneratorsClient.
Client for Generators
Inheritance
object > ClientBase > ClientBaseGeneratorsGeneratorsClient > Generators.GeneratorsClientNamespace
Google.Cloud.Dialogflow.V2Assembly
Google.Cloud.Dialogflow.V2.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 | CallInvokerThe callInvoker to use to make remote calls. | 
GeneratorsClient(ChannelBase)
public GeneratorsClient(ChannelBase channel)Creates a new client for Generators
| Parameter | |
|---|---|
| Name | Description | 
| channel | ChannelBaseThe 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 | ClientBaseClientBaseConfigurationThe client configuration. | 
Methods
CreateGenerator(CreateGeneratorRequest, CallOptions)
public virtual Generator CreateGenerator(CreateGeneratorRequest request, CallOptions options)Creates a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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 a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallGenerator | The call object. | 
ListGenerators(ListGeneratorsRequest, CallOptions)
public virtual ListGeneratorsResponse ListGenerators(ListGeneratorsRequest request, CallOptions options)Lists generators.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListGeneratorsRequestThe request to send to the server. | 
| options | CallOptionsThe 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)Lists generators.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListGeneratorsRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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)Lists generators.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListGeneratorsRequestThe request to send to the server. | 
| options | CallOptionsThe 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)Lists generators.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListGeneratorsRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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)Updates a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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)Updates a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn 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)Updates a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateGeneratorRequestThe request to send to the server. | 
| options | CallOptionsThe 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)Updates a generator.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateGeneratorRequestThe request to send to the server. | 
| headers | MetadataThe initial metadata to send with the call. This parameter is optional. | 
| deadline | System.DateTimeAn optional deadline for the call. The call will be cancelled if deadline is hit. | 
| cancellationToken | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCallGenerator | The call object. |