Class ProjectsResource.PatchDeploymentsResource.PatchRequest
Update an OS Config patch deployment.
Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<PatchDeployment>
ProjectsResource.PatchDeploymentsResource.PatchRequest
Implements
Google.Apis.Requests.IClientServiceRequest<PatchDeployment>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.OSConfig.v1beta
Assembly: Google.Apis.OSConfig.v1beta.dll
Syntax
public class PatchRequest : OSConfigBaseServiceRequest<PatchDeployment>, IClientServiceRequest<PatchDeployment>, IClientServiceRequest
Constructors
PatchRequest(IClientService, PatchDeployment, String)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, PatchDeployment body, string name)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.IClientService | service | |
PatchDeployment | body | |
System.String | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.MethodName
Name
Unique name for the patch deployment resource in a project. The patch deployment name is in the
form: projects/{project_id}/patchDeployments/{patch_deployment_id}
. This field is ignored when you
create a new patch deployment.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.RestPath
UpdateMask
Optional. Field mask that controls which fields of the patch deployment should be updated.
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
System.Object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.GetBody()
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.OSConfig.v1beta.OSConfigBaseServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchDeployment>.InitParameters()
Implements
Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest