Sha256: 645bbe900a9041f12e44b0894a4343d66f71afb28f554a5bf80927b0496a4189
Contents?: true
Size: 686 Bytes
Versions: 8
Compression:
Stored size: 686 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/context.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Context" do repeated :rules, :message, 1, "google.api.ContextRule" end add_message "google.api.ContextRule" do optional :selector, :string, 1 repeated :requested, :string, 2 repeated :provided, :string, 3 end end module Google module Api Context = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Context").msgclass ContextRule = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ContextRule").msgclass end end
Version data entries
8 entries across 8 versions & 2 rubygems