Sha256: f8e0b384049b9b1c82ed6d5a56b5900b9e77f353d9c279988c8becd39d2b0289
Contents?: true
Size: 1.21 KB
Versions: 2
Compression:
Stored size: 1.21 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_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" oneof :authentication do optional :jwt_audience, :string, 7 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
googleapis-common-protos-types-1.0.4 | lib/google/api/backend_pb.rb |
googleapis-common-protos-types-1.0.3 | lib/google/api/backend_pb.rb |