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 TypeMethodDescriptionboolean
containsAttrs
(String key) Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .getAttrs()
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 .getAttrsOrThrow
(String key) Attrs are like mode=(min,max), ref=example.com:5000/foo/bar .getType()
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
-
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
Attrs are like mode=(min,max), ref=example.com:5000/foo/bar . See cache importer/exporter implementations' documentation.
map<string, string> Attrs = 2;
-
getAttrs
-
getAttrsMap
-
getAttrsOrDefault
-
getAttrsOrThrow
-