Class: Google::Cloud::Bigquery::Migration::V2::TypedValue

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb

Overview

A single strongly-typed value.

Instance Attribute Summary collapse

Instance Attribute Details

#bool_value::Boolean

Returns A Boolean value: true or false.

Returns:

  • (::Boolean)

    A Boolean value: true or false.



111
112
113
114
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb', line 111

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

#distribution_value::Google::Api::Distribution

Returns A distribution value.

Returns:



111
112
113
114
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb', line 111

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

#double_value::Float

Returns A 64-bit double-precision floating-point number. Its magnitude is approximately +/-10^(+/-300) and it has 16 significant digits of precision.

Returns:

  • (::Float)

    A 64-bit double-precision floating-point number. Its magnitude is approximately +/-10^(+/-300) and it has 16 significant digits of precision.



111
112
113
114
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb', line 111

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

#int64_value::Integer

Returns A 64-bit integer. Its range is approximately +/-9.2x10^18.

Returns:

  • (::Integer)

    A 64-bit integer. Its range is approximately +/-9.2x10^18.



111
112
113
114
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb', line 111

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

#string_value::String

Returns A variable-length string value.

Returns:

  • (::String)

    A variable-length string value.



111
112
113
114
# File 'proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb', line 111

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