Interface Gateway.RefMapDeprecatedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Gateway.RefMapDeprecated
,Gateway.RefMapDeprecated.Builder
- Enclosing class:
Gateway
public static interface Gateway.RefMapDeprecatedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsRefs
(String key) map<string, string> refs = 1;
getRefs()
Deprecated.int
map<string, string> refs = 1;
map<string, string> refs = 1;
getRefsOrDefault
(String key, String defaultValue) map<string, string> refs = 1;
getRefsOrThrow
(String key) map<string, string> refs = 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
-
getRefsCount
int getRefsCount()map<string, string> refs = 1;
-
containsRefs
map<string, string> refs = 1;
-
getRefs
-
getRefsMap
-
getRefsOrDefault
-
getRefsOrThrow
-