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

Version Path
rubypitaya-3.12.5 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/backend_pb.rb
fluent-plugin-google-cloud-logging-on-prem-0.1.0 vendor/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/backend_pb.rb
rubypitaya-3.12.4 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/backend_pb.rb
rubypitaya-3.12.3 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/backend_pb.rb
rubypitaya-3.12.2 ./lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/googleapis-common-protos-types-1.5.0/lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.5.0 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.4.0 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.3.2 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.3.1 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.3.0 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.2.0 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.1.0 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.0.6 lib/google/api/backend_pb.rb
googleapis-common-protos-types-1.0.5 lib/google/api/backend_pb.rb