Sha256: b146d5bce5d85400b64bb6fb47b6c61e70438be8441bd9718ce19d2f5c09e82e
Contents?: true
Size: 1.22 KB
Versions: 5
Compression:
Stored size: 1.22 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/quota.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Quota" do repeated :limits, :message, 3, "google.api.QuotaLimit" repeated :metric_rules, :message, 4, "google.api.MetricRule" end add_message "google.api.MetricRule" do optional :selector, :string, 1 map :metric_costs, :string, :int64, 2 end add_message "google.api.QuotaLimit" do optional :name, :string, 6 optional :description, :string, 2 optional :default_limit, :int64, 3 optional :max_limit, :int64, 4 optional :free_tier, :int64, 7 optional :duration, :string, 5 optional :metric, :string, 8 optional :unit, :string, 9 map :values, :string, :int64, 10 optional :display_name, :string, 12 end end module Google module Api Quota = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Quota").msgclass MetricRule = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricRule").msgclass QuotaLimit = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.QuotaLimit").msgclass end end
Version data entries
5 entries across 5 versions & 1 rubygems