BigQuery Migration V2 API - Class Google::Cloud::Bigquery::Migration::V2::TypedValue (v0.14.0)

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
Returns
  • (::Boolean) — A Boolean value: true or false.

    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
Parameter
  • value (::Boolean) — A Boolean value: true or false.

    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.

Returns
  • (::Boolean) — A Boolean value: true or false.

    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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.