#pragma warning disable 0414, 1591, 8981, 0612
#region Designer generated code
using grpc = global::Grpc.Core;
namespace udb.core.Authz.Services.V1 {
public static partial class AuthzService
{
static readonly string __ServiceName = "udb.core.authz.services.v1.AuthzService";
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static void __Helper_SerializeMessage(global::Google.Protobuf.IMessage message, grpc::SerializationContext context)
{
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
if (message is global::Google.Protobuf.IBufferMessage)
{
context.SetPayloadLength(message.CalculateSize());
global::Google.Protobuf.MessageExtensions.WriteTo(message, context.GetBufferWriter());
context.Complete();
return;
}
#endif
context.Complete(global::Google.Protobuf.MessageExtensions.ToByteArray(message));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static class __Helper_MessageCache<T>
{
public static readonly bool IsBufferMessage = global::System.Reflection.IntrospectionExtensions.GetTypeInfo(typeof(global::Google.Protobuf.IBufferMessage)).IsAssignableFrom(typeof(T));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static T __Helper_DeserializeMessage<T>(grpc::DeserializationContext context, global::Google.Protobuf.MessageParser<T> parser) where T : global::Google.Protobuf.IMessage<T>
{
#if !GRPC_DISABLE_PROTOBUF_BUFFER_SERIALIZATION
if (__Helper_MessageCache<T>.IsBufferMessage)
{
return parser.ParseFrom(context.PayloadAsReadOnlySequence());
}
#endif
return parser.ParseFrom(context.PayloadAsNewBuffer());
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.AuthzRequest> __Marshaller_udb_core_authz_services_v1_AuthzRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.AuthzRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.AuthzResponse> __Marshaller_udb_core_authz_services_v1_AuthzResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.AuthzResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.CheckAccessRequest> __Marshaller_udb_core_authz_services_v1_CheckAccessRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.CheckAccessRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.CheckAccessResponse> __Marshaller_udb_core_authz_services_v1_CheckAccessResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.CheckAccessResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.CreateRoleRequest> __Marshaller_udb_core_authz_services_v1_CreateRoleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.CreateRoleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.CreateRoleResponse> __Marshaller_udb_core_authz_services_v1_CreateRoleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.CreateRoleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.AssignRoleRequest> __Marshaller_udb_core_authz_services_v1_AssignRoleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.AssignRoleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.AssignRoleResponse> __Marshaller_udb_core_authz_services_v1_AssignRoleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.AssignRoleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest> __Marshaller_udb_core_authz_services_v1_CreatePolicyRuleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse> __Marshaller_udb_core_authz_services_v1_CreatePolicyRuleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListUserPermissionsRequest> __Marshaller_udb_core_authz_services_v1_ListUserPermissionsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListUserPermissionsRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListUserPermissionsResponse> __Marshaller_udb_core_authz_services_v1_ListUserPermissionsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListUserPermissionsResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest> __Marshaller_udb_core_authz_services_v1_ListAccessDecisionAuditsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse> __Marshaller_udb_core_authz_services_v1_ListAccessDecisionAuditsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.RevokeRoleRequest> __Marshaller_udb_core_authz_services_v1_RevokeRoleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.RevokeRoleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.RevokeRoleResponse> __Marshaller_udb_core_authz_services_v1_RevokeRoleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.RevokeRoleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListUserRolesRequest> __Marshaller_udb_core_authz_services_v1_ListUserRolesRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListUserRolesRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListUserRolesResponse> __Marshaller_udb_core_authz_services_v1_ListUserRolesResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListUserRolesResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.GetRoleRequest> __Marshaller_udb_core_authz_services_v1_GetRoleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.GetRoleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.GetRoleResponse> __Marshaller_udb_core_authz_services_v1_GetRoleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.GetRoleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListRolesRequest> __Marshaller_udb_core_authz_services_v1_ListRolesRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListRolesRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListRolesResponse> __Marshaller_udb_core_authz_services_v1_ListRolesResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListRolesResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest> __Marshaller_udb_core_authz_services_v1_BatchCheckPermissionsRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse> __Marshaller_udb_core_authz_services_v1_BatchCheckPermissionsResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.UpdateRoleRequest> __Marshaller_udb_core_authz_services_v1_UpdateRoleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.UpdateRoleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.UpdateRoleResponse> __Marshaller_udb_core_authz_services_v1_UpdateRoleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.UpdateRoleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.DeleteRoleRequest> __Marshaller_udb_core_authz_services_v1_DeleteRoleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.DeleteRoleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.DeleteRoleResponse> __Marshaller_udb_core_authz_services_v1_DeleteRoleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.DeleteRoleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.GetPolicyRuleRequest> __Marshaller_udb_core_authz_services_v1_GetPolicyRuleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.GetPolicyRuleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.GetPolicyRuleResponse> __Marshaller_udb_core_authz_services_v1_GetPolicyRuleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.GetPolicyRuleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListPolicyRulesRequest> __Marshaller_udb_core_authz_services_v1_ListPolicyRulesRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListPolicyRulesRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.ListPolicyRulesResponse> __Marshaller_udb_core_authz_services_v1_ListPolicyRulesResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.ListPolicyRulesResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest> __Marshaller_udb_core_authz_services_v1_DeletePolicyRuleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse> __Marshaller_udb_core_authz_services_v1_DeletePolicyRuleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.PutRoleBindingRequest> __Marshaller_udb_core_authz_services_v1_PutRoleBindingRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.PutRoleBindingRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.AuthMutationResponse> __Marshaller_udb_core_authz_services_v1_AuthMutationResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.AuthMutationResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.PutRelationshipRequest> __Marshaller_udb_core_authz_services_v1_PutRelationshipRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.PutRelationshipRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest> __Marshaller_udb_core_authz_services_v1_PutAuthzPolicyRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest> __Marshaller_udb_core_authz_services_v1_LintAuthzPoliciesRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse> __Marshaller_udb_core_authz_services_v1_LintAuthzPoliciesResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.NativeAccessRequest> __Marshaller_udb_core_authz_services_v1_NativeAccessRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.NativeAccessRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.NativeAccessResponse> __Marshaller_udb_core_authz_services_v1_NativeAccessResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.NativeAccessResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.PolicyBundleRequest> __Marshaller_udb_core_authz_services_v1_PolicyBundleRequest = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.PolicyBundleRequest.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Marshaller<global::udb.core.Authz.Services.V1.PolicyBundleResponse> __Marshaller_udb_core_authz_services_v1_PolicyBundleResponse = grpc::Marshallers.Create(__Helper_SerializeMessage, context => __Helper_DeserializeMessage(context, global::udb.core.Authz.Services.V1.PolicyBundleResponse.Parser));
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.AuthzRequest, global::udb.core.Authz.Services.V1.AuthzResponse> __Method_Authorize = new grpc::Method<global::udb.core.Authz.Services.V1.AuthzRequest, global::udb.core.Authz.Services.V1.AuthzResponse>(
grpc::MethodType.Unary,
__ServiceName,
"Authorize",
__Marshaller_udb_core_authz_services_v1_AuthzRequest,
__Marshaller_udb_core_authz_services_v1_AuthzResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.CheckAccessRequest, global::udb.core.Authz.Services.V1.CheckAccessResponse> __Method_CheckAccess = new grpc::Method<global::udb.core.Authz.Services.V1.CheckAccessRequest, global::udb.core.Authz.Services.V1.CheckAccessResponse>(
grpc::MethodType.Unary,
__ServiceName,
"CheckAccess",
__Marshaller_udb_core_authz_services_v1_CheckAccessRequest,
__Marshaller_udb_core_authz_services_v1_CheckAccessResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.CreateRoleRequest, global::udb.core.Authz.Services.V1.CreateRoleResponse> __Method_CreateRole = new grpc::Method<global::udb.core.Authz.Services.V1.CreateRoleRequest, global::udb.core.Authz.Services.V1.CreateRoleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"CreateRole",
__Marshaller_udb_core_authz_services_v1_CreateRoleRequest,
__Marshaller_udb_core_authz_services_v1_CreateRoleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.AssignRoleRequest, global::udb.core.Authz.Services.V1.AssignRoleResponse> __Method_AssignRole = new grpc::Method<global::udb.core.Authz.Services.V1.AssignRoleRequest, global::udb.core.Authz.Services.V1.AssignRoleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"AssignRole",
__Marshaller_udb_core_authz_services_v1_AssignRoleRequest,
__Marshaller_udb_core_authz_services_v1_AssignRoleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest, global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse> __Method_CreatePolicyRule = new grpc::Method<global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest, global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"CreatePolicyRule",
__Marshaller_udb_core_authz_services_v1_CreatePolicyRuleRequest,
__Marshaller_udb_core_authz_services_v1_CreatePolicyRuleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.ListUserPermissionsRequest, global::udb.core.Authz.Services.V1.ListUserPermissionsResponse> __Method_ListUserPermissions = new grpc::Method<global::udb.core.Authz.Services.V1.ListUserPermissionsRequest, global::udb.core.Authz.Services.V1.ListUserPermissionsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListUserPermissions",
__Marshaller_udb_core_authz_services_v1_ListUserPermissionsRequest,
__Marshaller_udb_core_authz_services_v1_ListUserPermissionsResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest, global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse> __Method_ListAccessDecisionAudits = new grpc::Method<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest, global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListAccessDecisionAudits",
__Marshaller_udb_core_authz_services_v1_ListAccessDecisionAuditsRequest,
__Marshaller_udb_core_authz_services_v1_ListAccessDecisionAuditsResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.RevokeRoleRequest, global::udb.core.Authz.Services.V1.RevokeRoleResponse> __Method_RevokeRole = new grpc::Method<global::udb.core.Authz.Services.V1.RevokeRoleRequest, global::udb.core.Authz.Services.V1.RevokeRoleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"RevokeRole",
__Marshaller_udb_core_authz_services_v1_RevokeRoleRequest,
__Marshaller_udb_core_authz_services_v1_RevokeRoleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.ListUserRolesRequest, global::udb.core.Authz.Services.V1.ListUserRolesResponse> __Method_ListUserRoles = new grpc::Method<global::udb.core.Authz.Services.V1.ListUserRolesRequest, global::udb.core.Authz.Services.V1.ListUserRolesResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListUserRoles",
__Marshaller_udb_core_authz_services_v1_ListUserRolesRequest,
__Marshaller_udb_core_authz_services_v1_ListUserRolesResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.GetRoleRequest, global::udb.core.Authz.Services.V1.GetRoleResponse> __Method_GetRole = new grpc::Method<global::udb.core.Authz.Services.V1.GetRoleRequest, global::udb.core.Authz.Services.V1.GetRoleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetRole",
__Marshaller_udb_core_authz_services_v1_GetRoleRequest,
__Marshaller_udb_core_authz_services_v1_GetRoleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.ListRolesRequest, global::udb.core.Authz.Services.V1.ListRolesResponse> __Method_ListRoles = new grpc::Method<global::udb.core.Authz.Services.V1.ListRolesRequest, global::udb.core.Authz.Services.V1.ListRolesResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListRoles",
__Marshaller_udb_core_authz_services_v1_ListRolesRequest,
__Marshaller_udb_core_authz_services_v1_ListRolesResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest, global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse> __Method_BatchCheckPermissions = new grpc::Method<global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest, global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse>(
grpc::MethodType.Unary,
__ServiceName,
"BatchCheckPermissions",
__Marshaller_udb_core_authz_services_v1_BatchCheckPermissionsRequest,
__Marshaller_udb_core_authz_services_v1_BatchCheckPermissionsResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.UpdateRoleRequest, global::udb.core.Authz.Services.V1.UpdateRoleResponse> __Method_UpdateRole = new grpc::Method<global::udb.core.Authz.Services.V1.UpdateRoleRequest, global::udb.core.Authz.Services.V1.UpdateRoleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"UpdateRole",
__Marshaller_udb_core_authz_services_v1_UpdateRoleRequest,
__Marshaller_udb_core_authz_services_v1_UpdateRoleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.DeleteRoleRequest, global::udb.core.Authz.Services.V1.DeleteRoleResponse> __Method_DeleteRole = new grpc::Method<global::udb.core.Authz.Services.V1.DeleteRoleRequest, global::udb.core.Authz.Services.V1.DeleteRoleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"DeleteRole",
__Marshaller_udb_core_authz_services_v1_DeleteRoleRequest,
__Marshaller_udb_core_authz_services_v1_DeleteRoleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.GetPolicyRuleRequest, global::udb.core.Authz.Services.V1.GetPolicyRuleResponse> __Method_GetPolicyRule = new grpc::Method<global::udb.core.Authz.Services.V1.GetPolicyRuleRequest, global::udb.core.Authz.Services.V1.GetPolicyRuleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetPolicyRule",
__Marshaller_udb_core_authz_services_v1_GetPolicyRuleRequest,
__Marshaller_udb_core_authz_services_v1_GetPolicyRuleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.ListPolicyRulesRequest, global::udb.core.Authz.Services.V1.ListPolicyRulesResponse> __Method_ListPolicyRules = new grpc::Method<global::udb.core.Authz.Services.V1.ListPolicyRulesRequest, global::udb.core.Authz.Services.V1.ListPolicyRulesResponse>(
grpc::MethodType.Unary,
__ServiceName,
"ListPolicyRules",
__Marshaller_udb_core_authz_services_v1_ListPolicyRulesRequest,
__Marshaller_udb_core_authz_services_v1_ListPolicyRulesResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest, global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse> __Method_DeletePolicyRule = new grpc::Method<global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest, global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"DeletePolicyRule",
__Marshaller_udb_core_authz_services_v1_DeletePolicyRuleRequest,
__Marshaller_udb_core_authz_services_v1_DeletePolicyRuleResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.PutRoleBindingRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse> __Method_PutRoleBinding = new grpc::Method<global::udb.core.Authz.Services.V1.PutRoleBindingRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse>(
grpc::MethodType.Unary,
__ServiceName,
"PutRoleBinding",
__Marshaller_udb_core_authz_services_v1_PutRoleBindingRequest,
__Marshaller_udb_core_authz_services_v1_AuthMutationResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.PutRelationshipRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse> __Method_PutRelationship = new grpc::Method<global::udb.core.Authz.Services.V1.PutRelationshipRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse>(
grpc::MethodType.Unary,
__ServiceName,
"PutRelationship",
__Marshaller_udb_core_authz_services_v1_PutRelationshipRequest,
__Marshaller_udb_core_authz_services_v1_AuthMutationResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse> __Method_PutAuthzPolicy = new grpc::Method<global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse>(
grpc::MethodType.Unary,
__ServiceName,
"PutAuthzPolicy",
__Marshaller_udb_core_authz_services_v1_PutAuthzPolicyRequest,
__Marshaller_udb_core_authz_services_v1_AuthMutationResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest, global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse> __Method_LintAuthzPolicies = new grpc::Method<global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest, global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse>(
grpc::MethodType.Unary,
__ServiceName,
"LintAuthzPolicies",
__Marshaller_udb_core_authz_services_v1_LintAuthzPoliciesRequest,
__Marshaller_udb_core_authz_services_v1_LintAuthzPoliciesResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.NativeAccessRequest, global::udb.core.Authz.Services.V1.NativeAccessResponse> __Method_GetNativeAccess = new grpc::Method<global::udb.core.Authz.Services.V1.NativeAccessRequest, global::udb.core.Authz.Services.V1.NativeAccessResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetNativeAccess",
__Marshaller_udb_core_authz_services_v1_NativeAccessRequest,
__Marshaller_udb_core_authz_services_v1_NativeAccessResponse);
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
static readonly grpc::Method<global::udb.core.Authz.Services.V1.PolicyBundleRequest, global::udb.core.Authz.Services.V1.PolicyBundleResponse> __Method_GetPolicyBundle = new grpc::Method<global::udb.core.Authz.Services.V1.PolicyBundleRequest, global::udb.core.Authz.Services.V1.PolicyBundleResponse>(
grpc::MethodType.Unary,
__ServiceName,
"GetPolicyBundle",
__Marshaller_udb_core_authz_services_v1_PolicyBundleRequest,
__Marshaller_udb_core_authz_services_v1_PolicyBundleResponse);
public static global::Google.Protobuf.Reflection.ServiceDescriptor Descriptor
{
get { return global::udb.core.Authz.Services.V1.AuthzServiceReflection.Descriptor.Services[0]; }
}
[grpc::BindServiceMethod(typeof(AuthzService), "BindService")]
public abstract partial class AuthzServiceBase
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.AuthzResponse> Authorize(global::udb.core.Authz.Services.V1.AuthzRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.CheckAccessResponse> CheckAccess(global::udb.core.Authz.Services.V1.CheckAccessRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.CreateRoleResponse> CreateRole(global::udb.core.Authz.Services.V1.CreateRoleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.AssignRoleResponse> AssignRole(global::udb.core.Authz.Services.V1.AssignRoleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse> CreatePolicyRule(global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.ListUserPermissionsResponse> ListUserPermissions(global::udb.core.Authz.Services.V1.ListUserPermissionsRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse> ListAccessDecisionAudits(global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.RevokeRoleResponse> RevokeRole(global::udb.core.Authz.Services.V1.RevokeRoleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.ListUserRolesResponse> ListUserRoles(global::udb.core.Authz.Services.V1.ListUserRolesRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.GetRoleResponse> GetRole(global::udb.core.Authz.Services.V1.GetRoleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.ListRolesResponse> ListRoles(global::udb.core.Authz.Services.V1.ListRolesRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse> BatchCheckPermissions(global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.UpdateRoleResponse> UpdateRole(global::udb.core.Authz.Services.V1.UpdateRoleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.DeleteRoleResponse> DeleteRole(global::udb.core.Authz.Services.V1.DeleteRoleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.GetPolicyRuleResponse> GetPolicyRule(global::udb.core.Authz.Services.V1.GetPolicyRuleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.ListPolicyRulesResponse> ListPolicyRules(global::udb.core.Authz.Services.V1.ListPolicyRulesRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse> DeletePolicyRule(global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutRoleBinding(global::udb.core.Authz.Services.V1.PutRoleBindingRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutRelationship(global::udb.core.Authz.Services.V1.PutRelationshipRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutAuthzPolicy(global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse> LintAuthzPolicies(global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.NativeAccessResponse> GetNativeAccess(global::udb.core.Authz.Services.V1.NativeAccessRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::System.Threading.Tasks.Task<global::udb.core.Authz.Services.V1.PolicyBundleResponse> GetPolicyBundle(global::udb.core.Authz.Services.V1.PolicyBundleRequest request, grpc::ServerCallContext context)
{
throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, ""));
}
}
public partial class AuthzServiceClient : grpc::ClientBase<AuthzServiceClient>
{
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public AuthzServiceClient(grpc::ChannelBase channel) : base(channel)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public AuthzServiceClient(grpc::CallInvoker callInvoker) : base(callInvoker)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected AuthzServiceClient() : base()
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected AuthzServiceClient(ClientBaseConfiguration configuration) : base(configuration)
{
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthzResponse Authorize(global::udb.core.Authz.Services.V1.AuthzRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return Authorize(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthzResponse Authorize(global::udb.core.Authz.Services.V1.AuthzRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_Authorize, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthzResponse> AuthorizeAsync(global::udb.core.Authz.Services.V1.AuthzRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return AuthorizeAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthzResponse> AuthorizeAsync(global::udb.core.Authz.Services.V1.AuthzRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_Authorize, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.CheckAccessResponse CheckAccess(global::udb.core.Authz.Services.V1.CheckAccessRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CheckAccess(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.CheckAccessResponse CheckAccess(global::udb.core.Authz.Services.V1.CheckAccessRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_CheckAccess, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.CheckAccessResponse> CheckAccessAsync(global::udb.core.Authz.Services.V1.CheckAccessRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CheckAccessAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.CheckAccessResponse> CheckAccessAsync(global::udb.core.Authz.Services.V1.CheckAccessRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_CheckAccess, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.CreateRoleResponse CreateRole(global::udb.core.Authz.Services.V1.CreateRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreateRole(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.CreateRoleResponse CreateRole(global::udb.core.Authz.Services.V1.CreateRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_CreateRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.CreateRoleResponse> CreateRoleAsync(global::udb.core.Authz.Services.V1.CreateRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreateRoleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.CreateRoleResponse> CreateRoleAsync(global::udb.core.Authz.Services.V1.CreateRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_CreateRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AssignRoleResponse AssignRole(global::udb.core.Authz.Services.V1.AssignRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return AssignRole(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AssignRoleResponse AssignRole(global::udb.core.Authz.Services.V1.AssignRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_AssignRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AssignRoleResponse> AssignRoleAsync(global::udb.core.Authz.Services.V1.AssignRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return AssignRoleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AssignRoleResponse> AssignRoleAsync(global::udb.core.Authz.Services.V1.AssignRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_AssignRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse CreatePolicyRule(global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreatePolicyRule(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse CreatePolicyRule(global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_CreatePolicyRule, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse> CreatePolicyRuleAsync(global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return CreatePolicyRuleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse> CreatePolicyRuleAsync(global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_CreatePolicyRule, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListUserPermissionsResponse ListUserPermissions(global::udb.core.Authz.Services.V1.ListUserPermissionsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListUserPermissions(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListUserPermissionsResponse ListUserPermissions(global::udb.core.Authz.Services.V1.ListUserPermissionsRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListUserPermissions, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListUserPermissionsResponse> ListUserPermissionsAsync(global::udb.core.Authz.Services.V1.ListUserPermissionsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListUserPermissionsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListUserPermissionsResponse> ListUserPermissionsAsync(global::udb.core.Authz.Services.V1.ListUserPermissionsRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListUserPermissions, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse ListAccessDecisionAudits(global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListAccessDecisionAudits(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse ListAccessDecisionAudits(global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListAccessDecisionAudits, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse> ListAccessDecisionAuditsAsync(global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListAccessDecisionAuditsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse> ListAccessDecisionAuditsAsync(global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListAccessDecisionAudits, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.RevokeRoleResponse RevokeRole(global::udb.core.Authz.Services.V1.RevokeRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RevokeRole(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.RevokeRoleResponse RevokeRole(global::udb.core.Authz.Services.V1.RevokeRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_RevokeRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.RevokeRoleResponse> RevokeRoleAsync(global::udb.core.Authz.Services.V1.RevokeRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return RevokeRoleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.RevokeRoleResponse> RevokeRoleAsync(global::udb.core.Authz.Services.V1.RevokeRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_RevokeRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListUserRolesResponse ListUserRoles(global::udb.core.Authz.Services.V1.ListUserRolesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListUserRoles(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListUserRolesResponse ListUserRoles(global::udb.core.Authz.Services.V1.ListUserRolesRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListUserRoles, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListUserRolesResponse> ListUserRolesAsync(global::udb.core.Authz.Services.V1.ListUserRolesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListUserRolesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListUserRolesResponse> ListUserRolesAsync(global::udb.core.Authz.Services.V1.ListUserRolesRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListUserRoles, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.GetRoleResponse GetRole(global::udb.core.Authz.Services.V1.GetRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetRole(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.GetRoleResponse GetRole(global::udb.core.Authz.Services.V1.GetRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.GetRoleResponse> GetRoleAsync(global::udb.core.Authz.Services.V1.GetRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetRoleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.GetRoleResponse> GetRoleAsync(global::udb.core.Authz.Services.V1.GetRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListRolesResponse ListRoles(global::udb.core.Authz.Services.V1.ListRolesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListRoles(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListRolesResponse ListRoles(global::udb.core.Authz.Services.V1.ListRolesRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListRoles, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListRolesResponse> ListRolesAsync(global::udb.core.Authz.Services.V1.ListRolesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListRolesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListRolesResponse> ListRolesAsync(global::udb.core.Authz.Services.V1.ListRolesRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListRoles, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse BatchCheckPermissions(global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return BatchCheckPermissions(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse BatchCheckPermissions(global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_BatchCheckPermissions, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse> BatchCheckPermissionsAsync(global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return BatchCheckPermissionsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse> BatchCheckPermissionsAsync(global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_BatchCheckPermissions, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.UpdateRoleResponse UpdateRole(global::udb.core.Authz.Services.V1.UpdateRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return UpdateRole(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.UpdateRoleResponse UpdateRole(global::udb.core.Authz.Services.V1.UpdateRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_UpdateRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.UpdateRoleResponse> UpdateRoleAsync(global::udb.core.Authz.Services.V1.UpdateRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return UpdateRoleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.UpdateRoleResponse> UpdateRoleAsync(global::udb.core.Authz.Services.V1.UpdateRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_UpdateRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.DeleteRoleResponse DeleteRole(global::udb.core.Authz.Services.V1.DeleteRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteRole(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.DeleteRoleResponse DeleteRole(global::udb.core.Authz.Services.V1.DeleteRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_DeleteRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.DeleteRoleResponse> DeleteRoleAsync(global::udb.core.Authz.Services.V1.DeleteRoleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeleteRoleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.DeleteRoleResponse> DeleteRoleAsync(global::udb.core.Authz.Services.V1.DeleteRoleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_DeleteRole, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.GetPolicyRuleResponse GetPolicyRule(global::udb.core.Authz.Services.V1.GetPolicyRuleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPolicyRule(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.GetPolicyRuleResponse GetPolicyRule(global::udb.core.Authz.Services.V1.GetPolicyRuleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetPolicyRule, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.GetPolicyRuleResponse> GetPolicyRuleAsync(global::udb.core.Authz.Services.V1.GetPolicyRuleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPolicyRuleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.GetPolicyRuleResponse> GetPolicyRuleAsync(global::udb.core.Authz.Services.V1.GetPolicyRuleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetPolicyRule, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListPolicyRulesResponse ListPolicyRules(global::udb.core.Authz.Services.V1.ListPolicyRulesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListPolicyRules(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.ListPolicyRulesResponse ListPolicyRules(global::udb.core.Authz.Services.V1.ListPolicyRulesRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_ListPolicyRules, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListPolicyRulesResponse> ListPolicyRulesAsync(global::udb.core.Authz.Services.V1.ListPolicyRulesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return ListPolicyRulesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.ListPolicyRulesResponse> ListPolicyRulesAsync(global::udb.core.Authz.Services.V1.ListPolicyRulesRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_ListPolicyRules, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse DeletePolicyRule(global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeletePolicyRule(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse DeletePolicyRule(global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_DeletePolicyRule, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse> DeletePolicyRuleAsync(global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return DeletePolicyRuleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse> DeletePolicyRuleAsync(global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_DeletePolicyRule, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthMutationResponse PutRoleBinding(global::udb.core.Authz.Services.V1.PutRoleBindingRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PutRoleBinding(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthMutationResponse PutRoleBinding(global::udb.core.Authz.Services.V1.PutRoleBindingRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_PutRoleBinding, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutRoleBindingAsync(global::udb.core.Authz.Services.V1.PutRoleBindingRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PutRoleBindingAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutRoleBindingAsync(global::udb.core.Authz.Services.V1.PutRoleBindingRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_PutRoleBinding, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthMutationResponse PutRelationship(global::udb.core.Authz.Services.V1.PutRelationshipRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PutRelationship(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthMutationResponse PutRelationship(global::udb.core.Authz.Services.V1.PutRelationshipRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_PutRelationship, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutRelationshipAsync(global::udb.core.Authz.Services.V1.PutRelationshipRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PutRelationshipAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutRelationshipAsync(global::udb.core.Authz.Services.V1.PutRelationshipRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_PutRelationship, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthMutationResponse PutAuthzPolicy(global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PutAuthzPolicy(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.AuthMutationResponse PutAuthzPolicy(global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_PutAuthzPolicy, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutAuthzPolicyAsync(global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return PutAuthzPolicyAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.AuthMutationResponse> PutAuthzPolicyAsync(global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_PutAuthzPolicy, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse LintAuthzPolicies(global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return LintAuthzPolicies(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse LintAuthzPolicies(global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_LintAuthzPolicies, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse> LintAuthzPoliciesAsync(global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return LintAuthzPoliciesAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse> LintAuthzPoliciesAsync(global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_LintAuthzPolicies, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.NativeAccessResponse GetNativeAccess(global::udb.core.Authz.Services.V1.NativeAccessRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetNativeAccess(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.NativeAccessResponse GetNativeAccess(global::udb.core.Authz.Services.V1.NativeAccessRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetNativeAccess, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.NativeAccessResponse> GetNativeAccessAsync(global::udb.core.Authz.Services.V1.NativeAccessRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetNativeAccessAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.NativeAccessResponse> GetNativeAccessAsync(global::udb.core.Authz.Services.V1.NativeAccessRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetNativeAccess, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.PolicyBundleResponse GetPolicyBundle(global::udb.core.Authz.Services.V1.PolicyBundleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPolicyBundle(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual global::udb.core.Authz.Services.V1.PolicyBundleResponse GetPolicyBundle(global::udb.core.Authz.Services.V1.PolicyBundleRequest request, grpc::CallOptions options)
{
return CallInvoker.BlockingUnaryCall(__Method_GetPolicyBundle, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.PolicyBundleResponse> GetPolicyBundleAsync(global::udb.core.Authz.Services.V1.PolicyBundleRequest request, grpc::Metadata headers = null, global::System.DateTime? deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
{
return GetPolicyBundleAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken));
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public virtual grpc::AsyncUnaryCall<global::udb.core.Authz.Services.V1.PolicyBundleResponse> GetPolicyBundleAsync(global::udb.core.Authz.Services.V1.PolicyBundleRequest request, grpc::CallOptions options)
{
return CallInvoker.AsyncUnaryCall(__Method_GetPolicyBundle, null, options, request);
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
protected override AuthzServiceClient NewInstance(ClientBaseConfiguration configuration)
{
return new AuthzServiceClient(configuration);
}
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static grpc::ServerServiceDefinition BindService(AuthzServiceBase serviceImpl)
{
return grpc::ServerServiceDefinition.CreateBuilder()
.AddMethod(__Method_Authorize, serviceImpl.Authorize)
.AddMethod(__Method_CheckAccess, serviceImpl.CheckAccess)
.AddMethod(__Method_CreateRole, serviceImpl.CreateRole)
.AddMethod(__Method_AssignRole, serviceImpl.AssignRole)
.AddMethod(__Method_CreatePolicyRule, serviceImpl.CreatePolicyRule)
.AddMethod(__Method_ListUserPermissions, serviceImpl.ListUserPermissions)
.AddMethod(__Method_ListAccessDecisionAudits, serviceImpl.ListAccessDecisionAudits)
.AddMethod(__Method_RevokeRole, serviceImpl.RevokeRole)
.AddMethod(__Method_ListUserRoles, serviceImpl.ListUserRoles)
.AddMethod(__Method_GetRole, serviceImpl.GetRole)
.AddMethod(__Method_ListRoles, serviceImpl.ListRoles)
.AddMethod(__Method_BatchCheckPermissions, serviceImpl.BatchCheckPermissions)
.AddMethod(__Method_UpdateRole, serviceImpl.UpdateRole)
.AddMethod(__Method_DeleteRole, serviceImpl.DeleteRole)
.AddMethod(__Method_GetPolicyRule, serviceImpl.GetPolicyRule)
.AddMethod(__Method_ListPolicyRules, serviceImpl.ListPolicyRules)
.AddMethod(__Method_DeletePolicyRule, serviceImpl.DeletePolicyRule)
.AddMethod(__Method_PutRoleBinding, serviceImpl.PutRoleBinding)
.AddMethod(__Method_PutRelationship, serviceImpl.PutRelationship)
.AddMethod(__Method_PutAuthzPolicy, serviceImpl.PutAuthzPolicy)
.AddMethod(__Method_LintAuthzPolicies, serviceImpl.LintAuthzPolicies)
.AddMethod(__Method_GetNativeAccess, serviceImpl.GetNativeAccess)
.AddMethod(__Method_GetPolicyBundle, serviceImpl.GetPolicyBundle).Build();
}
[global::System.CodeDom.Compiler.GeneratedCode("grpc_csharp_plugin", null)]
public static void BindService(grpc::ServiceBinderBase serviceBinder, AuthzServiceBase serviceImpl)
{
serviceBinder.AddMethod(__Method_Authorize, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.AuthzRequest, global::udb.core.Authz.Services.V1.AuthzResponse>(serviceImpl.Authorize));
serviceBinder.AddMethod(__Method_CheckAccess, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.CheckAccessRequest, global::udb.core.Authz.Services.V1.CheckAccessResponse>(serviceImpl.CheckAccess));
serviceBinder.AddMethod(__Method_CreateRole, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.CreateRoleRequest, global::udb.core.Authz.Services.V1.CreateRoleResponse>(serviceImpl.CreateRole));
serviceBinder.AddMethod(__Method_AssignRole, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.AssignRoleRequest, global::udb.core.Authz.Services.V1.AssignRoleResponse>(serviceImpl.AssignRole));
serviceBinder.AddMethod(__Method_CreatePolicyRule, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.CreatePolicyRuleRequest, global::udb.core.Authz.Services.V1.CreatePolicyRuleResponse>(serviceImpl.CreatePolicyRule));
serviceBinder.AddMethod(__Method_ListUserPermissions, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.ListUserPermissionsRequest, global::udb.core.Authz.Services.V1.ListUserPermissionsResponse>(serviceImpl.ListUserPermissions));
serviceBinder.AddMethod(__Method_ListAccessDecisionAudits, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsRequest, global::udb.core.Authz.Services.V1.ListAccessDecisionAuditsResponse>(serviceImpl.ListAccessDecisionAudits));
serviceBinder.AddMethod(__Method_RevokeRole, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.RevokeRoleRequest, global::udb.core.Authz.Services.V1.RevokeRoleResponse>(serviceImpl.RevokeRole));
serviceBinder.AddMethod(__Method_ListUserRoles, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.ListUserRolesRequest, global::udb.core.Authz.Services.V1.ListUserRolesResponse>(serviceImpl.ListUserRoles));
serviceBinder.AddMethod(__Method_GetRole, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.GetRoleRequest, global::udb.core.Authz.Services.V1.GetRoleResponse>(serviceImpl.GetRole));
serviceBinder.AddMethod(__Method_ListRoles, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.ListRolesRequest, global::udb.core.Authz.Services.V1.ListRolesResponse>(serviceImpl.ListRoles));
serviceBinder.AddMethod(__Method_BatchCheckPermissions, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.BatchCheckPermissionsRequest, global::udb.core.Authz.Services.V1.BatchCheckPermissionsResponse>(serviceImpl.BatchCheckPermissions));
serviceBinder.AddMethod(__Method_UpdateRole, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.UpdateRoleRequest, global::udb.core.Authz.Services.V1.UpdateRoleResponse>(serviceImpl.UpdateRole));
serviceBinder.AddMethod(__Method_DeleteRole, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.DeleteRoleRequest, global::udb.core.Authz.Services.V1.DeleteRoleResponse>(serviceImpl.DeleteRole));
serviceBinder.AddMethod(__Method_GetPolicyRule, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.GetPolicyRuleRequest, global::udb.core.Authz.Services.V1.GetPolicyRuleResponse>(serviceImpl.GetPolicyRule));
serviceBinder.AddMethod(__Method_ListPolicyRules, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.ListPolicyRulesRequest, global::udb.core.Authz.Services.V1.ListPolicyRulesResponse>(serviceImpl.ListPolicyRules));
serviceBinder.AddMethod(__Method_DeletePolicyRule, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.DeletePolicyRuleRequest, global::udb.core.Authz.Services.V1.DeletePolicyRuleResponse>(serviceImpl.DeletePolicyRule));
serviceBinder.AddMethod(__Method_PutRoleBinding, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.PutRoleBindingRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse>(serviceImpl.PutRoleBinding));
serviceBinder.AddMethod(__Method_PutRelationship, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.PutRelationshipRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse>(serviceImpl.PutRelationship));
serviceBinder.AddMethod(__Method_PutAuthzPolicy, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.PutAuthzPolicyRequest, global::udb.core.Authz.Services.V1.AuthMutationResponse>(serviceImpl.PutAuthzPolicy));
serviceBinder.AddMethod(__Method_LintAuthzPolicies, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.LintAuthzPoliciesRequest, global::udb.core.Authz.Services.V1.LintAuthzPoliciesResponse>(serviceImpl.LintAuthzPolicies));
serviceBinder.AddMethod(__Method_GetNativeAccess, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.NativeAccessRequest, global::udb.core.Authz.Services.V1.NativeAccessResponse>(serviceImpl.GetNativeAccess));
serviceBinder.AddMethod(__Method_GetPolicyBundle, serviceImpl == null ? null : new grpc::UnaryServerMethod<global::udb.core.Authz.Services.V1.PolicyBundleRequest, global::udb.core.Authz.Services.V1.PolicyBundleResponse>(serviceImpl.GetPolicyBundle));
}
}
}
#endregion