Interface ListKeysResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Key getKeys​(int index)
      A list of API keys.
      int getKeysCount()
      A list of API keys.
      List<Key> getKeysList()
      A list of API keys.
      KeyOrBuilder getKeysOrBuilder​(int index)
      A list of API keys.
      List<? extends KeyOrBuilder> getKeysOrBuilderList()
      A list of API keys.
      String getNextPageToken()
      The pagination token for the next page of results.
      com.google.protobuf.ByteString getNextPageTokenBytes()
      The pagination token for the next page of results.
      • 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 Detail

      • getKeysList

        List<Key> getKeysList()
         A list of API keys.
         
        repeated .google.api.apikeys.v2.Key keys = 1;
      • getKeys

        Key getKeys​(int index)
         A list of API keys.
         
        repeated .google.api.apikeys.v2.Key keys = 1;
      • getKeysCount

        int getKeysCount()
         A list of API keys.
         
        repeated .google.api.apikeys.v2.Key keys = 1;
      • getKeysOrBuilderList

        List<? extends KeyOrBuilder> getKeysOrBuilderList()
         A list of API keys.
         
        repeated .google.api.apikeys.v2.Key keys = 1;
      • getKeysOrBuilder

        KeyOrBuilder getKeysOrBuilder​(int index)
         A list of API keys.
         
        repeated .google.api.apikeys.v2.Key keys = 1;
      • getNextPageToken

        String getNextPageToken()
         The pagination token for the next page of results.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         The pagination token for the next page of results.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.