Show / Hide Table of Contents

Class ProjectsResource.AgentResource.EnvironmentsResource.ListRequest

Returns the list of all non-draft environments of the specified agent.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>
ProjectsResource.AgentResource.EnvironmentsResource.ListRequest
Implements
IClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>
IClientServiceRequest
Inherited Members
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.Xgafv
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.AccessToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.Alt
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.Callback
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.Fields
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.Key
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.OauthToken
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.PrettyPrint
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.QuotaUser
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.UploadType
DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.Execute()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.GetBody()
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ETagAction
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.ApiVersion
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.RequestParameters
ClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.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.AgentResource.EnvironmentsResource.ListRequest : DialogflowBaseServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>, IClientServiceRequest<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>, 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<GoogleCloudDialogflowV2beta1ListEnvironmentsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

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

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 agent to list all environments from. Format: - projects//agent - projects//locations//agent

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

Methods

InitParameters()

Initializes List parameter list.

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

Implements

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