Capacity Planner V1BETA API - Class Google::Cloud::CapacityPlanner::V1beta::Value (v0.2.0)

Reference documentation and code samples for the Capacity Planner V1BETA API class Google::Cloud::CapacityPlanner::V1beta::Value.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#bool_value

def bool_value() -> ::Boolean
Returns
  • (::Boolean) — Note: The following fields are mutually exclusive: bool_value, int64_value, string_value, double_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) — Note: The following fields are mutually exclusive: bool_value, int64_value, string_value, double_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
  • (::Boolean) — Note: The following fields are mutually exclusive: bool_value, int64_value, string_value, double_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) — Note: The following fields are mutually exclusive: double_value, int64_value, string_value, bool_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) — Note: The following fields are mutually exclusive: double_value, int64_value, string_value, bool_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
  • (::Float) — Note: The following fields are mutually exclusive: double_value, int64_value, string_value, bool_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) — Note: The following fields are mutually exclusive: int64_value, string_value, double_value, bool_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) — Note: The following fields are mutually exclusive: int64_value, string_value, double_value, bool_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
  • (::Integer) — Note: The following fields are mutually exclusive: int64_value, string_value, double_value, bool_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) — Note: The following fields are mutually exclusive: string_value, int64_value, double_value, bool_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) — Note: The following fields are mutually exclusive: string_value, int64_value, double_value, bool_value. If a field in that set is populated, all other fields in the set will automatically be cleared.
Returns
  • (::String) — Note: The following fields are mutually exclusive: string_value, int64_value, double_value, bool_value. If a field in that set is populated, all other fields in the set will automatically be cleared.