Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.GetRequest

Retrieves the specified Environment.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. The name of the Environment. Format: projects//locations//agents//environments/.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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