Class: Google::Protobuf::BytesValue

Inherits:
Object
  • Object
show all
Extended by:
MessageExts::ClassMethods
Includes:
MessageExts
Defined in:
proto_docs/google/protobuf/wrappers.rb

Overview

Wrapper message for bytes.

The JSON representation for BytesValue is JSON string.

Instance Attribute Summary collapse

Instance Attribute Details

#value::String

Returns The bytes value.

Returns:

  • (::String)

    The bytes value.



116
117
118
119
# File 'proto_docs/google/protobuf/wrappers.rb', line 116

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