Reference documentation and code samples for the BigQuery Migration V2 API class Google::Cloud::Bigquery::Migration::V2::TypedValue.
A single strongly-typed value.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bool_value
def bool_value() -> ::Boolean
-
(::Boolean) — A Boolean value:
true
orfalse
.Note: The following fields are mutually exclusive:
bool_value
,int64_value
,double_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bool_value=
def bool_value=(value) -> ::Boolean
-
value (::Boolean) — A Boolean value:
true
orfalse
.Note: The following fields are mutually exclusive:
bool_value
,int64_value
,double_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — A Boolean value:
true
orfalse
.Note: The following fields are mutually exclusive:
bool_value
,int64_value
,double_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#distribution_value
def distribution_value() -> ::Google::Api::Distribution
-
(::Google::Api::Distribution) — A distribution value.
Note: The following fields are mutually exclusive:
distribution_value
,bool_value
,int64_value
,double_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#distribution_value=
def distribution_value=(value) -> ::Google::Api::Distribution
-
value (::Google::Api::Distribution) — A distribution value.
Note: The following fields are mutually exclusive:
distribution_value
,bool_value
,int64_value
,double_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Api::Distribution) — A distribution value.
Note: The following fields are mutually exclusive:
distribution_value
,bool_value
,int64_value
,double_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_value
def double_value() -> ::Float
-
(::Float) — A 64-bit double-precision floating-point number. Its magnitude
is approximately
+/-10^(+/-300)
and it has 16 significant digits of precision.Note: The following fields are mutually exclusive:
double_value
,bool_value
,int64_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#double_value=
def double_value=(value) -> ::Float
-
value (::Float) — A 64-bit double-precision floating-point number. Its magnitude
is approximately
+/-10^(+/-300)
and it has 16 significant digits of precision.Note: The following fields are mutually exclusive:
double_value
,bool_value
,int64_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — A 64-bit double-precision floating-point number. Its magnitude
is approximately
+/-10^(+/-300)
and it has 16 significant digits of precision.Note: The following fields are mutually exclusive:
double_value
,bool_value
,int64_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_value
def int64_value() -> ::Integer
-
(::Integer) — A 64-bit integer. Its range is approximately
+/-9.2x10^18
.Note: The following fields are mutually exclusive:
int64_value
,bool_value
,double_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int64_value=
def int64_value=(value) -> ::Integer
-
value (::Integer) — A 64-bit integer. Its range is approximately
+/-9.2x10^18
.Note: The following fields are mutually exclusive:
int64_value
,bool_value
,double_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — A 64-bit integer. Its range is approximately
+/-9.2x10^18
.Note: The following fields are mutually exclusive:
int64_value
,bool_value
,double_value
,string_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value
def string_value() -> ::String
-
(::String) — A variable-length string value.
Note: The following fields are mutually exclusive:
string_value
,bool_value
,int64_value
,double_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#string_value=
def string_value=(value) -> ::String
-
value (::String) — A variable-length string value.
Note: The following fields are mutually exclusive:
string_value
,bool_value
,int64_value
,double_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — A variable-length string value.
Note: The following fields are mutually exclusive:
string_value
,bool_value
,int64_value
,double_value
,distribution_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.