Sha256: 49611ca3123096917f29a039ce2d1657c5729a26d7e52a65e5a58bcc7c748034

Contents?: true

Size: 595 Bytes

Versions: 6

Compression:

Stored size: 595 Bytes

Contents

# 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_file("google/rpc/status.proto", :syntax => :proto3) do
    add_message "google.rpc.Status" do
      optional :code, :int32, 1
      optional :message, :string, 2
      repeated :details, :message, 3, "google.protobuf.Any"
    end
  end
end

module Google
  module Rpc
    Status = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.rpc.Status").msgclass
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
googleapis-common-protos-types-1.3.2 lib/google/rpc/status_pb.rb
googleapis-common-protos-types-1.3.0 lib/google/rpc/status_pb.rb
googleapis-common-protos-types-1.2.0 lib/google/rpc/status_pb.rb
googleapis-common-protos-types-1.1.0 lib/google/rpc/status_pb.rb
googleapis-common-protos-types-1.0.6 lib/google/rpc/status_pb.rb
googleapis-common-protos-types-1.0.5 lib/google/rpc/status_pb.rb