Show / Hide Table of Contents

Class ProjectsResource.NotesResource.OccurrencesResource

The "occurrences" collection of methods.

Inheritance
object
ProjectsResource.NotesResource.OccurrencesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ContainerAnalysis.v1alpha1
Assembly: Google.Apis.ContainerAnalysis.v1alpha1.dll
Syntax
public class ProjectsResource.NotesResource.OccurrencesResource

Constructors

OccurrencesResource(IClientService)

Constructs a new resource.

Declaration
public OccurrencesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(string)

Lists Occurrences referencing the specified Note. Use this method to get all occurrences referencing your Note across all your customer projects.

Declaration
public virtual ProjectsResource.NotesResource.OccurrencesResource.ListRequest List(string name)
Parameters
Type Name Description
string name

The name field will contain the note name for example: "provider/{provider_id}/notes/{note_id}"

Returns
Type Description
ProjectsResource.NotesResource.OccurrencesResource.ListRequest
In this article
Back to top Generated by DocFX