Interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.SpecificOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getVersions​(int index)
      The version numbers to serve.
      int getVersionsCount()
      The version numbers to serve.
      java.util.List<java.lang.Long> getVersionsList()
      The version numbers to serve.
      • 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

      • getVersionsList

        java.util.List<java.lang.Long> getVersionsList()
         The version numbers to serve.
         
        repeated int64 versions = 1;
        Returns:
        A list containing the versions.
      • getVersionsCount

        int getVersionsCount()
         The version numbers to serve.
         
        repeated int64 versions = 1;
        Returns:
        The count of versions.
      • getVersions

        long getVersions​(int index)
         The version numbers to serve.
         
        repeated int64 versions = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The versions at the given index.