Sha256: 99d0e93d574a9313e0fdbf5ecba8225c76a1f72cb8d3a8781e81d330e21c8829
Contents?: true
Size: 575 Bytes
Versions: 3
Compression:
Stored size: 575 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 :features, :string, 4 optional :target, :string, 101 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
3 entries across 3 versions & 1 rubygems