Class: Google::Rpc::LocalizedMessage

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/rpc/error_details.rb

Overview

Provides a localized error message that is safe to return to the user which can be attached to an RPC error.

Instance Attribute Summary collapse

Instance Attribute Details

#locale::String



415
416
417
418
# File 'proto_docs/google/rpc/error_details.rb', line 415

class LocalizedMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#message::String



415
416
417
418
# File 'proto_docs/google/rpc/error_details.rb', line 415

class LocalizedMessage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end