public interface ListNoteOccurrencesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()Token to provide to skip to a particular spot in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Token to provide to skip to a particular spot in the list.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getOccurrences(int index)
public abstract Occurrence getOccurrences(int index)The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Occurrence |
|
getOccurrencesCount()
public abstract int getOccurrencesCount()The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getOccurrencesList()
public abstract List<Occurrence> getOccurrencesList()The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
| Returns | |
|---|---|
| Type | Description |
List<Occurrence> |
|
getOccurrencesOrBuilder(int index)
public abstract OccurrenceOrBuilder getOccurrencesOrBuilder(int index)The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
OccurrenceOrBuilder |
|
getOccurrencesOrBuilderList()
public abstract List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()The occurrences attached to the specified note.
repeated .grafeas.v1.Occurrence occurrences = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends io.grafeas.v1.OccurrenceOrBuilder> |
|