Sha256: 99ce3cebcb802ffb588898f1350fb437828dd148bfee124dd241ae22fe7bbe3c

Contents?: true

Size: 1.31 KB

Versions: 7

Compression:

Stored size: 1.31 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# Source: aserto/authorizer/v2/authorizer.proto for package 'Aserto.Authorizer.V2'

require 'grpc'
require 'aserto/authorizer/v2/authorizer_pb'

module Aserto
  module Authorizer
    module V2
      module Authorizer
        class Service

          include ::GRPC::GenericService

          self.marshal_class_method = :encode
          self.unmarshal_class_method = :decode
          self.service_name = 'aserto.authorizer.v2.Authorizer'

          rpc :DecisionTree, ::Aserto::Authorizer::V2::DecisionTreeRequest, ::Aserto::Authorizer::V2::DecisionTreeResponse
          rpc :Is, ::Aserto::Authorizer::V2::IsRequest, ::Aserto::Authorizer::V2::IsResponse
          rpc :Query, ::Aserto::Authorizer::V2::QueryRequest, ::Aserto::Authorizer::V2::QueryResponse
          rpc :Compile, ::Aserto::Authorizer::V2::CompileRequest, ::Aserto::Authorizer::V2::CompileResponse
          rpc :ListPolicies, ::Aserto::Authorizer::V2::ListPoliciesRequest, ::Aserto::Authorizer::V2::ListPoliciesResponse
          rpc :GetPolicy, ::Aserto::Authorizer::V2::GetPolicyRequest, ::Aserto::Authorizer::V2::GetPolicyResponse
          rpc :Info, ::Aserto::Authorizer::V2::InfoRequest, ::Aserto::Authorizer::V2::InfoResponse
        end

        Stub = Service.rpc_stub_class
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
aserto-authorizer-0.20.2 generated/aserto/authorizer/v2/authorizer_services_pb.rb
aserto-authorizer-0.20.1 generated/aserto/authorizer/v2/authorizer_services_pb.rb
aserto-authorizer-0.20.0 generated/aserto/authorizer/v2/authorizer_services_pb.rb
aserto-authorizer-0.0.6 generated/aserto/authorizer/v2/authorizer_services_pb.rb
aserto-authorizer-0.0.5 generated/aserto/authorizer/v2/authorizer_services_pb.rb
aserto-authorizer-0.0.4 generated/aserto/authorizer/v2/authorizer_services_pb.rb
aserto-authorizer-0.0.3 generated/aserto/authorizer/v2/authorizer_services_pb.rb