Class: Google::Cloud::Bigquery::Migration::V2::SourceSpec

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#base_uri::String

Returns The base URI for all files to be read in as sources for translation.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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