public interface ListLinksResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLinks(int index)
public abstract Link getLinks(int index)
A list of links.
repeated .google.logging.v2.Link links = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Link |
getLinksCount()
public abstract int getLinksCount()
A list of links.
repeated .google.logging.v2.Link links = 1;
Returns | |
---|---|
Type | Description |
int |
getLinksList()
public abstract List<Link> getLinksList()
A list of links.
repeated .google.logging.v2.Link links = 1;
Returns | |
---|---|
Type | Description |
List<Link> |
getLinksOrBuilder(int index)
public abstract LinkOrBuilder getLinksOrBuilder(int index)
A list of links.
repeated .google.logging.v2.Link links = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
LinkOrBuilder |
getLinksOrBuilderList()
public abstract List<? extends LinkOrBuilder> getLinksOrBuilderList()
A list of links.
repeated .google.logging.v2.Link links = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.logging.v2.LinkOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call the same
method again using the value of nextPageToken
as pageToken
.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
If there might be more results than those appearing in this response, then
nextPageToken
is included. To get the next set of results, call the same
method again using the value of nextPageToken
as pageToken
.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |