接口 Tiller.ListReleasesResponseOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Tiller
public static interface Tiller.ListReleasesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 longgetCount()Count is the expected total number of releases to be returned.StringgetNext()Next is the name of the next release.com.google.protobuf.ByteStringgetNextBytes()Next is the name of the next release.ReleaseOuterClass.ReleasegetReleases(int index)Releases is the list of found release objects.intgetReleasesCount()Releases is the list of found release objects.List<ReleaseOuterClass.Release>getReleasesList()Releases is the list of found release objects.ReleaseOuterClass.ReleaseOrBuildergetReleasesOrBuilder(int index)Releases is the list of found release objects.List<? extends ReleaseOuterClass.ReleaseOrBuilder>getReleasesOrBuilderList()Releases is the list of found release objects.longgetTotal()Total is the total number of queryable releases.
-
-
-
方法详细资料
-
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;
-
-