public static interface Meta.ListMetaOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getContinue()
continue may be set if the user set a limit on the number of items returned, and indicates that
the server has more data available.
|
com.google.protobuf.ByteString |
getContinueBytes()
continue may be set if the user set a limit on the number of items returned, and indicates that
the server has more data available.
|
String |
getResourceVersion()
String that identifies the server's internal version of this object that
can be used by clients to determine when objects have changed.
|
com.google.protobuf.ByteString |
getResourceVersionBytes()
String that identifies the server's internal version of this object that
can be used by clients to determine when objects have changed.
|
String |
getSelfLink()
selfLink is a URL representing this object.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
selfLink is a URL representing this object.
|
boolean |
hasContinue()
continue may be set if the user set a limit on the number of items returned, and indicates that
the server has more data available.
|
boolean |
hasResourceVersion()
String that identifies the server's internal version of this object that
can be used by clients to determine when objects have changed.
|
boolean |
hasSelfLink()
selfLink is a URL representing this object.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasSelfLink()
selfLink is a URL representing this object. Populated by the system. Read-only. +optional
optional string selfLink = 1;
String getSelfLink()
selfLink is a URL representing this object. Populated by the system. Read-only. +optional
optional string selfLink = 1;
com.google.protobuf.ByteString getSelfLinkBytes()
selfLink is a URL representing this object. Populated by the system. Read-only. +optional
optional string selfLink = 1;
boolean hasResourceVersion()
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency +optional
optional string resourceVersion = 2;
String getResourceVersion()
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency +optional
optional string resourceVersion = 2;
com.google.protobuf.ByteString getResourceVersionBytes()
String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#concurrency-control-and-consistency +optional
optional string resourceVersion = 2;
boolean hasContinue()
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
optional string continue = 3;
String getContinue()
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
optional string continue = 3;
com.google.protobuf.ByteString getContinueBytes()
continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message.
optional string continue = 3;
Copyright © 2021. All rights reserved.