接口 Tiller.ListReleasesRequestOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      String getFilter()
      Filter is a regular expression used to filter which releases should be listed.
      com.google.protobuf.ByteString getFilterBytes()
      Filter is a regular expression used to filter which releases should be listed.
      long getLimit()
      Limit is the maximum number of releases to be returned.
      String getNamespace()
      Namespace is the filter to select releases only from a specific namespace.
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace is the filter to select releases only from a specific namespace.
      String getOffset()
      Offset is the last release name that was seen.
      com.google.protobuf.ByteString getOffsetBytes()
      Offset is the last release name that was seen.
      Tiller.ListSort.SortBy getSortBy()
      SortBy is the sort field that the ListReleases server should sort data before returning.
      int getSortByValue()
      SortBy is the sort field that the ListReleases server should sort data before returning.
      Tiller.ListSort.SortOrder getSortOrder()
      SortOrder is the ordering directive used for sorting.
      int getSortOrderValue()
      SortOrder is the ordering directive used for sorting.
      StatusOuterClass.Status.Code getStatusCodes​(int index)
      repeated .hapi.release.Status.Code status_codes = 6;
      int getStatusCodesCount()
      repeated .hapi.release.Status.Code status_codes = 6;
      List<StatusOuterClass.Status.Code> getStatusCodesList()
      repeated .hapi.release.Status.Code status_codes = 6;
      int getStatusCodesValue​(int index)
      repeated .hapi.release.Status.Code status_codes = 6;
      List<Integer> getStatusCodesValueList()
      repeated .hapi.release.Status.Code status_codes = 6;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • getLimit

        long getLimit()
         Limit is the maximum number of releases to be returned.
         
        int64 limit = 1;
      • getOffset

        String getOffset()
         Offset is the last release name that was seen. The next listing
         operation will start with the name after this one.
         Example: If list one returns albert, bernie, carl, and sets 'next: dennis'.
         dennis is the offset. Supplying 'dennis' for the next request should
         cause the next batch to return a set of results starting with 'dennis'.
         
        string offset = 2;
      • getOffsetBytes

        com.google.protobuf.ByteString getOffsetBytes()
         Offset is the last release name that was seen. The next listing
         operation will start with the name after this one.
         Example: If list one returns albert, bernie, carl, and sets 'next: dennis'.
         dennis is the offset. Supplying 'dennis' for the next request should
         cause the next batch to return a set of results starting with 'dennis'.
         
        string offset = 2;
      • getSortByValue

        int getSortByValue()
         SortBy is the sort field that the ListReleases server should sort data before returning.
         
        .hapi.services.tiller.ListSort.SortBy sort_by = 3;
      • getSortBy

        Tiller.ListSort.SortBy getSortBy()
         SortBy is the sort field that the ListReleases server should sort data before returning.
         
        .hapi.services.tiller.ListSort.SortBy sort_by = 3;
      • getFilter

        String getFilter()
         Filter is a regular expression used to filter which releases should be listed.
         Anything that matches the regexp will be included in the results.
         
        string filter = 4;
      • getFilterBytes

        com.google.protobuf.ByteString getFilterBytes()
         Filter is a regular expression used to filter which releases should be listed.
         Anything that matches the regexp will be included in the results.
         
        string filter = 4;
      • getSortOrderValue

        int getSortOrderValue()
         SortOrder is the ordering directive used for sorting.
         
        .hapi.services.tiller.ListSort.SortOrder sort_order = 5;
      • getSortOrder

        Tiller.ListSort.SortOrder getSortOrder()
         SortOrder is the ordering directive used for sorting.
         
        .hapi.services.tiller.ListSort.SortOrder sort_order = 5;
      • getStatusCodesCount

        int getStatusCodesCount()
        repeated .hapi.release.Status.Code status_codes = 6;
      • getStatusCodesValueList

        List<Integer> getStatusCodesValueList()
        repeated .hapi.release.Status.Code status_codes = 6;
      • getStatusCodesValue

        int getStatusCodesValue​(int index)
        repeated .hapi.release.Status.Code status_codes = 6;
      • getNamespace

        String getNamespace()
         Namespace is the filter to select releases only from a specific namespace.
         
        string namespace = 7;
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace is the filter to select releases only from a specific namespace.
         
        string namespace = 7;