public sealed class ListOccurrencesResponse : IMessage<ListOccurrencesResponse>, IEquatable<ListOccurrencesResponse>, IDeepCloneable<ListOccurrencesResponse>, IBufferMessage, IMessage, IPageResponse<Occurrence>, IEnumerable<Occurrence>, IEnumerable
Reference documentation and code samples for the Grafeas v1 API class ListOccurrencesResponse.
Response for listing occurrences.
Implements
IMessageListOccurrencesResponse, IEquatableListOccurrencesResponse, IDeepCloneableListOccurrencesResponse, IBufferMessage, IMessage, IPageResponseOccurrence, IEnumerableOccurrence, IEnumerableNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ListOccurrencesResponse()
public ListOccurrencesResponse()
ListOccurrencesResponse(ListOccurrencesResponse)
public ListOccurrencesResponse(ListOccurrencesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListOccurrencesResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
The next pagination token in the list response. It should be used as
page_token
for the following request. An empty value means no more
results.
Property Value | |
---|---|
Type | Description |
string |
Occurrences
public RepeatedField<Occurrence> Occurrences { get; }
The occurrences requested.
Property Value | |
---|---|
Type | Description |
RepeatedFieldOccurrence |
Methods
GetEnumerator()
public IEnumerator<Occurrence> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorOccurrence |