Show / Hide Table of Contents

Class ProvidersResource.NotesResource.OccurrencesResource

The "occurrences" collection of methods.

Inheritance
object
ProvidersResource.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 ProvidersResource.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 ProvidersResource.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
ProvidersResource.NotesResource.OccurrencesResource.ListRequest
In this article
Back to top Generated by DocFX