# Generated by the protocol buffer compiler. DO NOT EDIT! # source: aserto/api/v2/policy.proto require 'google/protobuf' require 'aserto/options/v1/ids_pb' require 'google/protobuf/timestamp_pb' require 'protoc-gen-openapiv2/options/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("aserto/api/v2/policy.proto", :syntax => :proto3) do add_message "aserto.api.v2.Policy" do optional :id, :string, 1, json_name: "id" optional :name, :string, 2, json_name: "name" optional :created_at, :message, 4, "google.protobuf.Timestamp", json_name: "createdAt" optional :updated_at, :message, 5, "google.protobuf.Timestamp", json_name: "updatedAt" end end end module Aserto module Api module V2 Policy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.Policy").msgclass end end end