Package dev.cerbos.api.v1.response
Interface Response.CheckResourcesResponse.ResultEntry.MetaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Response.CheckResourcesResponse.ResultEntry.Meta,Response.CheckResourcesResponse.ResultEntry.Meta.Builder
- Enclosing class:
- Response.CheckResourcesResponse.ResultEntry
public static interface Response.CheckResourcesResponse.ResultEntry.MetaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsActions(java.lang.String key)map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.Map<java.lang.String,Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta>getActions()Deprecated.intgetActionsCount()map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.Map<java.lang.String,Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta>getActionsMap()map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Response.CheckResourcesResponse.ResultEntry.Meta.EffectMetagetActionsOrDefault(java.lang.String key, Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta defaultValue)map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...Response.CheckResourcesResponse.ResultEntry.Meta.EffectMetagetActionsOrThrow(java.lang.String key)map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.lang.StringgetEffectiveDerivedRoles(int index)repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...com.google.protobuf.ByteStringgetEffectiveDerivedRolesBytes(int index)repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...intgetEffectiveDerivedRolesCount()repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...java.util.List<java.lang.String>getEffectiveDerivedRolesList()repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getActionsCount
int getActionsCount()
map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
containsActions
boolean containsActions(java.lang.String key)
map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getActions
@Deprecated java.util.Map<java.lang.String,Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> getActions()
Deprecated.UsegetActionsMap()instead.
-
getActionsMap
java.util.Map<java.lang.String,Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> getActionsMap()
map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getActionsOrDefault
Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta getActionsOrDefault(java.lang.String key, Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta defaultValue)
map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getActionsOrThrow
Response.CheckResourcesResponse.ResultEntry.Meta.EffectMeta getActionsOrThrow(java.lang.String key)
map<string, .cerbos.response.v1.CheckResourcesResponse.ResultEntry.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
-
getEffectiveDerivedRolesList
java.util.List<java.lang.String> getEffectiveDerivedRolesList()
repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- A list containing the effectiveDerivedRoles.
-
getEffectiveDerivedRolesCount
int getEffectiveDerivedRolesCount()
repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Returns:
- The count of effectiveDerivedRoles.
-
getEffectiveDerivedRoles
java.lang.String getEffectiveDerivedRoles(int index)
repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Parameters:
index- The index of the element to return.- Returns:
- The effectiveDerivedRoles at the given index.
-
getEffectiveDerivedRolesBytes
com.google.protobuf.ByteString getEffectiveDerivedRolesBytes(int index)
repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the effectiveDerivedRoles at the given index.
-
-