Interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.LatestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest, FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.Latest.Builder
Enclosing class:
FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy

public static interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.LatestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Number of latest versions 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 Details

    • getNumVersions

      int getNumVersions()
       Number of latest versions to serve. (The default is 1.)
       
      uint32 num_versions = 1;
      Returns:
      The numVersions.