Sha256: e5ac23cd4afae3e2324e7f932a91cf68a0842ac82e7944d558cd8cca1b506ab7

Contents?: true

Size: 930 Bytes

Versions: 2

Compression:

Stored size: 930 Bytes

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: aserto/authorizer/v2/api/module.proto

require 'google/protobuf'

require 'google/protobuf/struct_pb'

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("aserto/authorizer/v2/api/module.proto", :syntax => :proto3) do
    add_message "aserto.authorizer.v2.api.Module" do
      proto3_optional :id, :string, 1, json_name: "id"
      proto3_optional :raw, :string, 2, json_name: "raw"
      proto3_optional :package_path, :string, 3, json_name: "packagePath"
      proto3_optional :ast, :message, 4, "google.protobuf.Value", json_name: "ast"
      proto3_optional :package_root, :string, 5, json_name: "packageRoot"
    end
  end
end

module Aserto
  module Authorizer
    module V2
      module Api
        Module = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.authorizer.v2.api.Module").msgclass
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
aserto-authorizer-0.0.4 generated/aserto/authorizer/v2/api/module_pb.rb
aserto-authorizer-0.0.3 generated/aserto/authorizer/v2/api/module_pb.rb