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.

Note: The following fields are mutually exclusive: literal_bytes, literal_string. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Literal byte data.

    Note: The following fields are mutually exclusive: literal_bytes, literal_string. If a field in that set is populated, all other fields in the set will automatically be cleared.



108
109
110
111
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 108

class Literal
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#literal_string::String

Returns Literal string data.

Note: The following fields are mutually exclusive: literal_string, literal_bytes. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::String)

    Literal string data.

    Note: The following fields are mutually exclusive: literal_string, literal_bytes. If a field in that set is populated, all other fields in the set will automatically be cleared.



108
109
110
111
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 108

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.



108
109
110
111
# File 'proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb', line 108

class Literal
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end