Show / Hide Table of Contents

Class ProjectsResource.PatchJobsResource.GetRequest

Get the patch job. This can be used to track the progress of an ongoing patch job or review the details of completed jobs.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<PatchJob>
OSConfigBaseServiceRequest<PatchJob>
ProjectsResource.PatchJobsResource.GetRequest
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>.GetBody()
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 GetRequest : OSConfigBaseServiceRequest<PatchJob>, IClientServiceRequest<PatchJob>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
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.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

Name

Required. Name of the patch in the form projects/*/patchJobs/*

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

Methods

InitParameters()

Initializes Get 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