Class: Google::Protobuf::BytesValue
- Inherits:
-
Object
- Object
- Google::Protobuf::BytesValue
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/protobuf/wrappers.rb
Overview
Wrapper message for +bytes+.
The JSON representation for +BytesValue+ is JSON string.
Instance Attribute Summary collapse
-
#value ⇒ String
The bytes value.
Instance Attribute Details
#value ⇒ String
Returns The bytes value.
87 |
# File 'lib/google/cloud/bigtable/v2/doc/google/protobuf/wrappers.rb', line 87 class BytesValue; end |