Interface Response.CheckResourceSetResponse.Meta.ActionMetaOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsActions​(java.lang.String key)
      map<string, .cerbos.response.v1.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.Map<java.lang.String,​Response.CheckResourceSetResponse.Meta.EffectMeta> getActions()
      Deprecated.
      int getActionsCount()
      map<string, .cerbos.response.v1.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.util.Map<java.lang.String,​Response.CheckResourceSetResponse.Meta.EffectMeta> getActionsMap()
      map<string, .cerbos.response.v1.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Response.CheckResourceSetResponse.Meta.EffectMeta getActionsOrDefault​(java.lang.String key, Response.CheckResourceSetResponse.Meta.EffectMeta defaultValue)
      map<string, .cerbos.response.v1.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      Response.CheckResourceSetResponse.Meta.EffectMeta getActionsOrThrow​(java.lang.String key)
      map<string, .cerbos.response.v1.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      java.lang.String getEffectiveDerivedRoles​(int index)
      repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      com.google.protobuf.ByteString getEffectiveDerivedRolesBytes​(int index)
      repeated string effective_derived_roles = 2 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ...
      int getEffectiveDerivedRolesCount()
      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.MessageLiteOrBuilder

        isInitialized
      • 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.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • containsActions

        boolean containsActions​(java.lang.String key)
        map<string, .cerbos.response.v1.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getActionsMap

        java.util.Map<java.lang.String,​Response.CheckResourceSetResponse.Meta.EffectMeta> getActionsMap()
        map<string, .cerbos.response.v1.CheckResourceSetResponse.Meta.EffectMeta> actions = 1 [(.grpc.gateway.protoc_gen_openapiv2.options.openapiv2_field) = { ... }
      • getActionsOrThrow

        Response.CheckResourceSetResponse.Meta.EffectMeta getActionsOrThrow​(java.lang.String key)
        map<string, .cerbos.response.v1.CheckResourceSetResponse.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.