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;
| 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;
| 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.v1beta1.Occurrence occurrences = 1;
| Name | Description |
| index | int |
| Type | Description |
| Occurrence |
getOccurrencesCount()
public abstract int getOccurrencesCount()The occurrences attached to the specified note.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
| Type | Description |
| int |
getOccurrencesList()
public abstract List<Occurrence> getOccurrencesList()The occurrences attached to the specified note.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
| Type | Description |
| List<Occurrence> |
getOccurrencesOrBuilder(int index)
public abstract OccurrenceOrBuilder getOccurrencesOrBuilder(int index)The occurrences attached to the specified note.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
| Name | Description |
| index | int |
| Type | Description |
| OccurrenceOrBuilder |
getOccurrencesOrBuilderList()
public abstract List<? extends OccurrenceOrBuilder> getOccurrencesOrBuilderList()The occurrences attached to the specified note.
repeated .grafeas.v1beta1.Occurrence occurrences = 1;
| Type | Description |
| List<? extends io.grafeas.v1beta1.OccurrenceOrBuilder> |