public static final class Meta.ListOptions extends com.google.protobuf.GeneratedMessageV3 implements Meta.ListOptionsOrBuilder
ListOptions is the query options to a standard REST list call.Protobuf type
k8s.io.apimachinery.pkg.apis.meta.v1.ListOptions| Modifier and Type | Class and Description |
|---|---|
static class |
Meta.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<Meta.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 Meta.ListOptions |
getDefaultInstance() |
Meta.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<Meta.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 Meta.ListOptions.Builder |
newBuilder() |
static Meta.ListOptions.Builder |
newBuilder(Meta.ListOptions prototype) |
Meta.ListOptions.Builder |
newBuilderForType() |
protected Meta.ListOptions.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Meta.ListOptions |
parseDelimitedFrom(InputStream input) |
static Meta.ListOptions |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.ListOptions |
parseFrom(byte[] data) |
static Meta.ListOptions |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.ListOptions |
parseFrom(ByteBuffer data) |
static Meta.ListOptions |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.ListOptions |
parseFrom(com.google.protobuf.ByteString data) |
static Meta.ListOptions |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.ListOptions |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Meta.ListOptions |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Meta.ListOptions |
parseFrom(InputStream input) |
static Meta.ListOptions |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Meta.ListOptions> |
parser() |
Meta.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<Meta.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 Meta.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 Meta.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 Meta.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 Meta.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 Meta.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 Meta.ListOptionsOrBuilderpublic boolean hasIncludeUninitialized()
If true, partially initialized resources are included in the response. +optional
optional bool includeUninitialized = 6;hasIncludeUninitialized in interface Meta.ListOptionsOrBuilderpublic boolean getIncludeUninitialized()
If true, partially initialized resources are included in the response. +optional
optional bool includeUninitialized = 6;getIncludeUninitialized in interface Meta.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 Meta.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 Meta.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 Meta.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 Meta.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 Meta.ListOptionsOrBuilderpublic boolean hasTimeoutSeconds()
Timeout for the list/watch call. +optional
optional int64 timeoutSeconds = 5;hasTimeoutSeconds in interface Meta.ListOptionsOrBuilderpublic long getTimeoutSeconds()
Timeout for the list/watch call. +optional
optional int64 timeoutSeconds = 5;getTimeoutSeconds in interface Meta.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 Meta.ListOptions parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.ListOptions parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.ListOptions parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.ListOptions parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.ListOptions parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.ListOptions parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Meta.ListOptions parseFrom(InputStream input) throws IOException
IOExceptionpublic static Meta.ListOptions parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Meta.ListOptions parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Meta.ListOptions parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Meta.ListOptions parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Meta.ListOptions parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Meta.ListOptions.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Meta.ListOptions.Builder newBuilder()
public static Meta.ListOptions.Builder newBuilder(Meta.ListOptions prototype)
public Meta.ListOptions.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Meta.ListOptions.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Meta.ListOptions getDefaultInstance()
public static com.google.protobuf.Parser<Meta.ListOptions> parser()
public com.google.protobuf.Parser<Meta.ListOptions> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Meta.ListOptions getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.