Sha256: 01038f3f3f0fc816ddb2a32a20516ba9f809c4c9ab5ead9e6f28479fe19b1806
Contents?: true
Size: 587 Bytes
Versions: 15
Compression:
Stored size: 587 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/endpoint.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/endpoint.proto", :syntax => :proto3) do add_message "google.api.Endpoint" do optional :name, :string, 1 repeated :aliases, :string, 2 optional :target, :string, 101 optional :allow_cors, :bool, 5 end end end module Google module Api Endpoint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Endpoint").msgclass end end
Version data entries
15 entries across 15 versions & 3 rubygems