public static final class Tiller.ListReleasesRequest extends com.google.protobuf.GeneratedMessageV3 implements Tiller.ListReleasesRequestOrBuilder
ListReleasesRequest requests a list of releases. Releases can be retrieved in chunks by setting limit and offset. Releases can be sorted according to a few pre-determined sort stategies.Protobuf type
hapi.services.tiller.ListReleasesRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
Tiller.ListReleasesRequest.Builder
ListReleasesRequest requests a list of releases.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
FILTER_FIELD_NUMBER |
static int |
LIMIT_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static int |
OFFSET_FIELD_NUMBER |
static int |
SORT_BY_FIELD_NUMBER |
static int |
SORT_ORDER_FIELD_NUMBER |
static int |
STATUS_CODES_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
static Tiller.ListReleasesRequest |
getDefaultInstance() |
Tiller.ListReleasesRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<Tiller.ListReleasesRequest> |
getParserForType() |
int |
getSerializedSize() |
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.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Tiller.ListReleasesRequest.Builder |
newBuilder() |
static Tiller.ListReleasesRequest.Builder |
newBuilder(Tiller.ListReleasesRequest prototype) |
Tiller.ListReleasesRequest.Builder |
newBuilderForType() |
protected Tiller.ListReleasesRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Tiller.ListReleasesRequest |
parseDelimitedFrom(InputStream input) |
static Tiller.ListReleasesRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.ListReleasesRequest |
parseFrom(byte[] data) |
static Tiller.ListReleasesRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.ListReleasesRequest |
parseFrom(ByteBuffer data) |
static Tiller.ListReleasesRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.ListReleasesRequest |
parseFrom(com.google.protobuf.ByteString data) |
static Tiller.ListReleasesRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.ListReleasesRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Tiller.ListReleasesRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Tiller.ListReleasesRequest |
parseFrom(InputStream input) |
static Tiller.ListReleasesRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Tiller.ListReleasesRequest> |
parser() |
Tiller.ListReleasesRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int LIMIT_FIELD_NUMBER
public static final int OFFSET_FIELD_NUMBER
public static final int SORT_BY_FIELD_NUMBER
public static final int FILTER_FIELD_NUMBER
public static final int SORT_ORDER_FIELD_NUMBER
public static final int STATUS_CODES_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public long getLimit()
Limit is the maximum number of releases to be returned.
int64 limit = 1;getLimit 在接口中 Tiller.ListReleasesRequestOrBuilderpublic 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;getOffset 在接口中 Tiller.ListReleasesRequestOrBuilderpublic 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;public int getSortByValue()
SortBy is the sort field that the ListReleases server should sort data before returning.
.hapi.services.tiller.ListSort.SortBy sort_by = 3;public 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;getSortBy 在接口中 Tiller.ListReleasesRequestOrBuilderpublic 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;getFilter 在接口中 Tiller.ListReleasesRequestOrBuilderpublic 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;public int getSortOrderValue()
SortOrder is the ordering directive used for sorting.
.hapi.services.tiller.ListSort.SortOrder sort_order = 5;public Tiller.ListSort.SortOrder getSortOrder()
SortOrder is the ordering directive used for sorting.
.hapi.services.tiller.ListSort.SortOrder sort_order = 5;public List<StatusOuterClass.Status.Code> getStatusCodesList()
repeated .hapi.release.Status.Code status_codes = 6;public int getStatusCodesCount()
repeated .hapi.release.Status.Code status_codes = 6;public StatusOuterClass.Status.Code getStatusCodes(int index)
repeated .hapi.release.Status.Code status_codes = 6;public List<Integer> getStatusCodesValueList()
repeated .hapi.release.Status.Code status_codes = 6;public int getStatusCodesValue(int index)
repeated .hapi.release.Status.Code status_codes = 6;public String getNamespace()
Namespace is the filter to select releases only from a specific namespace.
string namespace = 7;public com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the filter to select releases only from a specific namespace.
string namespace = 7;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static Tiller.ListReleasesRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.ListReleasesRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.ListReleasesRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.ListReleasesRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.ListReleasesRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.ListReleasesRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Tiller.ListReleasesRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static Tiller.ListReleasesRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Tiller.ListReleasesRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Tiller.ListReleasesRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Tiller.ListReleasesRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Tiller.ListReleasesRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Tiller.ListReleasesRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static Tiller.ListReleasesRequest.Builder newBuilder()
public static Tiller.ListReleasesRequest.Builder newBuilder(Tiller.ListReleasesRequest prototype)
public Tiller.ListReleasesRequest.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected Tiller.ListReleasesRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static Tiller.ListReleasesRequest getDefaultInstance()
public static com.google.protobuf.Parser<Tiller.ListReleasesRequest> parser()
public com.google.protobuf.Parser<Tiller.ListReleasesRequest> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public Tiller.ListReleasesRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2019. All rights reserved.