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