public sealed class ListNotesResponse : IMessage<ListNotesResponse>, IEquatable<ListNotesResponse>, IDeepCloneable<ListNotesResponse>, IBufferMessage, IMessage, IPageResponse<Note>, IEnumerable<Note>, IEnumerableResponse for listing notes.
Implements
IMessage<ListNotesResponse>, IEquatable<ListNotesResponse>, IDeepCloneable<ListNotesResponse>, IBufferMessage, IMessage, IPageResponse<Note>, IEnumerable<Note>, IEnumerableNamespace
Grafeas.V1Assembly
Grafeas.V1.dll
Constructors
ListNotesResponse()
public ListNotesResponse()ListNotesResponse(ListNotesResponse)
public ListNotesResponse(ListNotesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNotesResponse |
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 |
|
Notes
public RepeatedField<Note> Notes { get; }The notes requested.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Note> |
|
Methods
GetEnumerator()
public IEnumerator<Note> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Note> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|