Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.DeploymentsResource.ListRequest

Returns the list of all deployments in the specified Environment.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>
ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.DeploymentsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.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.v3
Assembly: Google.Apis.Dialogflow.v3.dll
Syntax
public class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.DeploymentsResource.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>, IClientServiceRequest<GoogleCloudDialogflowCxV3ListDeploymentsResponse>, 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<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

The maximum number of items to return in a single page. By default 20 and at most 100.

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

PageToken

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 Environment to list all environments for. Format: projects//locations//agents//environments/.

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<GoogleCloudDialogflowCxV3ListDeploymentsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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