Show / Hide Table of Contents

Class ProjectsResource.GeneratorsResource.ListRequest

Lists generators.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>
ProjectsResource.GeneratorsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Dialogflow.v2beta1
Assembly: Google.Apis.Dialogflow.v2beta1.dll
Syntax
public class ProjectsResource.GeneratorsResource.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.MethodName

PageSize

Optional. Maximum number of conversation models to return in a single page. Default to 10.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. The next_page_token value returned from a previous list request.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The project/location to list generators for. Format: projects//locations/

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListGeneratorsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX