googleapis-common-protos-types-1.0.1/0000755000000000000000000000000013271640404016315 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/0000755000000000000000000000000013271640404017063 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/0000755000000000000000000000000013271640404020337 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/type/0000755000000000000000000000000013271640404021320 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/type/timeofday_pb.rb0000644000000000000000000000077113271640404024314 0ustar rootroot# 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_message "google.type.TimeOfDay" do optional :hours, :int32, 1 optional :minutes, :int32, 2 optional :seconds, :int32, 3 optional :nanos, :int32, 4 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.1/lib/google/type/dayofweek_pb.rb0000644000000000000000000000107113271640404024303 0ustar rootroot# 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_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 module Google module Type DayOfWeek = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.DayOfWeek").enummodule end end googleapis-common-protos-types-1.0.1/lib/google/type/color_pb.rb0000644000000000000000000000105013271640404023440 0ustar rootroot# 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_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 module Google module Type Color = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.Color").msgclass end end googleapis-common-protos-types-1.0.1/lib/google/type/money_pb.rb0000644000000000000000000000071713271640404023462 0ustar rootroot# 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_message "google.type.Money" do optional :currency_code, :string, 1 optional :units, :int64, 2 optional :nanos, :int32, 3 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.1/lib/google/type/latlng_pb.rb0000644000000000000000000000066413271640404023615 0ustar rootroot# 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_message "google.type.LatLng" do optional :latitude, :double, 1 optional :longitude, :double, 2 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.1/lib/google/type/date_pb.rb0000644000000000000000000000067713271640404023255 0ustar rootroot# 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_message "google.type.Date" do optional :year, :int32, 1 optional :month, :int32, 2 optional :day, :int32, 3 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.1/lib/google/type/postal_address_pb.rb0000644000000000000000000000146413271640404025342 0ustar rootroot# 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_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 module Google module Type PostalAddress = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.type.PostalAddress").msgclass end end googleapis-common-protos-types-1.0.1/lib/google/api/0000755000000000000000000000000013271640404021110 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/api/log_pb.rb0000644000000000000000000000110513271640404022674 0ustar rootroot# 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_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 module Google module Api LogDescriptor = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.LogDescriptor").msgclass end end googleapis-common-protos-types-1.0.1/lib/google/api/documentation_pb.rb0000644000000000000000000000223013271640404024764 0ustar rootroot# 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_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 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.1/lib/google/api/metric_pb.rb0000644000000000000000000000323313271640404023402 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/metric.proto require 'google/protobuf' require 'google/api/label_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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 module Google module Api MetricDescriptor = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.MetricDescriptor").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.1/lib/google/api/endpoint_pb.rb0000644000000000000000000000113613271640404023737 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/endpoint.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Endpoint" do optional :name, :string, 1 repeated :aliases, :string, 2 repeated :apis, :string, 3 repeated :features, :string, 4 optional :target, :string, 101 optional :allow_cors, :bool, 5 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.1/lib/google/api/distribution_pb.rb0000644000000000000000000000471113271640404024640 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/distribution.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/protobuf/any_pb' require 'google/protobuf/timestamp_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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 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 end end googleapis-common-protos-types-1.0.1/lib/google/api/httpbody_pb.rb0000644000000000000000000000066613271640404023763 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/httpbody.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.HttpBody" do optional :content_type, :string, 1 optional :data, :bytes, 2 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.1/lib/google/api/quota_pb.rb0000644000000000000000000000234613271640404023254 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/quota.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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.1/lib/google/api/monitoring_pb.rb0000644000000000000000000000161013271640404024301 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/monitoring.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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.1/lib/google/api/service_pb.rb0000644000000000000000000000507213271640404023562 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/service.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/api/auth_pb' require 'google/api/backend_pb' require 'google/api/context_pb' require 'google/api/control_pb' require 'google/api/documentation_pb' require 'google/api/endpoint_pb' require 'google/api/experimental/experimental_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/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_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 :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 :experimental, :message, 101, "google.api.Experimental" 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.1/lib/google/api/system_parameter_pb.rb0000644000000000000000000000201213271640404025475 0ustar rootroot# 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_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 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.1/lib/google/api/context_pb.rb0000644000000000000000000000125613271640404023606 0ustar rootroot# 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_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 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.1/lib/google/api/auth_pb.rb0000644000000000000000000000331413271640404023060 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/auth.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Authentication" do repeated :rules, :message, 3, "google.api.AuthenticationRule" repeated :providers, :message, 4, "google.api.AuthProvider" end add_message "google.api.AuthenticationRule" do optional :selector, :string, 1 optional :oauth, :message, 2, "google.api.OAuthRequirements" optional :allow_without_credential, :bool, 5 repeated :requirements, :message, 7, "google.api.AuthRequirement" end add_message "google.api.AuthProvider" do optional :id, :string, 1 optional :issuer, :string, 2 optional :jwks_uri, :string, 3 optional :audiences, :string, 4 optional :authorization_url, :string, 5 end add_message "google.api.OAuthRequirements" do optional :canonical_scopes, :string, 1 end add_message "google.api.AuthRequirement" do optional :provider_id, :string, 1 optional :audiences, :string, 2 end end module Google module Api Authentication = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Authentication").msgclass AuthenticationRule = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthenticationRule").msgclass AuthProvider = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthProvider").msgclass OAuthRequirements = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.OAuthRequirements").msgclass AuthRequirement = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.AuthRequirement").msgclass end end googleapis-common-protos-types-1.0.1/lib/google/api/config_change_pb.rb0000644000000000000000000000202313271640404024665 0ustar rootroot# 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_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 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.1/lib/google/api/usage_pb.rb0000644000000000000000000000147013271640404023224 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/usage.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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.1/lib/google/api/backend_pb.rb0000644000000000000000000000125413271640404023507 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/backend.proto require 'google/protobuf' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Backend" do repeated :rules, :message, 1, "google.api.BackendRule" end add_message "google.api.BackendRule" do optional :selector, :string, 1 optional :address, :string, 2 optional :deadline, :double, 3 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 end end googleapis-common-protos-types-1.0.1/lib/google/api/logging_pb.rb0000644000000000000000000000153313271640404023546 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/logging.proto require 'google/protobuf' require 'google/api/annotations_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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.1/lib/google/api/billing_pb.rb0000644000000000000000000000141713271640404023541 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/billing.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/api/metric_pb' Google::Protobuf::DescriptorPool.generated_pool.build do add_message "google.api.Billing" do repeated :metrics, :string, 1 repeated :rules, :message, 5, "google.api.BillingStatusRule" end add_message "google.api.BillingStatusRule" do optional :selector, :string, 1 repeated :allowed_statuses, :string, 2 end end module Google module Api Billing = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.Billing").msgclass BillingStatusRule = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.api.BillingStatusRule").msgclass end end googleapis-common-protos-types-1.0.1/lib/google/api/http_pb.rb0000644000000000000000000000225113271640404023075 0ustar rootroot# 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_message "google.api.Http" do repeated :rules, :message, 1, "google.api.HttpRule" end add_message "google.api.HttpRule" do optional :selector, :string, 1 optional :body, :string, 7 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 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.1/lib/google/api/monitored_resource_pb.rb0000644000000000000000000000161713271640404026032 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/api/monitored_resource.proto require 'google/protobuf' require 'google/api/label_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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" end add_message "google.api.MonitoredResource" do optional :type, :string, 1 map :labels, :string, :string, 2 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 end end googleapis-common-protos-types-1.0.1/lib/google/api/source_info_pb.rb0000644000000000000000000000073213271640404024433 0ustar rootroot# 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_message "google.api.SourceInfo" do repeated :source_files, :message, 1, "google.protobuf.Any" 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.1/lib/google/api/control_pb.rb0000644000000000000000000000062313271640404023577 0ustar rootroot# 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_message "google.api.Control" do optional :environment, :string, 1 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.1/lib/google/api/annotations_pb.rb0000644000000000000000000000037613271640404024461 0ustar rootroot# 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 end module Google module Api end end googleapis-common-protos-types-1.0.1/lib/google/api/consumer_pb.rb0000644000000000000000000000200713271640404023750 0ustar rootroot# 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_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 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.1/lib/google/api/label_pb.rb0000644000000000000000000000142413271640404023176 0ustar rootroot# 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_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 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.1/lib/google/rpc/0000755000000000000000000000000013271640404021123 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/rpc/status_pb.rb0000644000000000000000000000100413271640404023447 0ustar rootroot# 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_message "google.rpc.Status" do optional :code, :int32, 1 optional :message, :string, 2 repeated :details, :message, 3, "google.protobuf.Any" 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.1/lib/google/rpc/error_details_pb.rb0000644000000000000000000000662113271640404024774 0ustar rootroot# 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_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.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 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 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.1/lib/google/rpc/code_pb.rb0000644000000000000000000000146113271640404023045 0ustar rootroot# 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_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 module Google module Rpc Code = Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.Code").enummodule end end googleapis-common-protos-types-1.0.1/lib/google/longrunning/0000755000000000000000000000000013271640404022677 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/longrunning/operations_pb.rb0000644000000000000000000000416013271640404026071 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/longrunning/operations.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/protobuf/any_pb' require 'google/protobuf/empty_pb' require 'google/rpc/status_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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 end end googleapis-common-protos-types-1.0.1/lib/google/longrunning/operations_services_pb.rb0000644000000000000000000000712113271640404027774 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: google/longrunning/operations.proto for package 'google.longrunning' # Original file comments: # Copyright 2016 Google Inc. # # 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 # # http://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 'grpc' require 'google/longrunning/operations_pb' module Google module Longrunning module Operations # Manages long-running operations with an API service. # # When an API method normally takes long time to complete, it can be designed # to return [Operation][google.longrunning.Operation] to the client, and the client can use this # interface to receive the real response asynchronously by polling the # operation resource, or pass the operation resource to another API (such as # Google Cloud Pub/Sub API) to receive the response. Any API service that # returns long-running operations should implement the `Operations` interface # so developers can have a consistent client experience. class Service include GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'google.longrunning.Operations' # Lists operations that match the specified filter in the request. If the # server doesn't support this method, it returns `UNIMPLEMENTED`. # # NOTE: the `name` binding below allows API services to override the binding # to use different resource name schemes, such as `users/*/operations`. rpc :ListOperations, ListOperationsRequest, ListOperationsResponse # Gets the latest state of a long-running operation. Clients can use this # method to poll the operation result at intervals as recommended by the API # service. rpc :GetOperation, GetOperationRequest, Operation # Deletes a long-running operation. This method indicates that the client is # no longer interested in the operation result. It does not cancel the # operation. If the server doesn't support this method, it returns # `google.rpc.Code.UNIMPLEMENTED`. rpc :DeleteOperation, DeleteOperationRequest, Google::Protobuf::Empty # Starts asynchronous cancellation on a long-running operation. The server # makes a best effort to cancel the operation, but success is not # guaranteed. If the server doesn't support this method, it returns # `google.rpc.Code.UNIMPLEMENTED`. Clients can use # [Operations.GetOperation][google.longrunning.Operations.GetOperation] or # other methods to check whether the cancellation succeeded or whether the # operation completed despite cancellation. On successful cancellation, # the operation is not deleted; instead, it becomes an operation with # an [Operation.error][google.longrunning.Operation.error] value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, # corresponding to `Code.CANCELLED`. rpc :CancelOperation, CancelOperationRequest, Google::Protobuf::Empty end Stub = Service.rpc_stub_class end end end googleapis-common-protos-types-1.0.1/lib/google/logging/0000755000000000000000000000000013271640404021765 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/logging/type/0000755000000000000000000000000013271640404022746 5ustar rootrootgoogleapis-common-protos-types-1.0.1/lib/google/logging/type/http_request_pb.rb0000644000000000000000000000214013271640404026500 0ustar rootroot# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/logging/type/http_request.proto require 'google/protobuf' require 'google/api/annotations_pb' require 'google/protobuf/duration_pb' Google::Protobuf::DescriptorPool.generated_pool.build 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 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.1/lib/google/logging/type/log_severity_pb.rb0000644000000000000000000000125113271640404026466 0ustar rootroot# 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_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 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.1/googleapis-common-protos-types.gemspec0000644000000000000000000000633613271640404025777 0ustar rootroot######################################################### # This file has been automatically generated by gem2tgz # ######################################################### # -*- encoding: utf-8 -*- # stub: googleapis-common-protos-types 1.0.1 ruby lib Gem::Specification.new do |s| s.name = "googleapis-common-protos-types".freeze s.version = "1.0.1" s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Google Inc".freeze] s.date = "2017-11-06" s.description = "Common protocol buffer types used by Google APIs".freeze s.email = "googleapis-packages@google.com".freeze s.files = ["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/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/http_pb.rb".freeze, "lib/google/api/httpbody_pb.rb".freeze, "lib/google/api/label_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/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/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/longrunning/operations_services_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/color_pb.rb".freeze, "lib/google/type/date_pb.rb".freeze, "lib/google/type/dayofweek_pb.rb".freeze, "lib/google/type/latlng_pb.rb".freeze, "lib/google/type/money_pb.rb".freeze, "lib/google/type/postal_address_pb.rb".freeze, "lib/google/type/timeofday_pb.rb".freeze] s.homepage = "https://github.com/googleapis/googleapis".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.0.0".freeze) s.rubygems_version = "2.7.6".freeze s.summary = "Common protobuf types used in Google APIs".freeze if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then s.add_development_dependency(%q.freeze, ["~> 1.9"]) s.add_runtime_dependency(%q.freeze, ["~> 3.0"]) s.add_development_dependency(%q.freeze, ["~> 10.4"]) else s.add_dependency(%q.freeze, ["~> 1.9"]) s.add_dependency(%q.freeze, ["~> 3.0"]) s.add_dependency(%q.freeze, ["~> 10.4"]) end else s.add_dependency(%q.freeze, ["~> 1.9"]) s.add_dependency(%q.freeze, ["~> 3.0"]) s.add_dependency(%q.freeze, ["~> 10.4"]) end end