public static final class Tiller.ListReleasesRequest extends 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
Modifier and Type | Class and Description |
---|---|
static class |
Tiller.ListReleasesRequest.Builder
ListReleasesRequest requests a list of releases.
|
GeneratedMessageV3.BuilderParent, GeneratedMessageV3.ExtendableBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage,BuilderType extends GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, GeneratedMessageV3.ExtendableMessage<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends GeneratedMessageV3.ExtendableMessage>, GeneratedMessageV3.FieldAccessorTable
Modifier and Type | Field and Description |
---|---|
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 |
alwaysUseFieldBuilders, unknownFields
memoizedSize
memoizedHashCode
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof
toByteArray, toByteString, writeDelimitedTo, writeTo
public 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 UnknownFieldSet getUnknownFields()
getUnknownFields
in interface MessageOrBuilder
getUnknownFields
in class GeneratedMessageV3
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3
public long getLimit()
Limit is the maximum number of releases to be returned.
int64 limit = 1;
getLimit
in interface Tiller.ListReleasesRequestOrBuilder
public 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
in interface Tiller.ListReleasesRequestOrBuilder
public 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;
getOffsetBytes
in interface Tiller.ListReleasesRequestOrBuilder
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;
getSortByValue
in interface Tiller.ListReleasesRequestOrBuilder
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
in interface Tiller.ListReleasesRequestOrBuilder
public 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
in interface Tiller.ListReleasesRequestOrBuilder
public 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;
getFilterBytes
in interface Tiller.ListReleasesRequestOrBuilder
public int getSortOrderValue()
SortOrder is the ordering directive used for sorting.
.hapi.services.tiller.ListSort.SortOrder sort_order = 5;
getSortOrderValue
in interface Tiller.ListReleasesRequestOrBuilder
public Tiller.ListSort.SortOrder getSortOrder()
SortOrder is the ordering directive used for sorting.
.hapi.services.tiller.ListSort.SortOrder sort_order = 5;
getSortOrder
in interface Tiller.ListReleasesRequestOrBuilder
public List<StatusOuterClass.Status.Code> getStatusCodesList()
repeated .hapi.release.Status.Code status_codes = 6;
getStatusCodesList
in interface Tiller.ListReleasesRequestOrBuilder
public int getStatusCodesCount()
repeated .hapi.release.Status.Code status_codes = 6;
getStatusCodesCount
in interface Tiller.ListReleasesRequestOrBuilder
public StatusOuterClass.Status.Code getStatusCodes(int index)
repeated .hapi.release.Status.Code status_codes = 6;
getStatusCodes
in interface Tiller.ListReleasesRequestOrBuilder
public List<Integer> getStatusCodesValueList()
repeated .hapi.release.Status.Code status_codes = 6;
getStatusCodesValueList
in interface Tiller.ListReleasesRequestOrBuilder
public int getStatusCodesValue(int index)
repeated .hapi.release.Status.Code status_codes = 6;
getStatusCodesValue
in interface Tiller.ListReleasesRequestOrBuilder
public String getNamespace()
Namespace is the filter to select releases only from a specific namespace.
string namespace = 7;
getNamespace
in interface Tiller.ListReleasesRequestOrBuilder
public ByteString getNamespaceBytes()
Namespace is the filter to select releases only from a specific namespace.
string namespace = 7;
getNamespaceBytes
in interface Tiller.ListReleasesRequestOrBuilder
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3
public void writeTo(CodedOutputStream output) throws IOException
writeTo
in interface MessageLite
writeTo
in class GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface MessageLite
getSerializedSize
in class GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface Message
equals
in class AbstractMessage
public int hashCode()
hashCode
in interface Message
hashCode
in class AbstractMessage
public static Tiller.ListReleasesRequest parseFrom(ByteBuffer data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.ListReleasesRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.ListReleasesRequest parseFrom(ByteString data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.ListReleasesRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.ListReleasesRequest parseFrom(byte[] data) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.ListReleasesRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) throws InvalidProtocolBufferException
InvalidProtocolBufferException
public static Tiller.ListReleasesRequest parseFrom(InputStream input) throws IOException
IOException
public static Tiller.ListReleasesRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Tiller.ListReleasesRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Tiller.ListReleasesRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Tiller.ListReleasesRequest parseFrom(CodedInputStream input) throws IOException
IOException
public static Tiller.ListReleasesRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public Tiller.ListReleasesRequest.Builder newBuilderForType()
newBuilderForType
in interface Message
newBuilderForType
in interface MessageLite
public static Tiller.ListReleasesRequest.Builder newBuilder()
public static Tiller.ListReleasesRequest.Builder newBuilder(Tiller.ListReleasesRequest prototype)
public Tiller.ListReleasesRequest.Builder toBuilder()
toBuilder
in interface Message
toBuilder
in interface MessageLite
protected Tiller.ListReleasesRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class GeneratedMessageV3
public static Tiller.ListReleasesRequest getDefaultInstance()
public static Parser<Tiller.ListReleasesRequest> parser()
public Parser<Tiller.ListReleasesRequest> getParserForType()
getParserForType
in interface Message
getParserForType
in interface MessageLite
getParserForType
in class GeneratedMessageV3
public Tiller.ListReleasesRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
Copyright © 2017–2018, microBean. All rights reserved.