Package dev.cerbos.api.v1.policy
Interface PolicyOuterClass.TestOptionsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PolicyOuterClass.TestOptions,PolicyOuterClass.TestOptions.Builder
- Enclosing class:
- PolicyOuterClass
public static interface PolicyOuterClass.TestOptionsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsGlobals(java.lang.String key)map<string, .google.protobuf.Value> globals = 3;java.util.Map<java.lang.String,com.google.protobuf.Value>getGlobals()Deprecated.intgetGlobalsCount()map<string, .google.protobuf.Value> globals = 3;java.util.Map<java.lang.String,com.google.protobuf.Value>getGlobalsMap()map<string, .google.protobuf.Value> globals = 3;com.google.protobuf.ValuegetGlobalsOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> globals = 3;com.google.protobuf.ValuegetGlobalsOrThrow(java.lang.String key)map<string, .google.protobuf.Value> globals = 3;booleangetLenientScopeSearch()bool lenient_scope_search = 2;com.google.protobuf.TimestampgetNow().google.protobuf.Timestamp now = 1;com.google.protobuf.TimestampOrBuildergetNowOrBuilder().google.protobuf.Timestamp now = 1;booleanhasNow().google.protobuf.Timestamp now = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasNow
boolean hasNow()
.google.protobuf.Timestamp now = 1;- Returns:
- Whether the now field is set.
-
getNow
com.google.protobuf.Timestamp getNow()
.google.protobuf.Timestamp now = 1;- Returns:
- The now.
-
getNowOrBuilder
com.google.protobuf.TimestampOrBuilder getNowOrBuilder()
.google.protobuf.Timestamp now = 1;
-
getLenientScopeSearch
boolean getLenientScopeSearch()
bool lenient_scope_search = 2;- Returns:
- The lenientScopeSearch.
-
getGlobalsCount
int getGlobalsCount()
map<string, .google.protobuf.Value> globals = 3;
-
containsGlobals
boolean containsGlobals(java.lang.String key)
map<string, .google.protobuf.Value> globals = 3;
-
getGlobals
@Deprecated java.util.Map<java.lang.String,com.google.protobuf.Value> getGlobals()
Deprecated.UsegetGlobalsMap()instead.
-
getGlobalsMap
java.util.Map<java.lang.String,com.google.protobuf.Value> getGlobalsMap()
map<string, .google.protobuf.Value> globals = 3;
-
getGlobalsOrDefault
com.google.protobuf.Value getGlobalsOrDefault(java.lang.String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> globals = 3;
-
getGlobalsOrThrow
com.google.protobuf.Value getGlobalsOrThrow(java.lang.String key)
map<string, .google.protobuf.Value> globals = 3;
-
-