public
interface
ListNotesResponseOrBuilder
extends
MessageOrBuilder
Implements
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;
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;
getNotes(int index)
public
abstract
Note
getNotes
(
int
index
)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesCount()
public
abstract
int
getNotesCount
()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesList()
public
abstract
List<Note>
getNotesList
()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesOrBuilder(int index)
public
abstract
NoteOrBuilder
getNotesOrBuilder
(
int
index
)
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getNotesOrBuilderList()
public
abstract
List
< ?
extends
NoteOrBuilder
>
getNotesOrBuilderList
()
The notes requested.
repeated .grafeas.v1.Note notes = 1;
getUnreachable(int index)
public
abstract
String
getUnreachable
(
int
index
)
Unreachable regions. Populated for requests from the global region
when return_partial_success
is set.
Format: projects/[PROJECT_ID]/locations/[LOCATION]
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
getUnreachableBytes(int index)
public
abstract
ByteString
getUnreachableBytes
(
int
index
)
Unreachable regions. Populated for requests from the global region
when return_partial_success
is set.
Format: projects/[PROJECT_ID]/locations/[LOCATION]
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
getUnreachableCount()
public
abstract
int
getUnreachableCount
()
Unreachable regions. Populated for requests from the global region
when return_partial_success
is set.
Format: projects/[PROJECT_ID]/locations/[LOCATION]
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];
getUnreachableList()
public
abstract
List<String>
getUnreachableList
()
Unreachable regions. Populated for requests from the global region
when return_partial_success
is set.
Format: projects/[PROJECT_ID]/locations/[LOCATION]
repeated string unreachable = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

