googleapis-common-protos-types-1.4.0/0000755000004100000410000000000014323356777017672 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/README.md0000644000004100000410000000045014323356777021150 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.4.0/CHANGELOG.md0000644000004100000410000000473214323356777021511 0ustar www-datawww-data# Release History ### 1.4.0 (2022-08-17) #### Features * Update minimum Ruby version to 2.6 ([#75](https://github.com/googleapis/common-protos-ruby/issues/75)) ### 1.3.2 (2022-06-23) #### Bug Fixes * Remove some unnecessary requires ### 1.3.1 (2022-04-05) * Sync updates to imports in the source protos ### 1.3.0 (2021-10-19) * Add google/api/routing to common-protos-types * Remove cloud-specific extended_operations proto. It's being moved to google-cloud-common. ### 1.2.0 (2021-09-03) * Add Google::Cloud::OperationResponseMapping and the extended_operations_pb file * Removed unnecessary files from the gem package ### 1.1.0 / 2021-07-07 * Add Google::Api::ErrorReason * Add Google::Api::Visibility and Google::Api::VisibilityRule * Add Google::Type::Decimal * Add NON_EMPTY_DEFAULT value to Google::Api::FieldBehavior. ### 1.0.6 / 2021-02-01 * Add Google::Type::Interval type. * Add Google::Type::LocalizedText type. * Add Google::Type::PhoneNumber and Google::Type::PhoneNumber::ShortCode types. * Add "service_root_url" field to Google::Api::Documentation. * Add UNORDERED_LIST value to Google::Api::FieldBehavior. * Add UNIMPLEMENTED and PRELAUNCH values to Google::Api::LaunchStage. * Add "monitored_resource_types" field to Google::Api::MetricDescriptor. * Add Google::Api::ResourceDescriptor::Style type and add "style" field to Google::Api::ResourceDescriptor. * Moved HttpRequest and LogSeverity types from Google::Logging::Type to Google::Cloud::Logging::Type, and created aliases for backward compatibility. * Remove internal "features" field from Google::Api::Endpoint. * Require protobuf 3.14. ### 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. ### 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.4.0/lib/0000755000004100000410000000000014323356777020440 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/googleapis/0000755000004100000410000000000014323356777022571 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/googleapis/common/0000755000004100000410000000000014323356777024061 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/googleapis/common/protos/0000755000004100000410000000000014323356777025407 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/googleapis/common/protos/types/0000755000004100000410000000000014323356777026553 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/googleapis/common/protos/types/version.rb0000644000004100000410000000130514323356777030564 0ustar www-datawww-data# frozen_string_literal: true # Copyright 2021 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. module Google module CommonProtos module Types VERSION = "1.4.0".freeze end end end googleapis-common-protos-types-1.4.0/lib/google/0000755000004100000410000000000014323356777021714 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/google/logging/0000755000004100000410000000000014323356777023342 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/google/logging/type/0000755000004100000410000000000014323356777024323 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/google/logging/type/log_severity_pb.rb0000644000004100000410000000162014323356777030043 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/logging/type/log_severity.proto require 'google/protobuf' 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 Cloud module Logging module Type LogSeverity = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.logging.type.LogSeverity").enummodule end end end end module Google module Logging module Type LogSeverity = ::Google::Cloud::Logging::Type::LogSeverity end end end googleapis-common-protos-types-1.4.0/lib/google/logging/type/http_request_pb.rb0000644000004100000410000000252414323356777030063 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' 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 Cloud module Logging module Type HttpRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.logging.type.HttpRequest").msgclass end end end end module Google module Logging module Type HttpRequest = ::Google::Cloud::Logging::Type::HttpRequest end end end googleapis-common-protos-types-1.4.0/lib/google/type/0000755000004100000410000000000014323356777022675 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/google/type/money_pb.rb0000644000004100000410000000103614323356777025032 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.4.0/lib/google/type/month_pb.rb0000644000004100000410000000135414323356777025033 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.4.0/lib/google/type/quaternion_pb.rb0000644000004100000410000000110314323356777026063 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.4.0/lib/google/type/dayofweek_pb.rb0000644000004100000410000000122614323356777025662 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.4.0/lib/google/type/postal_address_pb.rb0000644000004100000410000000163414323356777026716 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.4.0/lib/google/type/calendar_period_pb.rb0000644000004100000410000000124714323356777027022 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.4.0/lib/google/type/color_pb.rb0000644000004100000410000000117214323356777025022 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.4.0/lib/google/type/expr_pb.rb0000644000004100000410000000110314323356777024654 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.4.0/lib/google/type/datetime_pb.rb0000644000004100000410000000213314323356777025476 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.4.0/lib/google/type/decimal_pb.rb0000644000004100000410000000073614323356777025307 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/decimal.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/decimal.proto", :syntax => :proto3) do add_message "google.type.Decimal" do optional :value, :string, 1 end end end module Google module Type Decimal = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Decimal").msgclass end end googleapis-common-protos-types-1.4.0/lib/google/type/fraction_pb.rb0000644000004100000410000000101514323356777025505 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.4.0/lib/google/type/date_pb.rb0000644000004100000410000000101514323356777024615 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.4.0/lib/google/type/timeofday_pb.rb0000644000004100000410000000111614323356777025663 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.4.0/lib/google/type/interval_pb.rb0000644000004100000410000000116114323356777025526 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/interval.proto require 'google/protobuf' require 'google/protobuf/timestamp_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/interval.proto", :syntax => :proto3) do add_message "google.type.Interval" do optional :start_time, :message, 1, "google.protobuf.Timestamp" optional :end_time, :message, 2, "google.protobuf.Timestamp" end end end module Google module Type Interval = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Interval").msgclass end end googleapis-common-protos-types-1.4.0/lib/google/type/localized_text_pb.rb0000644000004100000410000000104714323356777026717 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/localized_text.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/localized_text.proto", :syntax => :proto3) do add_message "google.type.LocalizedText" do optional :text, :string, 1 optional :language_code, :string, 2 end end end module Google module Type LocalizedText = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.LocalizedText").msgclass end end googleapis-common-protos-types-1.4.0/lib/google/type/latlng_pb.rb0000644000004100000410000000100214323356777025155 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.4.0/lib/google/type/phone_number_pb.rb0000644000004100000410000000163614323356777026372 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/type/phone_number.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/type/phone_number.proto", :syntax => :proto3) do add_message "google.type.PhoneNumber" do optional :extension, :string, 3 oneof :kind do optional :e164_number, :string, 1 optional :short_code, :message, 2, "google.type.PhoneNumber.ShortCode" end end add_message "google.type.PhoneNumber.ShortCode" do optional :region_code, :string, 1 optional :number, :string, 2 end end end module Google module Type PhoneNumber = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.PhoneNumber").msgclass PhoneNumber::ShortCode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.PhoneNumber.ShortCode").msgclass end end googleapis-common-protos-types-1.4.0/lib/google/longrunning/0000755000004100000410000000000014323356777024254 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/google/longrunning/operations_pb.rb0000644000004100000410000000565414323356777027457 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' require 'google/protobuf/descriptor_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.4.0/lib/google/rpc/0000755000004100000410000000000014323356777022500 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/google/rpc/code_pb.rb0000644000004100000410000000163214323356777024422 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.4.0/lib/google/rpc/error_details_pb.rb0000644000004100000410000000754514323356777026357 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.4.0/lib/google/rpc/status_pb.rb0000644000004100000410000000112414323356777025027 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.4.0/lib/google/api/0000755000004100000410000000000014323356777022465 5ustar www-datawww-datagoogleapis-common-protos-types-1.4.0/lib/google/api/context_pb.rb0000644000004100000410000000156514323356777025166 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.4.0/lib/google/api/system_parameter_pb.rb0000644000004100000410000000216514323356777027063 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.4.0/lib/google/api/service_pb.rb0000644000004100000410000000506714323356777025143 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/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/source_info_pb' require 'google/api/system_parameter_pb' require 'google/api/usage_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 :name, :string, 1 optional :title, :string, 2 optional :producer_project_id, :string, 22 optional :id, :string, 33 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" optional :config_version, :message, 20, "google.protobuf.UInt32Value" 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.4.0/lib/google/api/backend_pb.rb0000644000004100000410000000263214323356777025065 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.4.0/lib/google/api/annotations_pb.rb0000644000004100000410000000055714323356777026037 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' require 'google/protobuf/descriptor_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.4.0/lib/google/api/metric_pb.rb0000644000004100000410000000501614323356777024760 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" repeated :monitored_resource_types, :string, 13 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.4.0/lib/google/api/usage_pb.rb0000644000004100000410000000155614323356777024606 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.4.0/lib/google/api/documentation_pb.rb0000644000004100000410000000246714323356777026355 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 :service_root_url, :string, 6 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.4.0/lib/google/api/launch_stage_pb.rb0000644000004100000410000000124314323356777026130 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 :UNIMPLEMENTED, 6 value :PRELAUNCH, 7 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.4.0/lib/google/api/log_pb.rb0000644000004100000410000000122414323356777024253 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.4.0/lib/google/api/monitored_resource_pb.rb0000644000004100000410000000270014323356777027401 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.4.0/lib/google/api/source_info_pb.rb0000644000004100000410000000105314323356777026005 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.4.0/lib/google/api/logging_pb.rb0000644000004100000410000000161714323356777025126 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.4.0/lib/google/api/httpbody_pb.rb0000644000004100000410000000114614323356777025332 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.4.0/lib/google/api/quota_pb.rb0000644000004100000410000000246214323356777024630 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.4.0/lib/google/api/error_reason_pb.rb0000644000004100000410000000235114323356777026174 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/error_reason.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/error_reason.proto", :syntax => :proto3) do add_enum "google.api.ErrorReason" do value :ERROR_REASON_UNSPECIFIED, 0 value :SERVICE_DISABLED, 1 value :BILLING_DISABLED, 2 value :API_KEY_INVALID, 3 value :API_KEY_SERVICE_BLOCKED, 4 value :API_KEY_HTTP_REFERRER_BLOCKED, 7 value :API_KEY_IP_ADDRESS_BLOCKED, 8 value :API_KEY_ANDROID_APP_BLOCKED, 9 value :API_KEY_IOS_APP_BLOCKED, 13 value :RATE_LIMIT_EXCEEDED, 5 value :RESOURCE_QUOTA_EXCEEDED, 6 value :LOCATION_TAX_POLICY_VIOLATED, 10 value :USER_PROJECT_DENIED, 11 value :CONSUMER_SUSPENDED, 12 value :CONSUMER_INVALID, 14 value :SECURITY_POLICY_VIOLATED, 15 value :ACCESS_TOKEN_EXPIRED, 16 value :ACCESS_TOKEN_SCOPE_INSUFFICIENT, 17 value :ACCOUNT_STATE_INVALID, 18 value :ACCESS_TOKEN_TYPE_UNSUPPORTED, 19 end end end module Google module Api ErrorReason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ErrorReason").enummodule end end googleapis-common-protos-types-1.4.0/lib/google/api/http_pb.rb0000644000004100000410000000257514323356777024463 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.4.0/lib/google/api/endpoint_pb.rb0000644000004100000410000000111314323356777025307 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 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.4.0/lib/google/api/label_pb.rb0000644000004100000410000000155614323356777024561 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.4.0/lib/google/api/client_pb.rb0000644000004100000410000000051014323356777024745 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/client.proto require 'google/protobuf' require 'google/protobuf/descriptor_pb' 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.4.0/lib/google/api/auth_pb.rb0000644000004100000410000000423114323356777024434 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.4.0/lib/google/api/visibility_pb.rb0000644000004100000410000000144714323356777025670 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/visibility.proto require 'google/protobuf' require 'google/protobuf/descriptor_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/visibility.proto", :syntax => :proto3) do add_message "google.api.Visibility" do repeated :rules, :message, 1, "google.api.VisibilityRule" end add_message "google.api.VisibilityRule" do optional :selector, :string, 1 optional :restriction, :string, 2 end end end module Google module Api Visibility = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Visibility").msgclass VisibilityRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.VisibilityRule").msgclass end end googleapis-common-protos-types-1.4.0/lib/google/api/consumer_pb.rb0000644000004100000410000000216014323356777025325 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.4.0/lib/google/api/billing_pb.rb0000644000004100000410000000146614323356777025122 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/billing.proto require 'google/protobuf' 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.4.0/lib/google/api/distribution_pb.rb0000644000004100000410000000575614323356777026227 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.4.0/lib/google/api/config_change_pb.rb0000644000004100000410000000220314323356777026242 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.4.0/lib/google/api/resource_pb.rb0000644000004100000410000000323014323356777025320 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/resource.proto require 'google/protobuf' require 'google/protobuf/descriptor_pb' 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 repeated :style, :enum, 10, "google.api.ResourceDescriptor.Style" end add_enum "google.api.ResourceDescriptor.History" do value :HISTORY_UNSPECIFIED, 0 value :ORIGINALLY_SINGLE_PATTERN, 1 value :FUTURE_MULTI_PATTERN, 2 end add_enum "google.api.ResourceDescriptor.Style" do value :STYLE_UNSPECIFIED, 0 value :DECLARATIVE_FRIENDLY, 1 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 ResourceDescriptor::Style = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ResourceDescriptor.Style").enummodule ResourceReference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.ResourceReference").msgclass end end googleapis-common-protos-types-1.4.0/lib/google/api/monitoring_pb.rb0000644000004100000410000000167714323356777025673 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.4.0/lib/google/api/routing_pb.rb0000644000004100000410000000147014323356777025164 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/routing.proto require 'google/protobuf' require 'google/protobuf/descriptor_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_file("google/api/routing.proto", :syntax => :proto3) do add_message "google.api.RoutingRule" do repeated :routing_parameters, :message, 2, "google.api.RoutingParameter" end add_message "google.api.RoutingParameter" do optional :field, :string, 1 optional :path_template, :string, 2 end end end module Google module Api RoutingRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.RoutingRule").msgclass RoutingParameter = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.RoutingParameter").msgclass end end googleapis-common-protos-types-1.4.0/lib/google/api/field_behavior_pb.rb0000644000004100000410000000135614323356777026442 0ustar www-datawww-data# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/field_behavior.proto require 'google/protobuf' require 'google/protobuf/descriptor_pb' 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 value :UNORDERED_LIST, 6 value :NON_EMPTY_DEFAULT, 7 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.4.0/lib/google/api/control_pb.rb0000644000004100000410000000073714323356777025162 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.4.0/googleapis-common-protos-types.gemspec0000644000004100000410000000704514323356777027352 0ustar www-datawww-data######################################################### # This file has been automatically generated by gem2tgz # ######################################################### # -*- encoding: utf-8 -*- # stub: googleapis-common-protos-types 1.4.0 ruby lib Gem::Specification.new do |s| s.name = "googleapis-common-protos-types".freeze s.version = "1.4.0" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Google LLC".freeze] s.date = "2022-08-18" s.description = "Common protocol buffer types used by Google APIs".freeze s.email = ["googleapis-packages@google.com".freeze] s.files = ["CHANGELOG.md".freeze, "README.md".freeze, "lib/google/api/annotations_pb.rb".freeze, "lib/google/api/auth_pb.rb".freeze, "lib/google/api/backend_pb.rb".freeze, "lib/google/api/billing_pb.rb".freeze, "lib/google/api/client_pb.rb".freeze, "lib/google/api/config_change_pb.rb".freeze, "lib/google/api/consumer_pb.rb".freeze, "lib/google/api/context_pb.rb".freeze, "lib/google/api/control_pb.rb".freeze, "lib/google/api/distribution_pb.rb".freeze, "lib/google/api/documentation_pb.rb".freeze, "lib/google/api/endpoint_pb.rb".freeze, "lib/google/api/error_reason_pb.rb".freeze, "lib/google/api/field_behavior_pb.rb".freeze, "lib/google/api/http_pb.rb".freeze, "lib/google/api/httpbody_pb.rb".freeze, "lib/google/api/label_pb.rb".freeze, "lib/google/api/launch_stage_pb.rb".freeze, "lib/google/api/log_pb.rb".freeze, "lib/google/api/logging_pb.rb".freeze, "lib/google/api/metric_pb.rb".freeze, "lib/google/api/monitored_resource_pb.rb".freeze, "lib/google/api/monitoring_pb.rb".freeze, "lib/google/api/quota_pb.rb".freeze, "lib/google/api/resource_pb.rb".freeze, "lib/google/api/routing_pb.rb".freeze, "lib/google/api/service_pb.rb".freeze, "lib/google/api/source_info_pb.rb".freeze, "lib/google/api/system_parameter_pb.rb".freeze, "lib/google/api/usage_pb.rb".freeze, "lib/google/api/visibility_pb.rb".freeze, "lib/google/logging/type/http_request_pb.rb".freeze, "lib/google/logging/type/log_severity_pb.rb".freeze, "lib/google/longrunning/operations_pb.rb".freeze, "lib/google/rpc/code_pb.rb".freeze, "lib/google/rpc/error_details_pb.rb".freeze, "lib/google/rpc/status_pb.rb".freeze, "lib/google/type/calendar_period_pb.rb".freeze, "lib/google/type/color_pb.rb".freeze, "lib/google/type/date_pb.rb".freeze, "lib/google/type/datetime_pb.rb".freeze, "lib/google/type/dayofweek_pb.rb".freeze, "lib/google/type/decimal_pb.rb".freeze, "lib/google/type/expr_pb.rb".freeze, "lib/google/type/fraction_pb.rb".freeze, "lib/google/type/interval_pb.rb".freeze, "lib/google/type/latlng_pb.rb".freeze, "lib/google/type/localized_text_pb.rb".freeze, "lib/google/type/money_pb.rb".freeze, "lib/google/type/month_pb.rb".freeze, "lib/google/type/phone_number_pb.rb".freeze, "lib/google/type/postal_address_pb.rb".freeze, "lib/google/type/quaternion_pb.rb".freeze, "lib/google/type/timeofday_pb.rb".freeze, "lib/googleapis/common/protos/types/version.rb".freeze] s.homepage = "https://github.com/googleapis/common-protos-ruby".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.6".freeze) s.rubygems_version = "3.2.5".freeze s.summary = "Common protocol buffer types used in Google APIs".freeze if s.respond_to? :specification_version then s.specification_version = 4 end if s.respond_to? :add_runtime_dependency then s.add_runtime_dependency(%q.freeze, ["~> 3.14"]) else s.add_dependency(%q.freeze, ["~> 3.14"]) end end