public static interface Tiller.ListReleasesRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Filter is a regular expression used to filter which releases should be listed.
|
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.
|
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.
|
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getLimit()
Limit is the maximum number of releases to be returned.
int64 limit = 1;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;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;int getSortByValue()
SortBy is the sort field that the ListReleases server should sort data before returning.
.hapi.services.tiller.ListSort.SortBy sort_by = 3;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;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;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;int getSortOrderValue()
SortOrder is the ordering directive used for sorting.
.hapi.services.tiller.ListSort.SortOrder sort_order = 5;Tiller.ListSort.SortOrder getSortOrder()
SortOrder is the ordering directive used for sorting.
.hapi.services.tiller.ListSort.SortOrder sort_order = 5;List<StatusOuterClass.Status.Code> getStatusCodesList()
repeated .hapi.release.Status.Code status_codes = 6;int getStatusCodesCount()
repeated .hapi.release.Status.Code status_codes = 6;StatusOuterClass.Status.Code getStatusCodes(int index)
repeated .hapi.release.Status.Code status_codes = 6;List<Integer> getStatusCodesValueList()
repeated .hapi.release.Status.Code status_codes = 6;int getStatusCodesValue(int index)
repeated .hapi.release.Status.Code status_codes = 6;String getNamespace()
Namespace is the filter to select releases only from a specific namespace.
string namespace = 7;ByteString getNamespaceBytes()
Namespace is the filter to select releases only from a specific namespace.
string namespace = 7;Copyright © 2017–2018, microBean. All rights reserved.