Class: Google::Cloud::Bigquery::Migration::V2::SourceSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::SourceSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb
Overview
Represents one path to the location that holds source data.
Instance Attribute Summary collapse
-
#base_uri ⇒ ::String
The base URI for all files to be read in as sources for translation.
-
#encoding ⇒ ::String
Optional.
-
#literal ⇒ ::Google::Cloud::Bigquery::Migration::V2::Literal
Source literal.
Instance Attribute Details
#base_uri ⇒ ::String
Returns The base URI for all files to be read in as sources for translation.
74 75 76 77 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 74 class SourceSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoding ⇒ ::String
Returns Optional. The optional field to specify the encoding of the sql bytes.
74 75 76 77 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 74 class SourceSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#literal ⇒ ::Google::Cloud::Bigquery::Migration::V2::Literal
Returns Source literal.
74 75 76 77 |
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 74 class SourceSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |