Sha256: 4299a81e2cf913db46ce30aafb0331481183d17259490c1f0bec92d5c1f1190c

Contents?: true

Size: 1.38 KB

Versions: 6

Compression:

Stored size: 1.38 KB

Contents

# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: prefab.proto

require 'google/protobuf'

require 'google/protobuf/wrappers_pb'
require 'ratelimit_pb'
Google::Protobuf::DescriptorPool.generated_pool.build do
  add_message "prefab.ConfigServicePointer" do
    optional :account_id, :int64, 1
    optional :start_at_id, :int64, 2
  end
  add_message "prefab.ConfigDelta" do
    optional :account_id, :int64, 1
    optional :id, :int64, 2
    optional :key, :string, 3
    optional :value, :message, 4, "prefab.ConfigValue"
  end
  add_message "prefab.ConfigValue" do
    oneof :type do
      optional :int, :int64, 1
      optional :string, :string, 2
      optional :bytes, :bytes, 3
      optional :double, :double, 4
      optional :bool, :bool, 5
      optional :feature_flag, :message, 6, "it.ratelim.data.FeatureFlag"
    end
  end
  add_message "prefab.ConfigDeltas" do
    repeated :deltas, :message, 1, "prefab.ConfigDelta"
  end
end

module Prefab
  ConfigServicePointer = Google::Protobuf::DescriptorPool.generated_pool.lookup("prefab.ConfigServicePointer").msgclass
  ConfigDelta = Google::Protobuf::DescriptorPool.generated_pool.lookup("prefab.ConfigDelta").msgclass
  ConfigValue = Google::Protobuf::DescriptorPool.generated_pool.lookup("prefab.ConfigValue").msgclass
  ConfigDeltas = Google::Protobuf::DescriptorPool.generated_pool.lookup("prefab.ConfigDeltas").msgclass
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
prefab-cloud-ruby-0.0.6 lib/prefab_pb.rb
prefab-cloud-ruby-0.0.5 lib/prefab_pb.rb
prefab-cloud-ruby-0.0.4 lib/prefab_pb.rb
prefab-cloud-ruby-0.0.3 lib/prefab_pb.rb
prefab-cloud-ruby-0.0.2 lib/prefab_pb.rb
prefab-cloud-ruby-0.0.1 lib/prefab/prefab_pb.rb