Sha256: 9064357599d6f7b2a0ac13f9f8b63266508d0e4fd7b7e80bc6122cebe4e83cfd

Contents?: true

Size: 1.15 KB

Versions: 10

Compression:

Stored size: 1.15 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_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

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
googleapis-common-protos-types-1.0.4 lib/google/api/documentation_pb.rb
googleapis-common-protos-types-1.0.3 lib/google/api/documentation_pb.rb
googleapis-common-protos-types-1.0.2 lib/google/api/documentation_pb.rb
googleapis-common-protos-types-1.0.1 lib/google/api/documentation_pb.rb
googleapis-common-protos-types-1.0.0 lib/google/api/documentation_pb.rb
googleapis-common-protos-1.3.5 lib/google/api/documentation_pb.rb
googleapis-common-protos-1.3.4 lib/google/api/documentation_pb.rb
googleapis-common-protos-1.3.1 lib/google/api/documentation_pb.rb
googleapis-common-protos-1.3.0 lib/google/api/documentation_pb.rb
googleapis-common-protos-1.2.0 lib/google/api/documentation_pb.rb