Sha256: 3ffa50bdd56f40069ea19b2e92c64b272b62df993324c468b374fe182b18050a
Contents?: true
Size: 793 Bytes
Versions: 2
Compression:
Stored size: 793 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 repeated :allowed_request_extensions, :string, 4 repeated :allowed_response_extensions, :string, 5 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
googleapis-common-protos-types-1.0.4 | lib/google/api/context_pb.rb |
googleapis-common-protos-types-1.0.3 | lib/google/api/context_pb.rb |