lib/google/api/context_pb.rb



# 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