public interface ListSinksResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNextPageToken()
If there might be more results than appear in this response, then
`nextPageToken` is included.
|
ByteString |
getNextPageTokenBytes()
If there might be more results than appear in this response, then
`nextPageToken` is included.
|
LogSink |
getSinks(int index)
A list of sinks.
|
int |
getSinksCount()
A list of sinks.
|
java.util.List<LogSink> |
getSinksList()
A list of sinks.
|
LogSinkOrBuilder |
getSinksOrBuilder(int index)
A list of sinks.
|
java.util.List<? extends LogSinkOrBuilder> |
getSinksOrBuilderList()
A list of sinks.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.util.List<LogSink> getSinksList()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
LogSink getSinks(int index)
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
int getSinksCount()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
java.util.List<? extends LogSinkOrBuilder> getSinksOrBuilderList()
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
LogSinkOrBuilder getSinksOrBuilder(int index)
A list of sinks.
repeated .google.logging.v2.LogSink sinks = 1;
java.lang.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;
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;