接口 Tiller.ListReleasesResponseOrBuilder

    • 方法详细资料

      • getCount

        long getCount()
         Count is the expected total number of releases to be returned.
         
        int64 count = 1;
      • getNext

        String getNext()
         Next is the name of the next release. If this is other than an empty
         string, it means there are more results.
         
        string next = 2;
      • getNextBytes

        com.google.protobuf.ByteString getNextBytes()
         Next is the name of the next release. If this is other than an empty
         string, it means there are more results.
         
        string next = 2;
      • getTotal

        long getTotal()
         Total is the total number of queryable releases.
         
        int64 total = 3;
      • getReleasesList

        List<ReleaseOuterClass.Release> getReleasesList()
         Releases is the list of found release objects.
         
        repeated .hapi.release.Release releases = 4;
      • getReleases

        ReleaseOuterClass.Release getReleases​(int index)
         Releases is the list of found release objects.
         
        repeated .hapi.release.Release releases = 4;
      • getReleasesCount

        int getReleasesCount()
         Releases is the list of found release objects.
         
        repeated .hapi.release.Release releases = 4;
      • getReleasesOrBuilderList

        List<? extends ReleaseOuterClass.ReleaseOrBuilder> getReleasesOrBuilderList()
         Releases is the list of found release objects.
         
        repeated .hapi.release.Release releases = 4;
      • getReleasesOrBuilder

        ReleaseOuterClass.ReleaseOrBuilder getReleasesOrBuilder​(int index)
         Releases is the list of found release objects.
         
        repeated .hapi.release.Release releases = 4;