Sha256: 3bf7fe7c7d4bc03f1ce3e3efec669fb7a8c4ac559386253dd7c5971f8207b74b

Contents?: true

Size: 1.37 KB

Versions: 59

Compression:

Stored size: 1.37 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: tags.proto

require "google/protobuf"

require "options_pb"

Google::Protobuf::DescriptorPool.generated_pool.build do
  add_file("tags.proto", :syntax => :proto3) do
    add_message "v1.Tags" do
      repeated :pairs, :message, 1, "v1.Tags.Pair"
    end
    add_message "v1.Tags.Pair" do
      optional :name, :string, 1
      optional :value, :string, 2
    end
    add_message "v1.Tag" do
      optional :name, :string, 1
      optional :value, :string, 2
    end
  end
end

module V1
  Tags = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Tags").msgclass
  Tags::Pair = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Tags.Pair").msgclass
  Tag = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("v1.Tag").msgclass
end

Version data entries

59 entries across 59 versions & 1 rubygems

Version Path
strongdm-12.9.0 ./lib/grpc/tags_pb.rb
strongdm-12.8.0 ./lib/grpc/tags_pb.rb
strongdm-12.6.0 ./lib/grpc/tags_pb.rb
strongdm-12.5.0 ./lib/grpc/tags_pb.rb
strongdm-12.4.0 ./lib/grpc/tags_pb.rb
strongdm-12.2.0 ./lib/grpc/tags_pb.rb
strongdm-12.1.0 ./lib/grpc/tags_pb.rb
strongdm-12.0.0 ./lib/grpc/tags_pb.rb
strongdm-11.23.0 ./lib/grpc/tags_pb.rb
strongdm-11.22.0 ./lib/grpc/tags_pb.rb
strongdm-11.21.0 ./lib/grpc/tags_pb.rb
strongdm-11.20.0 ./lib/grpc/tags_pb.rb
strongdm-11.18.0 ./lib/grpc/tags_pb.rb
strongdm-11.17.0 ./lib/grpc/tags_pb.rb
strongdm-11.16.0 ./lib/grpc/tags_pb.rb
strongdm-11.15.0 ./lib/grpc/tags_pb.rb
strongdm-11.14.0 ./lib/grpc/tags_pb.rb
strongdm-11.13.0 ./lib/grpc/tags_pb.rb
strongdm-11.12.0 ./lib/grpc/tags_pb.rb
strongdm-11.11.2 ./lib/grpc/tags_pb.rb