Interface ListLinksResponseOrBuilder (3.16.0)

public interface ListLinksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

public abstract Link getLinks(int index)

A list of links.

repeated .google.logging.v2.Link links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Link

getLinksCount()

public abstract int getLinksCount()

A list of links.

repeated .google.logging.v2.Link links = 1;

Returns
TypeDescription
int
public abstract List<Link> getLinksList()

A list of links.

repeated .google.logging.v2.Link links = 1;

Returns
TypeDescription
List<Link>

getLinksOrBuilder(int index)

public abstract LinkOrBuilder getLinksOrBuilder(int index)

A list of links.

repeated .google.logging.v2.Link links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LinkOrBuilder

getLinksOrBuilderList()

public abstract List<? extends LinkOrBuilder> getLinksOrBuilderList()

A list of links.

repeated .google.logging.v2.Link links = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for nextPageToken.