Sha256: 78cc96444768118aca4aae2ac39698852ba0105cae9f46493ad39a69e8f8ede9

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 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 :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

1 entries across 1 versions & 1 rubygems

Version Path
googleapis-common-protos-types-1.0.5 lib/google/api/documentation_pb.rb