Interface ListExclusionsResponseOrBuilder

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

    public interface ListExclusionsResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getExclusionsList

        List<LogExclusion> getExclusionsList()
         A list of exclusions.
         
        repeated .google.logging.v2.LogExclusion exclusions = 1;
      • getExclusions

        LogExclusion getExclusions​(int index)
         A list of exclusions.
         
        repeated .google.logging.v2.LogExclusion exclusions = 1;
      • getExclusionsCount

        int getExclusionsCount()
         A list of exclusions.
         
        repeated .google.logging.v2.LogExclusion exclusions = 1;
      • getExclusionsOrBuilderList

        List<? extends LogExclusionOrBuilder> getExclusionsOrBuilderList()
         A list of exclusions.
         
        repeated .google.logging.v2.LogExclusion exclusions = 1;
      • getExclusionsOrBuilder

        LogExclusionOrBuilder getExclusionsOrBuilder​(int index)
         A list of exclusions.
         
        repeated .google.logging.v2.LogExclusion exclusions = 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.