Interface ListSinksResponseOrBuilder (3.16.2)

public interface ListSinksResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

If there might be more results than appear 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 appear 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.

getSinks(int index)

public abstract LogSink getSinks(int index)

A list of sinks.

repeated .google.logging.v2.LogSink sinks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogSink

getSinksCount()

public abstract int getSinksCount()

A list of sinks.

repeated .google.logging.v2.LogSink sinks = 1;

Returns
TypeDescription
int

getSinksList()

public abstract List<LogSink> getSinksList()

A list of sinks.

repeated .google.logging.v2.LogSink sinks = 1;

Returns
TypeDescription
List<LogSink>

getSinksOrBuilder(int index)

public abstract LogSinkOrBuilder getSinksOrBuilder(int index)

A list of sinks.

repeated .google.logging.v2.LogSink sinks = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
LogSinkOrBuilder

getSinksOrBuilderList()

public abstract List<? extends LogSinkOrBuilder> getSinksOrBuilderList()

A list of sinks.

repeated .google.logging.v2.LogSink sinks = 1;

Returns
TypeDescription
List<? extends com.google.logging.v2.LogSinkOrBuilder>