Interface Generated.ListMetaOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.ListMeta, Generated.ListMeta.Builder
    Enclosing class:
    Generated

    public static interface Generated.ListMetaOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      long getRemainingItemCount()
      remainingItemCount is the number of subsequent items in the list which are not included in this list response.
      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()
      Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
      com.google.protobuf.ByteString getSelfLinkBytes()
      Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
      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 hasRemainingItemCount()
      remainingItemCount is the number of subsequent items in the list which are not included in this list response.
      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()
      Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasSelfLink

        boolean hasSelfLink()
         Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
         +optional
         
        optional string selfLink = 1;
        Returns:
        Whether the selfLink field is set.
      • getSelfLink

        String getSelfLink()
         Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
         +optional
         
        optional string selfLink = 1;
        Returns:
        The selfLink.
      • getSelfLinkBytes

        com.google.protobuf.ByteString getSelfLinkBytes()
         Deprecated: selfLink is a legacy read-only field that is no longer populated by the system.
         +optional
         
        optional string selfLink = 1;
        Returns:
        The bytes for selfLink.
      • hasResourceVersion

        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/sig-architecture/api-conventions.md#concurrency-control-and-consistency
         +optional
         
        optional string resourceVersion = 2;
        Returns:
        Whether the resourceVersion field is set.
      • getResourceVersion

        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/sig-architecture/api-conventions.md#concurrency-control-and-consistency
         +optional
         
        optional string resourceVersion = 2;
        Returns:
        The resourceVersion.
      • getResourceVersionBytes

        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/sig-architecture/api-conventions.md#concurrency-control-and-consistency
         +optional
         
        optional string resourceVersion = 2;
        Returns:
        The bytes for resourceVersion.
      • hasContinue

        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;
        Returns:
        Whether the continue field is set.
      • getContinue

        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;
        Returns:
        The continue.
      • getContinueBytes

        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;
        Returns:
        The bytes for continue.
      • hasRemainingItemCount

        boolean hasRemainingItemCount()
         remainingItemCount is the number of subsequent items in the list which are not included in this
         list response. If the list request contained label or field selectors, then the number of
         remaining items is unknown and the field will be left unset and omitted during serialization.
         If the list is complete (either because it is not chunking or because this is the last chunk),
         then there are no more remaining items and this field will be left unset and omitted during
         serialization.
         Servers older than v1.15 do not set this field.
         The intended use of the remainingItemCount is *estimating* the size of a collection. Clients
         should not rely on the remainingItemCount to be set or to be exact.
         +optional
         
        optional int64 remainingItemCount = 4;
        Returns:
        Whether the remainingItemCount field is set.
      • getRemainingItemCount

        long getRemainingItemCount()
         remainingItemCount is the number of subsequent items in the list which are not included in this
         list response. If the list request contained label or field selectors, then the number of
         remaining items is unknown and the field will be left unset and omitted during serialization.
         If the list is complete (either because it is not chunking or because this is the last chunk),
         then there are no more remaining items and this field will be left unset and omitted during
         serialization.
         Servers older than v1.15 do not set this field.
         The intended use of the remainingItemCount is *estimating* the size of a collection. Clients
         should not rely on the remainingItemCount to be set or to be exact.
         +optional
         
        optional int64 remainingItemCount = 4;
        Returns:
        The remainingItemCount.