Sha256: e415de0dd3f4f9920c3279e215a27575601fafa580a3f27a4281149a111bba88
Contents?: true
Size: 1.5 KB
Versions: 4
Compression:
Stored size: 1.5 KB
Contents
# Copyright 2020 StrongDM Inc # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # # Generated by the protocol buffer compiler. DO NOT EDIT! # source: control_panel.proto require "google/protobuf" require "options_pb" require "spec_pb" Google::Protobuf::DescriptorPool.generated_pool.build do add_file("control_panel.proto", :syntax => :proto3) do add_message "v1.ControlPanelGetSSHCAPublicKeyRequest" do optional :meta, :message, 1, "v1.GetRequestMetadata" end add_message "v1.ControlPanelGetSSHCAPublicKeyResponse" do optional :meta, :message, 1, "v1.GetResponseMetadata" optional :public_key, :string, 2 optional :rate_limit, :message, 3, "v1.RateLimitMetadata" end end end module V1 ControlPanelGetSSHCAPublicKeyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.ControlPanelGetSSHCAPublicKeyRequest").msgclass ControlPanelGetSSHCAPublicKeyResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.ControlPanelGetSSHCAPublicKeyResponse").msgclass end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
strongdm-1.0.17 | lib/grpc/control_panel_pb.rb |
strongdm-1.0.16 | lib/grpc/control_panel_pb.rb |
strongdm-1.0.15 | lib/grpc/control_panel_pb.rb |
strongdm-1.0.14 | lib/grpc/control_panel_pb.rb |