Sha256: a609b8a303667878ef68cb52e42067520993b1f42496ba902e9541f701f9fc5d
Contents?: true
Size: 682 Bytes
Versions: 6
Compression:
Stored size: 682 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: aserto/api/v1/policy_repo.proto require 'google/protobuf' require 'aserto/options/v1/ids_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("aserto/api/v1/policy_repo.proto", :syntax => :proto3) do add_message "aserto.api.v1.PolicyRepo" do optional :id, :string, 1, json_name: "id" optional :name, :string, 2, json_name: "name" optional :public, :bool, 3, json_name: "public" end end end module Aserto module Api module V1 PolicyRepo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v1.PolicyRepo").msgclass end end end
Version data entries
6 entries across 6 versions & 1 rubygems