Show / Hide Table of Contents

Class ProvidersResource.NotesResource.PatchRequest

Updates an existing Note.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<Note>
ContainerAnalysisBaseServiceRequest<Note>
ProvidersResource.NotesResource.PatchRequest
Implements
Google.Apis.Requests.IClientServiceRequest<Note>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ContainerAnalysisBaseServiceRequest<Note>.Xgafv
ContainerAnalysisBaseServiceRequest<Note>.AccessToken
ContainerAnalysisBaseServiceRequest<Note>.Alt
ContainerAnalysisBaseServiceRequest<Note>.Callback
ContainerAnalysisBaseServiceRequest<Note>.Fields
ContainerAnalysisBaseServiceRequest<Note>.Key
ContainerAnalysisBaseServiceRequest<Note>.OauthToken
ContainerAnalysisBaseServiceRequest<Note>.PrettyPrint
ContainerAnalysisBaseServiceRequest<Note>.QuotaUser
ContainerAnalysisBaseServiceRequest<Note>.UploadType
ContainerAnalysisBaseServiceRequest<Note>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.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.ContainerAnalysis.v1alpha1
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class PatchRequest : ContainerAnalysisBaseServiceRequest<Note>, IClientServiceRequest<Note>, IClientServiceRequest

Constructors

PatchRequest(IClientService, Note, String)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, Note body, string name)
Parameters
Type Name Description
Google.Apis.Services.IClientService service
Note 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.ContainerAnalysis.v1alpha1.Data.Note>.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.ContainerAnalysis.v1alpha1.Data.Note>.MethodName

Name

The name of the note. Should be of the form "projects/{provider_id}/notes/{note_id}".

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.ContainerAnalysis.v1alpha1.Data.Note>.RestPath

UpdateMask

The fields to update.

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.ContainerAnalysis.v1alpha1.Data.Note>.GetBody()

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ContainerAnalysis.v1alpha1.ContainerAnalysisBaseServiceRequest<Google.Apis.ContainerAnalysis.v1alpha1.Data.Note>.InitParameters()

Implements

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