Grafeas v1 API - Class ListNoteOccurrencesRequest (3.3.0)

public sealed class ListNoteOccurrencesRequest : IMessage<ListNoteOccurrencesRequest>, IEquatable<ListNoteOccurrencesRequest>, IDeepCloneable<ListNoteOccurrencesRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Grafeas v1 API class ListNoteOccurrencesRequest.

Request to list occurrences for a note.

Inheritance

object > ListNoteOccurrencesRequest

Namespace

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

ListNoteOccurrencesRequest()

public ListNoteOccurrencesRequest()

ListNoteOccurrencesRequest(ListNoteOccurrencesRequest)

public ListNoteOccurrencesRequest(ListNoteOccurrencesRequest other)
Parameter
NameDescription
otherListNoteOccurrencesRequest

Properties

Filter

public string Filter { get; set; }

The filter expression.

Property Value
TypeDescription
string

Name

public string Name { get; set; }

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

Property Value
TypeDescription
string

NoteName

public NoteName NoteName { get; set; }

NoteName-typed view over the Name resource name property.

Property Value
TypeDescription
NoteName

PageSize

public int PageSize { get; set; }

Number of occurrences to return in the list.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Token to provide to skip to a particular spot in the list.

Property Value
TypeDescription
string