public static final class V1.ListOptions extends com.google.protobuf.GeneratedMessageV3 implements V1.ListOptionsOrBuilder
ListOptions is the query options to a standard REST list call. DEPRECATED: This type has been moved to meta/v1 and will be removed soon. +k8s:openapi-gen=falseProtobuf type
k8s.io.api.core.v1.ListOptions| Modifier and Type | Class and Description |
|---|---|
static class |
V1.ListOptions.Builder
ListOptions is the query options to a standard REST list call.
|
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| Modifier and Type | Field and Description |
|---|---|
static int |
FIELDSELECTOR_FIELD_NUMBER |
static int |
INCLUDEUNINITIALIZED_FIELD_NUMBER |
static int |
LABELSELECTOR_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.ListOptions> |
PARSER
Deprecated.
|
static int |
RESOURCEVERSION_FIELD_NUMBER |
static int |
TIMEOUTSECONDS_FIELD_NUMBER |
static int |
WATCH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static V1.ListOptions |
getDefaultInstance() |
V1.ListOptions |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFieldSelector()
A selector to restrict the list of returned objects by their fields.
|
com.google.protobuf.ByteString |
getFieldSelectorBytes()
A selector to restrict the list of returned objects by their fields.
|
boolean |
getIncludeUninitialized()
If true, partially initialized resources are included in the response.
|
String |
getLabelSelector()
A selector to restrict the list of returned objects by their labels.
|
com.google.protobuf.ByteString |
getLabelSelectorBytes()
A selector to restrict the list of returned objects by their labels.
|
com.google.protobuf.Parser<V1.ListOptions> |
getParserForType() |
String |
getResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource.
|
com.google.protobuf.ByteString |
getResourceVersionBytes()
When specified with a watch call, shows changes that occur after that particular version of a resource.
|
int |
getSerializedSize() |
long |
getTimeoutSeconds()
Timeout for the list/watch call.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getWatch()
Watch for changes to the described resources and return them as a stream of
add, update, and remove notifications.
|
boolean |
hasFieldSelector()
A selector to restrict the list of returned objects by their fields.
|
int |
hashCode() |
boolean |
hasIncludeUninitialized()
If true, partially initialized resources are included in the response.
|
boolean |
hasLabelSelector()
A selector to restrict the list of returned objects by their labels.
|
boolean |
hasResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource.
|
boolean |
hasTimeoutSeconds()
Timeout for the list/watch call.
|
boolean |
hasWatch()
Watch for changes to the described resources and return them as a stream of
add, update, and remove notifications.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1.ListOptions.Builder |
newBuilder() |
static V1.ListOptions.Builder |
newBuilder(V1.ListOptions prototype) |
V1.ListOptions.Builder |
newBuilderForType() |
protected V1.ListOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.ListOptions |
parseDelimitedFrom(InputStream input) |
static V1.ListOptions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ListOptions |
parseFrom(byte[] data) |
static V1.ListOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ListOptions |
parseFrom(ByteBuffer data) |
static V1.ListOptions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ListOptions |
parseFrom(com.google.protobuf.ByteString data) |
static V1.ListOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ListOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.ListOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ListOptions |
parseFrom(InputStream input) |
static V1.ListOptions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.ListOptions> |
parser() |
V1.ListOptions.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
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, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int LABELSELECTOR_FIELD_NUMBER
public static final int FIELDSELECTOR_FIELD_NUMBER
public static final int INCLUDEUNINITIALIZED_FIELD_NUMBER
public static final int WATCH_FIELD_NUMBER
public static final int RESOURCEVERSION_FIELD_NUMBER
public static final int TIMEOUTSECONDS_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.ListOptions> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasLabelSelector()
A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional
optional string labelSelector = 1;hasLabelSelector in interface V1.ListOptionsOrBuilderpublic String getLabelSelector()
A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional
optional string labelSelector = 1;getLabelSelector in interface V1.ListOptionsOrBuilderpublic com.google.protobuf.ByteString getLabelSelectorBytes()
A selector to restrict the list of returned objects by their labels. Defaults to everything. +optional
optional string labelSelector = 1;getLabelSelectorBytes in interface V1.ListOptionsOrBuilderpublic boolean hasFieldSelector()
A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional
optional string fieldSelector = 2;hasFieldSelector in interface V1.ListOptionsOrBuilderpublic String getFieldSelector()
A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional
optional string fieldSelector = 2;getFieldSelector in interface V1.ListOptionsOrBuilderpublic com.google.protobuf.ByteString getFieldSelectorBytes()
A selector to restrict the list of returned objects by their fields. Defaults to everything. +optional
optional string fieldSelector = 2;getFieldSelectorBytes in interface V1.ListOptionsOrBuilderpublic boolean hasIncludeUninitialized()
If true, partially initialized resources are included in the response. +optional
optional bool includeUninitialized = 6;hasIncludeUninitialized in interface V1.ListOptionsOrBuilderpublic boolean getIncludeUninitialized()
If true, partially initialized resources are included in the response. +optional
optional bool includeUninitialized = 6;getIncludeUninitialized in interface V1.ListOptionsOrBuilderpublic boolean hasWatch()
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional
optional bool watch = 3;hasWatch in interface V1.ListOptionsOrBuilderpublic boolean getWatch()
Watch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion. +optional
optional bool watch = 3;getWatch in interface V1.ListOptionsOrBuilderpublic boolean hasResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. +optional
optional string resourceVersion = 4;hasResourceVersion in interface V1.ListOptionsOrBuilderpublic String getResourceVersion()
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. +optional
optional string resourceVersion = 4;getResourceVersion in interface V1.ListOptionsOrBuilderpublic com.google.protobuf.ByteString getResourceVersionBytes()
When specified with a watch call, shows changes that occur after that particular version of a resource. Defaults to changes from the beginning of history. When specified for list: - if unset, then the result is returned from remote storage based on quorum-read flag; - if it's 0, then we simply return what we currently have in cache, no guarantee; - if set to non zero, then the result is at least as fresh as given rv. +optional
optional string resourceVersion = 4;getResourceVersionBytes in interface V1.ListOptionsOrBuilderpublic boolean hasTimeoutSeconds()
Timeout for the list/watch call. +optional
optional int64 timeoutSeconds = 5;hasTimeoutSeconds in interface V1.ListOptionsOrBuilderpublic long getTimeoutSeconds()
Timeout for the list/watch call. +optional
optional int64 timeoutSeconds = 5;getTimeoutSeconds in interface V1.ListOptionsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1.ListOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ListOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ListOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ListOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ListOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ListOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ListOptions parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.ListOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.ListOptions parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.ListOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.ListOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.ListOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.ListOptions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.ListOptions.Builder newBuilder()
public static V1.ListOptions.Builder newBuilder(V1.ListOptions prototype)
public V1.ListOptions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.ListOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.ListOptions getDefaultInstance()
public static com.google.protobuf.Parser<V1.ListOptions> parser()
public com.google.protobuf.Parser<V1.ListOptions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.ListOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.