# Generated by the protocol buffer compiler. DO NOT EDIT! # source: google/rpc/status.proto require 'google/protobuf' require 'google/protobuf/any' 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