Class ProjectsResource.NotesResource.OccurrencesResource
The "occurrences" collection of methods.
Inherited Members
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
|
Returns
Type | Description |
---|---|
ProjectsResource.NotesResource.OccurrencesResource.ListRequest |