public static interface Tiller.ListReleasesResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getCount()
Count is the expected total number of releases to be returned.
|
String |
getNext()
Next is the name of the next release.
|
ByteString |
getNextBytes()
Next is the name of the next release.
|
ReleaseOuterClass.Release |
getReleases(int index)
Releases is the list of found release objects.
|
int |
getReleasesCount()
Releases is the list of found release objects.
|
List<ReleaseOuterClass.Release> |
getReleasesList()
Releases is the list of found release objects.
|
ReleaseOuterClass.ReleaseOrBuilder |
getReleasesOrBuilder(int index)
Releases is the list of found release objects.
|
List<? extends ReleaseOuterClass.ReleaseOrBuilder> |
getReleasesOrBuilderList()
Releases is the list of found release objects.
|
long |
getTotal()
Total is the total number of queryable releases.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedlong getCount()
Count is the expected total number of releases to be returned.
int64 count = 1;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;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;long getTotal()
Total is the total number of queryable releases.
int64 total = 3;List<ReleaseOuterClass.Release> getReleasesList()
Releases is the list of found release objects.
repeated .hapi.release.Release releases = 4;ReleaseOuterClass.Release getReleases(int index)
Releases is the list of found release objects.
repeated .hapi.release.Release releases = 4;int getReleasesCount()
Releases is the list of found release objects.
repeated .hapi.release.Release releases = 4;List<? extends ReleaseOuterClass.ReleaseOrBuilder> getReleasesOrBuilderList()
Releases is the list of found release objects.
repeated .hapi.release.Release releases = 4;ReleaseOuterClass.ReleaseOrBuilder getReleasesOrBuilder(int index)
Releases is the list of found release objects.
repeated .hapi.release.Release releases = 4;Copyright © 2017–2018, microBean. All rights reserved.