# Generated by the protocol buffer compiler. DO NOT EDIT! # source: aserto/api/v2/management.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("aserto/api/v2/management.proto", :syntax => :proto3) do add_message "aserto.api.v2.InstanceInfo" do optional :policy_id, :string, 1, json_name: "policyId" optional :policy_label, :string, 2, json_name: "policyLabel" optional :remote_host, :string, 3, json_name: "remoteHost" end add_message "aserto.api.v2.InstanceRegistration" do optional :id, :string, 1, json_name: "id" optional :info, :message, 2, "aserto.api.v2.InstanceInfo", json_name: "info" end add_message "aserto.api.v2.Command" do oneof :data do optional :discovery, :message, 1, "aserto.api.v2.DiscoveryCommand", json_name: "discovery" optional :sync_edge_directory, :message, 2, "aserto.api.v2.SyncEdgeDirectoryCommand", json_name: "syncEdgeDirectory" end end add_message "aserto.api.v2.DiscoveryCommand" do end add_message "aserto.api.v2.SyncEdgeDirectoryCommand" do end end end module Aserto module Api module V2 InstanceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.InstanceInfo").msgclass InstanceRegistration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.InstanceRegistration").msgclass Command = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.Command").msgclass DiscoveryCommand = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.DiscoveryCommand").msgclass SyncEdgeDirectoryCommand = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("aserto.api.v2.SyncEdgeDirectoryCommand").msgclass end end end