Class: Google::Cloud::Bigquery::Migration::V2::Literal

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

Literal data.

Instance Attribute Summary collapse

Instance Attribute Details

#literal_bytes::String

Returns Literal byte data.

Returns:

  • (::String)

    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

#literal_string::String

Returns Literal string data.

Returns:

  • (::String)

    Literal string 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

#relative_path::String

Returns Required. The identifier of the literal entry.

Returns:

  • (::String)

    Required. The identifier of the literal entry.



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