Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentsResource.EnvironmentsResource.DeploymentsResource.GetRequest

Retrieves the specified Deployment.

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

MethodName

Gets the method name.

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

Name

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

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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