Interface TokenCacheConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TokenCacheConfig, TokenCacheConfig.Builder

    public interface TokenCacheConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.UInt64Value getCacheSize()
      The number of cache entries.
      com.google.protobuf.UInt64ValueOrBuilder getCacheSizeOrBuilder()
      The number of cache entries.
      boolean hasCacheSize()
      The number of cache entries.
      • 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

      • hasCacheSize

        boolean hasCacheSize()
         The number of cache entries. The maximum number of entries is INT64_MAX as it is constrained by underlying cache implementation.
         Default value 0 (i.e., proto3 defaults) disables the cache by default. Other default values will enable the cache.
         
        .google.protobuf.UInt64Value cache_size = 1 [(.validate.rules) = { ... }
        Returns:
        Whether the cacheSize field is set.
      • getCacheSize

        com.google.protobuf.UInt64Value getCacheSize()
         The number of cache entries. The maximum number of entries is INT64_MAX as it is constrained by underlying cache implementation.
         Default value 0 (i.e., proto3 defaults) disables the cache by default. Other default values will enable the cache.
         
        .google.protobuf.UInt64Value cache_size = 1 [(.validate.rules) = { ... }
        Returns:
        The cacheSize.
      • getCacheSizeOrBuilder

        com.google.protobuf.UInt64ValueOrBuilder getCacheSizeOrBuilder()
         The number of cache entries. The maximum number of entries is INT64_MAX as it is constrained by underlying cache implementation.
         Default value 0 (i.e., proto3 defaults) disables the cache by default. Other default values will enable the cache.
         
        .google.protobuf.UInt64Value cache_size = 1 [(.validate.rules) = { ... }