Sha256: 032289abbde84dc6684e2b6faa26a5addd64c648c5de2b0095415ab92e319a17
Contents?: true
Size: 1.4 KB
Versions: 14
Compression:
Stored size: 1.4 KB
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/backend.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/backend.proto", :syntax => :proto3) do add_message "google.api.Backend" do repeated :rules, :message, 1, "google.api.BackendRule" end add_message "google.api.BackendRule" do optional :selector, :string, 1 optional :address, :string, 2 optional :deadline, :double, 3 optional :min_deadline, :double, 4 optional :operation_deadline, :double, 5 optional :path_translation, :enum, 6, "google.api.BackendRule.PathTranslation" optional :protocol, :string, 9 oneof :authentication do optional :jwt_audience, :string, 7 optional :disable_auth, :bool, 8 end end add_enum "google.api.BackendRule.PathTranslation" do value :PATH_TRANSLATION_UNSPECIFIED, 0 value :CONSTANT_ADDRESS, 1 value :APPEND_PATH_TO_ADDRESS, 2 end end end module Google module Api Backend = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Backend").msgclass BackendRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.BackendRule").msgclass BackendRule::PathTranslation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.BackendRule.PathTranslation").enummodule end end
Version data entries
14 entries across 14 versions & 3 rubygems