Class: Google::Cloud::Bigquery::Migration::V2::Literal
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::Literal
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb
Overview
Literal data.
Instance Attribute Summary collapse
-
#literal_bytes ⇒ ::String
Literal byte data.
-
#literal_string ⇒ ::String
Literal string data.
-
#relative_path ⇒ ::String
Required.
Instance Attribute Details
#literal_bytes ⇒ ::String
Returns Literal byte data.
100 101 102 103 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 100 class Literal include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |