public sealed class ListNotesResponse : IMessage<ListNotesResponse>, IEquatable<ListNotesResponse>, IDeepCloneable<ListNotesResponse>, IBufferMessage, IMessage, IPageResponse<Note>, IEnumerable<Note>, IEnumerableReference documentation and code samples for the Grafeas v1 API class ListNotesResponse.
Response for listing notes.
Implements
IMessageListNotesResponse, IEquatableListNotesResponse, IDeepCloneableListNotesResponse, IBufferMessage, IMessage, IPageResponseNote, IEnumerableNote, 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 |
RepeatedFieldNote |
|
Unreachable
public RepeatedField<string> Unreachable { get; }Unreachable regions. Populated for requests from the global region
when return_partial_success is set.
Format: projects/[PROJECT_ID]/locations/[LOCATION]
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
Methods
GetEnumerator()
public IEnumerator<Note> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorNote |
|