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