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.v1
Assembly: Google.Apis.ContainerAnalysis.v1.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. Provider projects can use this method to get all occurrences across consumer projects referencing the specified note.

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

Required. The name of the note to list occurrences for in the form of projects/[PROVIDER_ID]/notes/[NOTE_ID].

Returns
Type Description
ProjectsResource.NotesResource.OccurrencesResource.ListRequest
In This Article
Back to top Generated by DocFX