Sha256: b8e2645b5ef62195a2f3ed3f442ce3ed3802d6d4a7904bab7186b4c5ca4fb791

Contents?: true

Size: 1.3 KB

Versions: 15

Compression:

Stored size: 1.3 KB

Contents

# 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

Version data entries

15 entries across 15 versions & 3 rubygems

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