Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.Test.OutputEntriesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.Test.OutputEntries,PolicyOuterClass.Test.OutputEntries.Builder
- Enclosing class:
- PolicyOuterClass.Test
public static interface PolicyOuterClass.Test.OutputEntriesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsEntries(java.lang.String key)map<string, .google.protobuf.Value> entries = 1;java.util.Map<java.lang.String,com.google.protobuf.Value>getEntries()Deprecated.intgetEntriesCount()map<string, .google.protobuf.Value> entries = 1;java.util.Map<java.lang.String,com.google.protobuf.Value>getEntriesMap()map<string, .google.protobuf.Value> entries = 1;com.google.protobuf.ValuegetEntriesOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> entries = 1;com.google.protobuf.ValuegetEntriesOrThrow(java.lang.String key)map<string, .google.protobuf.Value> entries = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntriesCount
int getEntriesCount()
map<string, .google.protobuf.Value> entries = 1;
-
containsEntries
boolean containsEntries(java.lang.String key)
map<string, .google.protobuf.Value> entries = 1;
-
getEntries
@Deprecated java.util.Map<java.lang.String,com.google.protobuf.Value> getEntries()
Deprecated.UsegetEntriesMap()instead.
-
getEntriesMap
java.util.Map<java.lang.String,com.google.protobuf.Value> getEntriesMap()
map<string, .google.protobuf.Value> entries = 1;
-
getEntriesOrDefault
com.google.protobuf.Value getEntriesOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> entries = 1;
-
getEntriesOrThrow
com.google.protobuf.Value getEntriesOrThrow(java.lang.String key)
map<string, .google.protobuf.Value> entries = 1;
-
-