接口 Tiller.ListReleasesRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Tiller
public static interface Tiller.ListReleasesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetFilter()Filter is a regular expression used to filter which releases should be listed.com.google.protobuf.ByteStringgetFilterBytes()Filter is a regular expression used to filter which releases should be listed.longgetLimit()Limit is the maximum number of releases to be returned.StringgetNamespace()Namespace is the filter to select releases only from a specific namespace.com.google.protobuf.ByteStringgetNamespaceBytes()Namespace is the filter to select releases only from a specific namespace.StringgetOffset()Offset is the last release name that was seen.com.google.protobuf.ByteStringgetOffsetBytes()Offset is the last release name that was seen.Tiller.ListSort.SortBygetSortBy()SortBy is the sort field that the ListReleases server should sort data before returning.intgetSortByValue()SortBy is the sort field that the ListReleases server should sort data before returning.Tiller.ListSort.SortOrdergetSortOrder()SortOrder is the ordering directive used for sorting.intgetSortOrderValue()SortOrder is the ordering directive used for sorting.StatusOuterClass.Status.CodegetStatusCodes(int index)repeated .hapi.release.Status.Code status_codes = 6;intgetStatusCodesCount()repeated .hapi.release.Status.Code status_codes = 6;List<StatusOuterClass.Status.Code>getStatusCodesList()repeated .hapi.release.Status.Code status_codes = 6;intgetStatusCodesValue(int index)repeated .hapi.release.Status.Code status_codes = 6;List<Integer>getStatusCodesValueList()repeated .hapi.release.Status.Code status_codes = 6;
-
-
-
方法详细资料
-
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;
-
getStatusCodesList
List<StatusOuterClass.Status.Code> getStatusCodesList()
repeated .hapi.release.Status.Code status_codes = 6;
-
getStatusCodesCount
int getStatusCodesCount()
repeated .hapi.release.Status.Code status_codes = 6;
-
getStatusCodes
StatusOuterClass.Status.Code getStatusCodes(int index)
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;
-
-