Class: Google::Cloud::Bigquery::Migration::V2::TypedValue
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Migration::V2::TypedValue
- 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
-
#bool_value ⇒ ::Boolean
A Boolean value:
true
orfalse
. -
#distribution_value ⇒ ::Google::Api::Distribution
A distribution value.
-
#double_value ⇒ ::Float
A 64-bit double-precision floating-point number.
-
#int64_value ⇒ ::Integer
A 64-bit integer.
-
#string_value ⇒ ::String
A variable-length string value.
Instance Attribute Details
#bool_value ⇒ ::Boolean
Returns 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.
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.
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
.
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.
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 |