public static interface FileSystemStoragePathSource.FileSystemStoragePathSourceConfig.ServableVersionPolicy.SpecificOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.Long> getVersionsList()
The version numbers to serve.
repeated int64 versions = 1;int getVersionsCount()
The version numbers to serve.
repeated int64 versions = 1;long getVersions(int index)
The version numbers to serve.
repeated int64 versions = 1;index - The index of the element to return.