Class ProjectsResource.NotesResource.OccurrencesResource
The "occurrences" collection of methods.
Inheritance
System.Object
ProjectsResource.NotesResource.OccurrencesResource
Inherited Members
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 OccurrencesResource
Constructors
OccurrencesResource(IClientService)
Constructs a new resource.
Declaration
public OccurrencesResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
Google.Apis.Services.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 |
---|---|---|
System.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 |