googleapis-common-protos-types-1.0.5/0000755000004100000410000000000013666224230017656 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/README.md0000644000004100000410000000045013666224230021134 0ustar www-datawww-data# Common Types This gem contains common message types for Google APIs. ## Installation Add this line to your application's Gemfile: ```ruby gem 'googleapis-common-protos-types' ``` And then execute: $ bundle Or install it yourself as: $ gem install googleapis-common-protos-types googleapis-common-protos-types-1.0.5/CHANGELOG.md0000644000004100000410000000163613666224230021475 0ustar www-datawww-data# Release History ### 1.0.5 / 2020-04-08 * Add JWT location support in Google::Api::AuthProvider. * Add "protocol" field and a "disable_auth" option to Google::Api::BackendRule. * Add "launch_stage" field to Google::Api::MetricDescriptor and Google::Api::MonitoredResourceDescriptor. * Add Google::Api::ResourceDescriptor and Google::Api::ResourceReference types and remove obsolete Google::Api::Resource type. * Remove obsolete "experimental" field from Google::Api::Service type. * Add Google::Rpc::ErrorInfo type. * Add Google::Type::DateTime, Google::Type::Month, and Google::Type::TimeZone types. * Require protobuf 3.11 and grpc 1.27. ### 1.0.4 / 2019-04-03 * Add WaitOperation RPC to operations_pb.rb and update documentation. * Add new common types for: + google/api/resource.proto + google/type/calendar_period.proto + google/type/expr.proto + google/type/fraction.proto + google/type/quaternion.proto googleapis-common-protos-types-1.0.5/.gitignore0000644000004100000410000000014013666224230021641 0ustar www-datawww-dataGemfile.lock .DS_STORE /.bundle/ /.yardoc /_yardoc/ /coverage/ /doc/ /pkg/ /spec/reports/ /tmp/ googleapis-common-protos-types-1.0.5/Rakefile0000644000004100000410000000275613666224230021335 0ustar www-datawww-data# frozen_string_literal: true # Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. require 'bundler/gem_tasks' desc "Compile the necessary protobuf files." task :compile_protos do Rake::Task[:clean_protos].invoke FileUtils.mkdir 'lib' protos = [ "../googleapis/google/api/*.proto", "../googleapis/google/logging/type/*.proto", "../googleapis/google/longrunning/*.proto", "../googleapis/google/rpc/*.proto", "../googleapis/google/type/*.proto", ] command = [] command << "grpc_tools_ruby_protoc" command << "--ruby_out=lib" command << "-I ../googleapis" command += protos full_command = command.join " " puts full_command system full_command end desc "Remove the compiled protos." task :clean_protos do FileUtils.rm_rf "lib" end desc "Run the CI build" task :ci do puts "\nCompiling Protos\n" Rake::Task[:compile_protos].invoke end Rake::Task[:build].enhance [:compile_protos] Rake::Task[:clean].enhance [:clean_protos] task default: :cigoogleapis-common-protos-types-1.0.5/lib/0000755000004100000410000000000013666224230020424 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/0000755000004100000410000000000013666224230021700 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/logging/0000755000004100000410000000000013666224230023326 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/logging/type/0000755000004100000410000000000013666224230024307 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/logging/type/log_severity_pb.rb0000644000004100000410000000142313666224230030030 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/logging/type/log_severity.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/logging/type/log_severity.proto", :syntax => :proto3) do add_enum "google.logging.type.LogSeverity" do value :DEFAULT, 0 value :DEBUG, 100 value :INFO, 200 value :NOTICE, 300 value :WARNING, 400 value :ERROR, 500 value :CRITICAL, 600 value :ALERT, 700 value :EMERGENCY, 800 end end end module Google module Logging module Type LogSeverity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.logging.type.LogSeverity").enummodule end end end googleapis-common-protos-types-1.0.5/lib/google/logging/type/http_request_pb.rb0000644000004100000410000000232613666224230030047 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/logging/type/http_request.proto require 'google/protobuf' require 'google/protobuf/duration_pb' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/logging/type/http_request.proto", :syntax => :proto3) do add_message "google.logging.type.HttpRequest" do optional :request_method, :string, 1 optional :request_url, :string, 2 optional :request_size, :int64, 3 optional :status, :int32, 4 optional :response_size, :int64, 5 optional :user_agent, :string, 6 optional :remote_ip, :string, 7 optional :server_ip, :string, 13 optional :referer, :string, 8 optional :latency, :message, 14, "google.protobuf.Duration" optional :cache_lookup, :bool, 11 optional :cache_hit, :bool, 9 optional :cache_validated_with_origin_server, :bool, 10 optional :cache_fill_bytes, :int64, 12 optional :protocol, :string, 15 end end end module Google module Logging module Type HttpRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.logging.type.HttpRequest").msgclass end end end googleapis-common-protos-types-1.0.5/lib/google/type/0000755000004100000410000000000013666224230022661 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/type/money_pb.rb0000644000004100000410000000103613666224230025016 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/money.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/money.proto", :syntax => :proto3) do add_message "google.type.Money" do optional :currency_code, :string, 1 optional :units, :int64, 2 optional :nanos, :int32, 3 end end end module Google module Type Money = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Money").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/month_pb.rb0000644000004100000410000000135413666224230025017 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/month.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/month.proto", :syntax => :proto3) do add_enum "google.type.Month" do value :MONTH_UNSPECIFIED, 0 value :JANUARY, 1 value :FEBRUARY, 2 value :MARCH, 3 value :APRIL, 4 value :MAY, 5 value :JUNE, 6 value :JULY, 7 value :AUGUST, 8 value :SEPTEMBER, 9 value :OCTOBER, 10 value :NOVEMBER, 11 value :DECEMBER, 12 end end end module Google module Type Month = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Month").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/type/quaternion_pb.rb0000644000004100000410000000110313666224230026047 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/quaternion.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/quaternion.proto", :syntax => :proto3) do add_message "google.type.Quaternion" do optional :x, :double, 1 optional :y, :double, 2 optional :z, :double, 3 optional :w, :double, 4 end end end module Google module Type Quaternion = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Quaternion").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/dayofweek_pb.rb0000644000004100000410000000122613666224230025646 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/dayofweek.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/dayofweek.proto", :syntax => :proto3) do add_enum "google.type.DayOfWeek" do value :DAY_OF_WEEK_UNSPECIFIED, 0 value :MONDAY, 1 value :TUESDAY, 2 value :WEDNESDAY, 3 value :THURSDAY, 4 value :FRIDAY, 5 value :SATURDAY, 6 value :SUNDAY, 7 end end end module Google module Type DayOfWeek = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.DayOfWeek").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/type/postal_address_pb.rb0000644000004100000410000000163413666224230026702 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/postal_address.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/postal_address.proto", :syntax => :proto3) do add_message "google.type.PostalAddress" do optional :revision, :int32, 1 optional :region_code, :string, 2 optional :language_code, :string, 3 optional :postal_code, :string, 4 optional :sorting_code, :string, 5 optional :administrative_area, :string, 6 optional :locality, :string, 7 optional :sublocality, :string, 8 repeated :address_lines, :string, 9 repeated :recipients, :string, 10 optional :organization, :string, 11 end end end module Google module Type PostalAddress = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.PostalAddress").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/calendar_period_pb.rb0000644000004100000410000000124713666224230027006 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/calendar_period.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/calendar_period.proto", :syntax => :proto3) do add_enum "google.type.CalendarPeriod" do value :CALENDAR_PERIOD_UNSPECIFIED, 0 value :DAY, 1 value :WEEK, 2 value :FORTNIGHT, 3 value :MONTH, 4 value :QUARTER, 5 value :HALF, 6 value :YEAR, 7 end end end module Google module Type CalendarPeriod = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.CalendarPeriod").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/type/color_pb.rb0000644000004100000410000000117113666224230025005 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/color.proto require 'google/protobuf' require 'google/protobuf/wrappers_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/color.proto", :syntax => :proto3) do add_message "google.type.Color" do optional :red, :float, 1 optional :green, :float, 2 optional :blue, :float, 3 optional :alpha, :message, 4, "google.protobuf.FloatValue" end end end module Google module Type Color = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Color").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/expr_pb.rb0000644000004100000410000000110313666224230024640 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/expr.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/expr.proto", :syntax => :proto3) do add_message "google.type.Expr" do optional :expression, :string, 1 optional :title, :string, 2 optional :description, :string, 3 optional :location, :string, 4 end end end module Google module Type Expr = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Expr").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/datetime_pb.rb0000644000004100000410000000213213666224230025461 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/datetime.proto require 'google/protobuf' require 'google/protobuf/duration_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/datetime.proto", :syntax => :proto3) do add_message "google.type.DateTime" do optional :year, :int32, 1 optional :month, :int32, 2 optional :day, :int32, 3 optional :hours, :int32, 4 optional :minutes, :int32, 5 optional :seconds, :int32, 6 optional :nanos, :int32, 7 oneof :time_offset do optional :utc_offset, :message, 8, "google.protobuf.Duration" optional :time_zone, :message, 9, "google.type.TimeZone" end end add_message "google.type.TimeZone" do optional :id, :string, 1 optional :version, :string, 2 end end end module Google module Type DateTime = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.DateTime").msgclass TimeZone = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.TimeZone").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/fraction_pb.rb0000644000004100000410000000101513666224230025471 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/fraction.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/fraction.proto", :syntax => :proto3) do add_message "google.type.Fraction" do optional :numerator, :int64, 1 optional :denominator, :int64, 2 end end end module Google module Type Fraction = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Fraction").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/date_pb.rb0000644000004100000410000000101513666224230024601 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/date.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/date.proto", :syntax => :proto3) do add_message "google.type.Date" do optional :year, :int32, 1 optional :month, :int32, 2 optional :day, :int32, 3 end end end module Google module Type Date = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Date").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/timeofday_pb.rb0000644000004100000410000000111613666224230025647 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/timeofday.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/timeofday.proto", :syntax => :proto3) do add_message "google.type.TimeOfDay" do optional :hours, :int32, 1 optional :minutes, :int32, 2 optional :seconds, :int32, 3 optional :nanos, :int32, 4 end end end module Google module Type TimeOfDay = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.TimeOfDay").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/type/latlng_pb.rb0000644000004100000410000000100213666224230025141 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/latlng.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/latlng.proto", :syntax => :proto3) do add_message "google.type.LatLng" do optional :latitude, :double, 1 optional :longitude, :double, 2 end end end module Google module Type LatLng = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.LatLng").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/longrunning/0000755000004100000410000000000013666224230024240 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/longrunning/operations_pb.rb0000644000004100000410000000560313666224230027435 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/longrunning/operations.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/api/client_pb' require 'google/protobuf/any_pb' require 'google/protobuf/duration_pb' require 'google/protobuf/empty_pb' require 'google/rpc/status_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/longrunning/operations.proto", :syntax => :proto3) do add_message "google.longrunning.Operation" do optional :name, :string, 1 optional :metadata, :message, 2, "google.protobuf.Any" optional :done, :bool, 3 oneof :result do optional :error, :message, 4, "google.rpc.Status" optional :response, :message, 5, "google.protobuf.Any" end end add_message "google.longrunning.GetOperationRequest" do optional :name, :string, 1 end add_message "google.longrunning.ListOperationsRequest" do optional :name, :string, 4 optional :filter, :string, 1 optional :page_size, :int32, 2 optional :page_token, :string, 3 end add_message "google.longrunning.ListOperationsResponse" do repeated :operations, :message, 1, "google.longrunning.Operation" optional :next_page_token, :string, 2 end add_message "google.longrunning.CancelOperationRequest" do optional :name, :string, 1 end add_message "google.longrunning.DeleteOperationRequest" do optional :name, :string, 1 end add_message "google.longrunning.WaitOperationRequest" do optional :name, :string, 1 optional :timeout, :message, 2, "google.protobuf.Duration" end add_message "google.longrunning.OperationInfo" do optional :response_type, :string, 1 optional :metadata_type, :string, 2 end end end module Google module Longrunning Operation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.Operation").msgclass GetOperationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.GetOperationRequest").msgclass ListOperationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.ListOperationsRequest").msgclass ListOperationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.ListOperationsResponse").msgclass CancelOperationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.CancelOperationRequest").msgclass DeleteOperationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.DeleteOperationRequest").msgclass WaitOperationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.WaitOperationRequest").msgclass OperationInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.longrunning.OperationInfo").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/rpc/0000755000004100000410000000000013666224230022464 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/rpc/code_pb.rb0000644000004100000410000000163213666224230024406 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/rpc/code.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/rpc/code.proto", :syntax => :proto3) do add_enum "google.rpc.Code" do value :OK, 0 value :CANCELLED, 1 value :UNKNOWN, 2 value :INVALID_ARGUMENT, 3 value :DEADLINE_EXCEEDED, 4 value :NOT_FOUND, 5 value :ALREADY_EXISTS, 6 value :PERMISSION_DENIED, 7 value :UNAUTHENTICATED, 16 value :RESOURCE_EXHAUSTED, 8 value :FAILED_PRECONDITION, 9 value :ABORTED, 10 value :OUT_OF_RANGE, 11 value :UNIMPLEMENTED, 12 value :INTERNAL, 13 value :UNAVAILABLE, 14 value :DATA_LOSS, 15 end end end module Google module Rpc Code = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.Code").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/rpc/error_details_pb.rb0000644000004100000410000000754413666224230026342 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/rpc/error_details.proto require 'google/protobuf' require 'google/protobuf/duration_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/rpc/error_details.proto", :syntax => :proto3) do add_message "google.rpc.RetryInfo" do optional :retry_delay, :message, 1, "google.protobuf.Duration" end add_message "google.rpc.DebugInfo" do repeated :stack_entries, :string, 1 optional :detail, :string, 2 end add_message "google.rpc.QuotaFailure" do repeated :violations, :message, 1, "google.rpc.QuotaFailure.Violation" end add_message "google.rpc.QuotaFailure.Violation" do optional :subject, :string, 1 optional :description, :string, 2 end add_message "google.rpc.ErrorInfo" do optional :reason, :string, 1 optional :domain, :string, 2 map :metadata, :string, :string, 3 end add_message "google.rpc.PreconditionFailure" do repeated :violations, :message, 1, "google.rpc.PreconditionFailure.Violation" end add_message "google.rpc.PreconditionFailure.Violation" do optional :type, :string, 1 optional :subject, :string, 2 optional :description, :string, 3 end add_message "google.rpc.BadRequest" do repeated :field_violations, :message, 1, "google.rpc.BadRequest.FieldViolation" end add_message "google.rpc.BadRequest.FieldViolation" do optional :field, :string, 1 optional :description, :string, 2 end add_message "google.rpc.RequestInfo" do optional :request_id, :string, 1 optional :serving_data, :string, 2 end add_message "google.rpc.ResourceInfo" do optional :resource_type, :string, 1 optional :resource_name, :string, 2 optional :owner, :string, 3 optional :description, :string, 4 end add_message "google.rpc.Help" do repeated :links, :message, 1, "google.rpc.Help.Link" end add_message "google.rpc.Help.Link" do optional :description, :string, 1 optional :url, :string, 2 end add_message "google.rpc.LocalizedMessage" do optional :locale, :string, 1 optional :message, :string, 2 end end end module Google module Rpc RetryInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.RetryInfo").msgclass DebugInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.DebugInfo").msgclass QuotaFailure = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.QuotaFailure").msgclass QuotaFailure::Violation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.QuotaFailure.Violation").msgclass ErrorInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.ErrorInfo").msgclass PreconditionFailure = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.PreconditionFailure").msgclass PreconditionFailure::Violation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.PreconditionFailure.Violation").msgclass BadRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.BadRequest").msgclass BadRequest::FieldViolation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.BadRequest.FieldViolation").msgclass RequestInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.RequestInfo").msgclass ResourceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.ResourceInfo").msgclass Help = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.Help").msgclass Help::Link = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.Help.Link").msgclass LocalizedMessage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.LocalizedMessage").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/rpc/status_pb.rb0000644000004100000410000000112313666224230025012 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/rpc/status.proto require 'google/protobuf' require 'google/protobuf/any_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/rpc/status.proto", :syntax => :proto3) do add_message "google.rpc.Status" do optional :code, :int32, 1 optional :message, :string, 2 repeated :details, :message, 3, "google.protobuf.Any" end end end module Google module Rpc Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.Status").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/0000755000004100000410000000000013666224230022451 5ustar www-datawww-datagoogleapis-common-protos-types-1.0.5/lib/google/api/context_pb.rb0000644000004100000410000000156513666224230025152 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/context.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/context.proto", :syntax => :proto3) do add_message "google.api.Context" do repeated :rules, :message, 1, "google.api.ContextRule" end add_message "google.api.ContextRule" do optional :selector, :string, 1 repeated :requested, :string, 2 repeated :provided, :string, 3 repeated :allowed_request_extensions, :string, 4 repeated :allowed_response_extensions, :string, 5 end end end module Google module Api Context = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Context").msgclass ContextRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ContextRule").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/system_parameter_pb.rb0000644000004100000410000000216513666224230027047 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/system_parameter.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/system_parameter.proto", :syntax => :proto3) do add_message "google.api.SystemParameters" do repeated :rules, :message, 1, "google.api.SystemParameterRule" end add_message "google.api.SystemParameterRule" do optional :selector, :string, 1 repeated :parameters, :message, 2, "google.api.SystemParameter" end add_message "google.api.SystemParameter" do optional :name, :string, 1 optional :http_header, :string, 2 optional :url_query_parameter, :string, 3 end end end module Google module Api SystemParameters = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.SystemParameters").msgclass SystemParameterRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.SystemParameterRule").msgclass SystemParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.SystemParameter").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/service_pb.rb0000644000004100000410000000522613666224230025124 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/service.proto require 'google/protobuf' require 'google/api/auth_pb' require 'google/api/backend_pb' require 'google/api/billing_pb' require 'google/api/context_pb' require 'google/api/control_pb' require 'google/api/documentation_pb' require 'google/api/endpoint_pb' require 'google/api/http_pb' require 'google/api/label_pb' require 'google/api/log_pb' require 'google/api/logging_pb' require 'google/api/metric_pb' require 'google/api/monitored_resource_pb' require 'google/api/monitoring_pb' require 'google/api/quota_pb' require 'google/api/resource_pb' require 'google/api/source_info_pb' require 'google/api/system_parameter_pb' require 'google/api/usage_pb' require 'google/protobuf/any_pb' require 'google/protobuf/api_pb' require 'google/protobuf/type_pb' require 'google/protobuf/wrappers_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/service.proto", :syntax => :proto3) do add_message "google.api.Service" do optional :config_version, :message, 20, "google.protobuf.UInt32Value" optional :name, :string, 1 optional :id, :string, 33 optional :title, :string, 2 optional :producer_project_id, :string, 22 repeated :apis, :message, 3, "google.protobuf.Api" repeated :types, :message, 4, "google.protobuf.Type" repeated :enums, :message, 5, "google.protobuf.Enum" optional :documentation, :message, 6, "google.api.Documentation" optional :backend, :message, 8, "google.api.Backend" optional :http, :message, 9, "google.api.Http" optional :quota, :message, 10, "google.api.Quota" optional :authentication, :message, 11, "google.api.Authentication" optional :context, :message, 12, "google.api.Context" optional :usage, :message, 15, "google.api.Usage" repeated :endpoints, :message, 18, "google.api.Endpoint" optional :control, :message, 21, "google.api.Control" repeated :logs, :message, 23, "google.api.LogDescriptor" repeated :metrics, :message, 24, "google.api.MetricDescriptor" repeated :monitored_resources, :message, 25, "google.api.MonitoredResourceDescriptor" optional :billing, :message, 26, "google.api.Billing" optional :logging, :message, 27, "google.api.Logging" optional :monitoring, :message, 28, "google.api.Monitoring" optional :system_parameters, :message, 29, "google.api.SystemParameters" optional :source_info, :message, 37, "google.api.SourceInfo" end end end module Google module Api Service = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Service").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/backend_pb.rb0000644000004100000410000000263213666224230025051 0ustar www-datawww-data# 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 googleapis-common-protos-types-1.0.5/lib/google/api/annotations_pb.rb0000644000004100000410000000050613666224230026015 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/annotations.proto require 'google/protobuf' require 'google/api/http_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/annotations.proto", :syntax => :proto3) do end end module Google module Api end end googleapis-common-protos-types-1.0.5/lib/google/api/metric_pb.rb0000644000004100000410000000472713666224230024754 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/metric.proto require 'google/protobuf' require 'google/api/label_pb' require 'google/api/launch_stage_pb' require 'google/protobuf/duration_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/metric.proto", :syntax => :proto3) do add_message "google.api.MetricDescriptor" do optional :name, :string, 1 optional :type, :string, 8 repeated :labels, :message, 2, "google.api.LabelDescriptor" optional :metric_kind, :enum, 3, "google.api.MetricDescriptor.MetricKind" optional :value_type, :enum, 4, "google.api.MetricDescriptor.ValueType" optional :unit, :string, 5 optional :description, :string, 6 optional :display_name, :string, 7 optional :metadata, :message, 10, "google.api.MetricDescriptor.MetricDescriptorMetadata" optional :launch_stage, :enum, 12, "google.api.LaunchStage" end add_message "google.api.MetricDescriptor.MetricDescriptorMetadata" do optional :launch_stage, :enum, 1, "google.api.LaunchStage" optional :sample_period, :message, 2, "google.protobuf.Duration" optional :ingest_delay, :message, 3, "google.protobuf.Duration" end add_enum "google.api.MetricDescriptor.MetricKind" do value :METRIC_KIND_UNSPECIFIED, 0 value :GAUGE, 1 value :DELTA, 2 value :CUMULATIVE, 3 end add_enum "google.api.MetricDescriptor.ValueType" do value :VALUE_TYPE_UNSPECIFIED, 0 value :BOOL, 1 value :INT64, 2 value :DOUBLE, 3 value :STRING, 4 value :DISTRIBUTION, 5 value :MONEY, 6 end add_message "google.api.Metric" do optional :type, :string, 3 map :labels, :string, :string, 2 end end end module Google module Api MetricDescriptor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor").msgclass MetricDescriptor::MetricDescriptorMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor.MetricDescriptorMetadata").msgclass MetricDescriptor::MetricKind = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor.MetricKind").enummodule MetricDescriptor::ValueType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor.ValueType").enummodule Metric = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Metric").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/usage_pb.rb0000644000004100000410000000155613666224230024572 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/usage.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/usage.proto", :syntax => :proto3) do add_message "google.api.Usage" do repeated :requirements, :string, 1 repeated :rules, :message, 6, "google.api.UsageRule" optional :producer_notification_channel, :string, 7 end add_message "google.api.UsageRule" do optional :selector, :string, 1 optional :allow_unregistered_calls, :bool, 2 optional :skip_service_control, :bool, 3 end end end module Google module Api Usage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Usage").msgclass UsageRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.UsageRule").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/documentation_pb.rb0000644000004100000410000000241213666224230026327 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/documentation.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/documentation.proto", :syntax => :proto3) do add_message "google.api.Documentation" do optional :summary, :string, 1 repeated :pages, :message, 5, "google.api.Page" repeated :rules, :message, 3, "google.api.DocumentationRule" optional :documentation_root_url, :string, 4 optional :overview, :string, 2 end add_message "google.api.DocumentationRule" do optional :selector, :string, 1 optional :description, :string, 2 optional :deprecation_description, :string, 3 end add_message "google.api.Page" do optional :name, :string, 1 optional :content, :string, 2 repeated :subpages, :message, 3, "google.api.Page" end end end module Google module Api Documentation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Documentation").msgclass DocumentationRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.DocumentationRule").msgclass Page = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Page").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/launch_stage_pb.rb0000644000004100000410000000115313666224230026114 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/launch_stage.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/launch_stage.proto", :syntax => :proto3) do add_enum "google.api.LaunchStage" do value :LAUNCH_STAGE_UNSPECIFIED, 0 value :EARLY_ACCESS, 1 value :ALPHA, 2 value :BETA, 3 value :GA, 4 value :DEPRECATED, 5 end end end module Google module Api LaunchStage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.LaunchStage").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/api/log_pb.rb0000644000004100000410000000122313666224230024236 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/log.proto require 'google/protobuf' require 'google/api/label_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/log.proto", :syntax => :proto3) do add_message "google.api.LogDescriptor" do optional :name, :string, 1 repeated :labels, :message, 2, "google.api.LabelDescriptor" optional :description, :string, 3 optional :display_name, :string, 4 end end end module Google module Api LogDescriptor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.LogDescriptor").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/monitored_resource_pb.rb0000644000004100000410000000267713666224230027402 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/monitored_resource.proto require 'google/protobuf' require 'google/api/label_pb' require 'google/api/launch_stage_pb' require 'google/protobuf/struct_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/monitored_resource.proto", :syntax => :proto3) do add_message "google.api.MonitoredResourceDescriptor" do optional :name, :string, 5 optional :type, :string, 1 optional :display_name, :string, 2 optional :description, :string, 3 repeated :labels, :message, 4, "google.api.LabelDescriptor" optional :launch_stage, :enum, 7, "google.api.LaunchStage" end add_message "google.api.MonitoredResource" do optional :type, :string, 1 map :labels, :string, :string, 2 end add_message "google.api.MonitoredResourceMetadata" do optional :system_labels, :message, 1, "google.protobuf.Struct" map :user_labels, :string, :string, 2 end end end module Google module Api MonitoredResourceDescriptor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MonitoredResourceDescriptor").msgclass MonitoredResource = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MonitoredResource").msgclass MonitoredResourceMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MonitoredResourceMetadata").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/source_info_pb.rb0000644000004100000410000000105213666224230025770 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/source_info.proto require 'google/protobuf' require 'google/protobuf/any_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/source_info.proto", :syntax => :proto3) do add_message "google.api.SourceInfo" do repeated :source_files, :message, 1, "google.protobuf.Any" end end end module Google module Api SourceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.SourceInfo").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/logging_pb.rb0000644000004100000410000000161713666224230025112 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/logging.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/logging.proto", :syntax => :proto3) do add_message "google.api.Logging" do repeated :producer_destinations, :message, 1, "google.api.Logging.LoggingDestination" repeated :consumer_destinations, :message, 2, "google.api.Logging.LoggingDestination" end add_message "google.api.Logging.LoggingDestination" do optional :monitored_resource, :string, 3 repeated :logs, :string, 1 end end end module Google module Api Logging = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Logging").msgclass Logging::LoggingDestination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Logging.LoggingDestination").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/httpbody_pb.rb0000644000004100000410000000114513666224230025315 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/httpbody.proto require 'google/protobuf' require 'google/protobuf/any_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/httpbody.proto", :syntax => :proto3) do add_message "google.api.HttpBody" do optional :content_type, :string, 1 optional :data, :bytes, 2 repeated :extensions, :message, 3, "google.protobuf.Any" end end end module Google module Api HttpBody = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.HttpBody").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/quota_pb.rb0000644000004100000410000000246213666224230024614 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/quota.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/quota.proto", :syntax => :proto3) do add_message "google.api.Quota" do repeated :limits, :message, 3, "google.api.QuotaLimit" repeated :metric_rules, :message, 4, "google.api.MetricRule" end add_message "google.api.MetricRule" do optional :selector, :string, 1 map :metric_costs, :string, :int64, 2 end add_message "google.api.QuotaLimit" do optional :name, :string, 6 optional :description, :string, 2 optional :default_limit, :int64, 3 optional :max_limit, :int64, 4 optional :free_tier, :int64, 7 optional :duration, :string, 5 optional :metric, :string, 8 optional :unit, :string, 9 map :values, :string, :int64, 10 optional :display_name, :string, 12 end end end module Google module Api Quota = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Quota").msgclass MetricRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricRule").msgclass QuotaLimit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.QuotaLimit").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/http_pb.rb0000644000004100000410000000257513666224230024447 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/http.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/http.proto", :syntax => :proto3) do add_message "google.api.Http" do repeated :rules, :message, 1, "google.api.HttpRule" optional :fully_decode_reserved_expansion, :bool, 2 end add_message "google.api.HttpRule" do optional :selector, :string, 1 optional :body, :string, 7 optional :response_body, :string, 12 repeated :additional_bindings, :message, 11, "google.api.HttpRule" oneof :pattern do optional :get, :string, 2 optional :put, :string, 3 optional :post, :string, 4 optional :delete, :string, 5 optional :patch, :string, 6 optional :custom, :message, 8, "google.api.CustomHttpPattern" end end add_message "google.api.CustomHttpPattern" do optional :kind, :string, 1 optional :path, :string, 2 end end end module Google module Api Http = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Http").msgclass HttpRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.HttpRule").msgclass CustomHttpPattern = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.CustomHttpPattern").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/endpoint_pb.rb0000644000004100000410000000116013666224230025275 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/endpoint.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/endpoint.proto", :syntax => :proto3) 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 end module Google module Api Endpoint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Endpoint").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/label_pb.rb0000644000004100000410000000155613666224230024545 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/label.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/label.proto", :syntax => :proto3) do add_message "google.api.LabelDescriptor" do optional :key, :string, 1 optional :value_type, :enum, 2, "google.api.LabelDescriptor.ValueType" optional :description, :string, 3 end add_enum "google.api.LabelDescriptor.ValueType" do value :STRING, 0 value :BOOL, 1 value :INT64, 2 end end end module Google module Api LabelDescriptor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.LabelDescriptor").msgclass LabelDescriptor::ValueType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.LabelDescriptor.ValueType").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/api/client_pb.rb0000644000004100000410000000043713666224230024741 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/client.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/client.proto", :syntax => :proto3) do end end module Google module Api end end googleapis-common-protos-types-1.0.5/lib/google/api/auth_pb.rb0000644000004100000410000000423113666224230024420 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/auth.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/auth.proto", :syntax => :proto3) 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.JwtLocation" do optional :value_prefix, :string, 3 oneof :in do optional :header, :string, 1 optional :query, :string, 2 end end add_message "google.api.AuthProvider" do optional :id, :string, 1 optional :issuer, :string, 2 optional :jwks_uri, :string, 3 optional :audiences, :string, 4 optional :authorization_url, :string, 5 repeated :jwt_locations, :message, 6, "google.api.JwtLocation" 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 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 JwtLocation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.JwtLocation").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 googleapis-common-protos-types-1.0.5/lib/google/api/consumer_pb.rb0000644000004100000410000000216013666224230025311 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/consumer.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/consumer.proto", :syntax => :proto3) do add_message "google.api.ProjectProperties" do repeated :properties, :message, 1, "google.api.Property" end add_message "google.api.Property" do optional :name, :string, 1 optional :type, :enum, 2, "google.api.Property.PropertyType" optional :description, :string, 3 end add_enum "google.api.Property.PropertyType" do value :UNSPECIFIED, 0 value :INT64, 1 value :BOOL, 2 value :STRING, 3 value :DOUBLE, 4 end end end module Google module Api ProjectProperties = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ProjectProperties").msgclass Property = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Property").msgclass Property::PropertyType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Property.PropertyType").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/api/billing_pb.rb0000644000004100000410000000152513666224230025102 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/billing.proto require 'google/protobuf' require 'google/api/metric_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/billing.proto", :syntax => :proto3) do add_message "google.api.Billing" do repeated :consumer_destinations, :message, 8, "google.api.Billing.BillingDestination" end add_message "google.api.Billing.BillingDestination" do optional :monitored_resource, :string, 1 repeated :metrics, :string, 2 end end end module Google module Api Billing = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Billing").msgclass Billing::BillingDestination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Billing.BillingDestination").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/distribution_pb.rb0000644000004100000410000000575513666224230026212 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/distribution.proto require 'google/protobuf' require 'google/protobuf/any_pb' require 'google/protobuf/timestamp_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/distribution.proto", :syntax => :proto3) do add_message "google.api.Distribution" do optional :count, :int64, 1 optional :mean, :double, 2 optional :sum_of_squared_deviation, :double, 3 optional :range, :message, 4, "google.api.Distribution.Range" optional :bucket_options, :message, 6, "google.api.Distribution.BucketOptions" repeated :bucket_counts, :int64, 7 repeated :exemplars, :message, 10, "google.api.Distribution.Exemplar" end add_message "google.api.Distribution.Range" do optional :min, :double, 1 optional :max, :double, 2 end add_message "google.api.Distribution.BucketOptions" do oneof :options do optional :linear_buckets, :message, 1, "google.api.Distribution.BucketOptions.Linear" optional :exponential_buckets, :message, 2, "google.api.Distribution.BucketOptions.Exponential" optional :explicit_buckets, :message, 3, "google.api.Distribution.BucketOptions.Explicit" end end add_message "google.api.Distribution.BucketOptions.Linear" do optional :num_finite_buckets, :int32, 1 optional :width, :double, 2 optional :offset, :double, 3 end add_message "google.api.Distribution.BucketOptions.Exponential" do optional :num_finite_buckets, :int32, 1 optional :growth_factor, :double, 2 optional :scale, :double, 3 end add_message "google.api.Distribution.BucketOptions.Explicit" do repeated :bounds, :double, 1 end add_message "google.api.Distribution.Exemplar" do optional :value, :double, 1 optional :timestamp, :message, 2, "google.protobuf.Timestamp" repeated :attachments, :message, 3, "google.protobuf.Any" end end end module Google module Api Distribution = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Distribution").msgclass Distribution::Range = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Distribution.Range").msgclass Distribution::BucketOptions = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Distribution.BucketOptions").msgclass Distribution::BucketOptions::Linear = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Distribution.BucketOptions.Linear").msgclass Distribution::BucketOptions::Exponential = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Distribution.BucketOptions.Exponential").msgclass Distribution::BucketOptions::Explicit = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Distribution.BucketOptions.Explicit").msgclass Distribution::Exemplar = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Distribution.Exemplar").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/config_change_pb.rb0000644000004100000410000000220313666224230026226 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/config_change.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/config_change.proto", :syntax => :proto3) do add_message "google.api.ConfigChange" do optional :element, :string, 1 optional :old_value, :string, 2 optional :new_value, :string, 3 optional :change_type, :enum, 4, "google.api.ChangeType" repeated :advices, :message, 5, "google.api.Advice" end add_message "google.api.Advice" do optional :description, :string, 2 end add_enum "google.api.ChangeType" do value :CHANGE_TYPE_UNSPECIFIED, 0 value :ADDED, 1 value :REMOVED, 2 value :MODIFIED, 3 end end end module Google module Api ConfigChange = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ConfigChange").msgclass Advice = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Advice").msgclass ChangeType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ChangeType").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/api/resource_pb.rb0000644000004100000410000000242713666224230025313 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/resource.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/resource.proto", :syntax => :proto3) do add_message "google.api.ResourceDescriptor" do optional :type, :string, 1 repeated :pattern, :string, 2 optional :name_field, :string, 3 optional :history, :enum, 4, "google.api.ResourceDescriptor.History" optional :plural, :string, 5 optional :singular, :string, 6 end add_enum "google.api.ResourceDescriptor.History" do value :HISTORY_UNSPECIFIED, 0 value :ORIGINALLY_SINGLE_PATTERN, 1 value :FUTURE_MULTI_PATTERN, 2 end add_message "google.api.ResourceReference" do optional :type, :string, 1 optional :child_type, :string, 2 end end end module Google module Api ResourceDescriptor = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ResourceDescriptor").msgclass ResourceDescriptor::History = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ResourceDescriptor.History").enummodule ResourceReference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ResourceReference").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/monitoring_pb.rb0000644000004100000410000000167713666224230025657 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/monitoring.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/monitoring.proto", :syntax => :proto3) do add_message "google.api.Monitoring" do repeated :producer_destinations, :message, 1, "google.api.Monitoring.MonitoringDestination" repeated :consumer_destinations, :message, 2, "google.api.Monitoring.MonitoringDestination" end add_message "google.api.Monitoring.MonitoringDestination" do optional :monitored_resource, :string, 1 repeated :metrics, :string, 2 end end end module Google module Api Monitoring = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Monitoring").msgclass Monitoring::MonitoringDestination = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Monitoring.MonitoringDestination").msgclass end end googleapis-common-protos-types-1.0.5/lib/google/api/field_behavior_pb.rb0000644000004100000410000000120413666224230026416 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/field_behavior.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/field_behavior.proto", :syntax => :proto3) do add_enum "google.api.FieldBehavior" do value :FIELD_BEHAVIOR_UNSPECIFIED, 0 value :OPTIONAL, 1 value :REQUIRED, 2 value :OUTPUT_ONLY, 3 value :INPUT_ONLY, 4 value :IMMUTABLE, 5 end end end module Google module Api FieldBehavior = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.FieldBehavior").enummodule end end googleapis-common-protos-types-1.0.5/lib/google/api/control_pb.rb0000644000004100000410000000073713666224230025146 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/control.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/control.proto", :syntax => :proto3) do add_message "google.api.Control" do optional :environment, :string, 1 end end end module Google module Api Control = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Control").msgclass end end googleapis-common-protos-types-1.0.5/googleapis-common-protos-types.gemspec0000644000004100000410000000324213666224230027331 0ustar www-datawww-data# frozen_string_literal: true # Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. Gem::Specification.new do |spec| spec.name = "googleapis-common-protos-types" spec.version = "1.0.5" spec.authors = ["Google Inc"] spec.email = ["googleapis-packages@google.com"] spec.licenses = ["Apache-2.0"] spec.description = "Common protocol buffer types used by Google APIs" spec.summary = "Common protobuf types used in Google APIs" spec.homepage = "https://github.com/googleapis/common-protos-ruby" # Specify which files should be added to the gem when it is released. The `git # ls-files -z` loads the files in the RubyGem that have been added into git. spec.files = Dir.chdir File.expand_path(__dir__) do `git ls-files -z`.split("\x0").reject do |f| f.match %r{^(test|spec|features)/} end end spec.files += Dir.glob "lib/**/*_pb.rb" spec.require_paths = ["lib"] spec.add_dependency "google-protobuf", "~> 3.11" spec.add_development_dependency "bundler", "~> 2.1" spec.add_development_dependency "grpc-tools", "~> 1.27" spec.add_development_dependency "rake", "~> 13.0" end googleapis-common-protos-types-1.0.5/Gemfile0000644000004100000410000000015513666224230021152 0ustar www-datawww-datasource "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gemspec