Interface PolicyOuterClass.UpdateOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.Update
,PolicyOuterClass.Update.Builder
- Enclosing class:
PolicyOuterClass
public static interface PolicyOuterClass.UpdateOrBuilder
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;
string identifier = 1;
com.google.protobuf.ByteString
string identifier = 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
-
getIdentifier
-
getIdentifierBytes
com.google.protobuf.ByteString getIdentifierBytes()string identifier = 1;
- Returns:
- The bytes for identifier.
-
getAttrsCount
int getAttrsCount()map<string, string> attrs = 2;
-
containsAttrs
map<string, string> attrs = 2;
-
getAttrs
-
getAttrsMap
-
getAttrsOrDefault
-
getAttrsOrThrow
-