Interface ListSinksResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListSinksResponse, ListSinksResponse.Builder

public interface ListSinksResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    If there might be more results than appear in this response, then `nextPageToken` is included.
    com.google.protobuf.ByteString
    If there might be more results than appear in this response, then `nextPageToken` is included.
    getSinks(int index)
    A list of sinks.
    int
    A list of sinks.
    A list of sinks.
    getSinksOrBuilder(int index)
    A list of sinks.
    A list of sinks.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getSinksList

      List<LogSink> getSinksList()
       A list of sinks.
       
      repeated .google.logging.v2.LogSink sinks = 1;
    • getSinks

      LogSink getSinks(int index)
       A list of sinks.
       
      repeated .google.logging.v2.LogSink sinks = 1;
    • getSinksCount

      int getSinksCount()
       A list of sinks.
       
      repeated .google.logging.v2.LogSink sinks = 1;
    • getSinksOrBuilderList

      List<? extends LogSinkOrBuilder> getSinksOrBuilderList()
       A list of sinks.
       
      repeated .google.logging.v2.LogSink sinks = 1;
    • getSinksOrBuilder

      LogSinkOrBuilder getSinksOrBuilder(int index)
       A list of sinks.
       
      repeated .google.logging.v2.LogSink sinks = 1;
    • getNextPageToken

      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:
      The nextPageToken.
    • getNextPageTokenBytes

      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;
      Returns:
      The bytes for nextPageToken.