Sha256: c39d7d29f7f21df526a00085797e3b75a14065a68377fb0ad8206273e10e340c
Contents?: true
Size: 1005 Bytes
Versions: 6
Compression:
Stored size: 1005 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: aserto/api/v1/policy_builder.proto require 'google/protobuf' require 'aserto/options/v1/ids_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("aserto/api/v1/policy_builder.proto", :syntax => :proto3) do add_message "aserto.api.v1.PolicyBuilder" do optional :id, :string, 1, json_name: "id" optional :scc_connection_id, :string, 2, json_name: "sccConnectionId" optional :scc_repo, :string, 3, json_name: "sccRepo" optional :scc_org, :string, 4, json_name: "sccOrg" optional :registry_connection_id, :string, 5, json_name: "registryConnectionId" optional :registry_repo, :string, 6, json_name: "registryRepo" optional :registry_org, :string, 7, json_name: "registryOrg" end end end module Aserto module Api module V1 PolicyBuilder = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v1.PolicyBuilder").msgclass end end end
Version data entries
6 entries across 6 versions & 1 rubygems