Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.AgentResource.EnvironmentsResource.PatchRequest

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

Constructors

PatchRequest(IClientService, GoogleCloudDialogflowV2beta1Environment, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, GoogleCloudDialogflowV2beta1Environment body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudDialogflowV2beta1Environment body
string name

Properties

AllowLoadToDraftAndDiscardChanges

Declaration
[RequestParameter("allowLoadToDraftAndDiscardChanges", RequestParameterType.Query)]
public virtual bool? AllowLoadToDraftAndDiscardChanges { get; set; }
Property Value
Type Description
bool?

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

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

UpdateMask

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<GoogleCloudDialogflowV2beta1Environment>.GetBody()

InitParameters()

Initializes Patch parameter list.

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

Implements

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