lib/google/api/auth_pb.rb
# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/auth.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Authentication" do repeated :rules, :message, 3, "google.api.AuthenticationRule" repeated :providers, :message, 4, "google.api.AuthProvider" end add_message "google.api.AuthenticationRule" do optional :selector, :string, 1 optional :oauth, :message, 2, "google.api.OAuthRequirements" optional :allow_without_credential, :bool, 5 repeated :requirements, :message, 7, "google.api.AuthRequirement" end add_message "google.api.AuthProvider" do optional :id, :string, 1 optional :issuer, :string, 2 optional :jwks_uri, :string, 3 end add_message "google.api.OAuthRequirements" do optional :canonical_scopes, :string, 1 end add_message "google.api.AuthRequirement" do optional :provider_id, :string, 1 optional :audiences, :string, 2 end end module Google module Api Authentication = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Authentication").msgclass AuthenticationRule = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthenticationRule").msgclass AuthProvider = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthProvider").msgclass OAuthRequirements = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.OAuthRequirements").msgclass AuthRequirement = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthRequirement").msgclass end end