Interface ControlOuterClass.CacheOptionsEntryOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ControlOuterClass.CacheOptionsEntry, ControlOuterClass.CacheOptionsEntry.Builder
Enclosing class:
ControlOuterClass

public static interface ControlOuterClass.CacheOptionsEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
    Deprecated.
    int
    Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
    Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
    getAttrsOrDefault(String key, String defaultValue)
    Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
    Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
    Type is like "registry" or "local"
    com.google.protobuf.ByteString
    Type is like "registry" or "local"

    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

    • getType

      String getType()
       Type is like "registry" or "local"
       
      string Type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Type is like "registry" or "local"
       
      string Type = 1;
      Returns:
      The bytes for type.
    • getAttrsCount

      int getAttrsCount()
       Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
       See cache importer/exporter implementations' documentation.
       
      map<string, string> Attrs = 2;
    • containsAttrs

      boolean containsAttrs(String key)
       Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
       See cache importer/exporter implementations' documentation.
       
      map<string, string> Attrs = 2;
    • getAttrs

      Deprecated.
      Use getAttrsMap() instead.
    • getAttrsMap

      Map<String,String> getAttrsMap()
       Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
       See cache importer/exporter implementations' documentation.
       
      map<string, string> Attrs = 2;
    • getAttrsOrDefault

      String getAttrsOrDefault(String key, String defaultValue)
       Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
       See cache importer/exporter implementations' documentation.
       
      map<string, string> Attrs = 2;
    • getAttrsOrThrow

      String getAttrsOrThrow(String key)
       Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .
       See cache importer/exporter implementations' documentation.
       
      map<string, string> Attrs = 2;