Interface Gateway.CacheOptionsEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.CacheOptionsEntry
,Gateway.CacheOptionsEntry.Builder
- Enclosing class:
Gateway
public static interface Gateway.CacheOptionsEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAttrs
(String key) map<string, string> Attrs = 2;
getAttrs()
Deprecated.int
map<string, string> Attrs = 2;
map<string, string> Attrs = 2;
getAttrsOrDefault
(String key, String defaultValue) map<string, string> Attrs = 2;
getAttrsOrThrow
(String key) map<string, string> Attrs = 2;
getType()
string Type = 1;
com.google.protobuf.ByteString
string Type = 1;
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()string Type = 1;
- Returns:
- The bytes for type.
-
getAttrsCount
int getAttrsCount()map<string, string> Attrs = 2;
-
containsAttrs
map<string, string> Attrs = 2;
-
getAttrs
-
getAttrsMap
-
getAttrsOrDefault
-
getAttrsOrThrow
-