Interface ListLinksResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getLinks(int index)
    A list of links.
    int
    A list of links.
    A list of links.
    getLinksOrBuilder(int index)
    A list of links.
    List<? extends LinkOrBuilder>
    A list of links.
    If there might be more results than those appearing in this response, then `nextPageToken` is included.
    com.google.protobuf.ByteString
    If there might be more results than those appearing in this response, then `nextPageToken` is included.

    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

    • getLinksList

      List<Link> getLinksList()
       A list of links.
       
      repeated .google.logging.v2.Link links = 1;
    • getLinks

      Link getLinks(int index)
       A list of links.
       
      repeated .google.logging.v2.Link links = 1;
    • getLinksCount

      int getLinksCount()
       A list of links.
       
      repeated .google.logging.v2.Link links = 1;
    • getLinksOrBuilderList

      List<? extends LinkOrBuilder> getLinksOrBuilderList()
       A list of links.
       
      repeated .google.logging.v2.Link links = 1;
    • getLinksOrBuilder

      LinkOrBuilder getLinksOrBuilder(int index)
       A list of links.
       
      repeated .google.logging.v2.Link links = 1;
    • getNextPageToken

      String getNextPageToken()
       If there might be more results than those appearing 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 those appearing 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.