public interface ListSinksResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Type | Description |
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;
Type | Description |
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;
Name | Description |
index | int |
Type | Description |
LogSink |
getSinksCount()
public abstract int getSinksCount()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
Type | Description |
int |
getSinksList()
public abstract List<LogSink> getSinksList()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
Type | Description |
List<LogSink> |
getSinksOrBuilder(int index)
public abstract LogSinkOrBuilder getSinksOrBuilder(int index)
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
Name | Description |
index | int |
Type | Description |
LogSinkOrBuilder |
getSinksOrBuilderList()
public abstract List<? extends LogSinkOrBuilder> getSinksOrBuilderList()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
Type | Description |
List<? extends com.google.logging.v2.LogSinkOrBuilder> |