public interface ListNotesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() 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.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() 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.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getNotes(int index)
public abstract Note getNotes(int index)The notes requested.
repeated .grafeas.v1beta1.Note notes = 1;
| Name | Description |
| index | int |
| Type | Description |
| Note |
getNotesCount()
public abstract int getNotesCount()The notes requested.
repeated .grafeas.v1beta1.Note notes = 1;
| Type | Description |
| int |
getNotesList()
public abstract List<Note> getNotesList()The notes requested.
repeated .grafeas.v1beta1.Note notes = 1;
| Type | Description |
| List<Note> |
getNotesOrBuilder(int index)
public abstract NoteOrBuilder getNotesOrBuilder(int index)The notes requested.
repeated .grafeas.v1beta1.Note notes = 1;
| Name | Description |
| index | int |
| Type | Description |
| NoteOrBuilder |
getNotesOrBuilderList()
public abstract List<? extends NoteOrBuilder> getNotesOrBuilderList()The notes requested.
repeated .grafeas.v1beta1.Note notes = 1;
| Type | Description |
| List<? extends io.grafeas.v1beta1.NoteOrBuilder> |