Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.SourceAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.SourceAttributes,PolicyOuterClass.SourceAttributes.Builder
- Enclosing class:
- PolicyOuterClass
public static interface PolicyOuterClass.SourceAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsAttributes(java.lang.String key)map<string, .google.protobuf.Value> attributes = 1;java.util.Map<java.lang.String,com.google.protobuf.Value>getAttributes()Deprecated.intgetAttributesCount()map<string, .google.protobuf.Value> attributes = 1;java.util.Map<java.lang.String,com.google.protobuf.Value>getAttributesMap()map<string, .google.protobuf.Value> attributes = 1;com.google.protobuf.ValuegetAttributesOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> attributes = 1;com.google.protobuf.ValuegetAttributesOrThrow(java.lang.String key)map<string, .google.protobuf.Value> attributes = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAttributesCount
int getAttributesCount()
map<string, .google.protobuf.Value> attributes = 1;
-
containsAttributes
boolean containsAttributes(java.lang.String key)
map<string, .google.protobuf.Value> attributes = 1;
-
getAttributes
@Deprecated java.util.Map<java.lang.String,com.google.protobuf.Value> getAttributes()
Deprecated.UsegetAttributesMap()instead.
-
getAttributesMap
java.util.Map<java.lang.String,com.google.protobuf.Value> getAttributesMap()
map<string, .google.protobuf.Value> attributes = 1;
-
getAttributesOrDefault
com.google.protobuf.Value getAttributesOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> attributes = 1;
-
getAttributesOrThrow
com.google.protobuf.Value getAttributesOrThrow(java.lang.String key)
map<string, .google.protobuf.Value> attributes = 1;
-
-