Show / Hide Table of Contents

Class ProjectsResource.PatchJobsResource.ExecuteRequest

Patch VM instances by creating and running a patch job.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<PatchJob>
OSConfigBaseServiceRequest<PatchJob>
ProjectsResource.PatchJobsResource.ExecuteRequest
Implements
Google.Apis.Requests.IClientServiceRequest<PatchJob>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
OSConfigBaseServiceRequest<PatchJob>.Xgafv
OSConfigBaseServiceRequest<PatchJob>.AccessToken
OSConfigBaseServiceRequest<PatchJob>.Alt
OSConfigBaseServiceRequest<PatchJob>.Callback
OSConfigBaseServiceRequest<PatchJob>.Fields
OSConfigBaseServiceRequest<PatchJob>.Key
OSConfigBaseServiceRequest<PatchJob>.OauthToken
OSConfigBaseServiceRequest<PatchJob>.PrettyPrint
OSConfigBaseServiceRequest<PatchJob>.QuotaUser
OSConfigBaseServiceRequest<PatchJob>.UploadType
OSConfigBaseServiceRequest<PatchJob>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.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 ExecuteRequest : OSConfigBaseServiceRequest<PatchJob>, IClientServiceRequest<PatchJob>, IClientServiceRequest

Constructors

ExecuteRequest(IClientService, ExecutePatchJobRequest, String)

Constructs a new Execute request.

Declaration
public ExecuteRequest(IClientService service, ExecutePatchJobRequest body, string parent)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
ExecutePatchJobRequest body
System.String parent

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.PatchJob>.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.PatchJob>.MethodName

Parent

Required. The project in which to run this patch in the form projects/*

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { 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.PatchJob>.RestPath

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.PatchJob>.GetBody()

InitParameters()

Initializes Execute parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.OSConfig.v1beta.OSConfigBaseServiceRequest<Google.Apis.OSConfig.v1beta.Data.PatchJob>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top