Sha256: 71a858d9b791a8f005fd06965f2fa57595443087fd671129e1a8277afe3ef762

Contents?: true

Size: 1.78 KB

Versions: 5

Compression:

Stored size: 1.78 KB

Contents

# 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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
aserto-grpc-authz-0.0.6 generated/aserto/api/v2/management_pb.rb
aserto-grpc-authz-0.0.5 generated/aserto/api/v2/management_pb.rb
aserto-grpc-authz-0.0.4 generated/aserto/api/v2/management_pb.rb
aserto-grpc-authz-0.0.2 generated/aserto/api/v2/management_pb.rb
aserto-grpc-authz-0.0.1 lib/aserto/api/v2/management_pb.rb