public interface ListSinksResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getNextPageToken()
If there might be more results than appear in this response, then
`nextPageToken` is included.
|
com.google.protobuf.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.
|
List<LogSink> |
getSinksList()
A list of sinks.
|
LogSinkOrBuilder |
getSinksOrBuilder(int index)
A list of sinks.
|
List<? extends LogSinkOrBuilder> |
getSinksOrBuilderList()
A list of sinks.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
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;
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;
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;
com.google.protobuf.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;
Copyright © 2023 Google LLC. All rights reserved.