Reference documentation and code samples for the Cloud Monitoring V3 API class Google::Cloud::Monitoring::V3::LabelValue.
A label value.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bool_value
def bool_value() -> ::Boolean
-
(::Boolean) — A bool label value.
Note: The following fields are mutually exclusive:
bool_value
,int64_value
,string_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 bool label value.
Note: The following fields are mutually exclusive:
bool_value
,int64_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Boolean) — A bool label value.
Note: The following fields are mutually exclusive:
bool_value
,int64_value
,string_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) — An int64 label value.
Note: The following fields are mutually exclusive:
int64_value
,bool_value
,string_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) — An int64 label value.
Note: The following fields are mutually exclusive:
int64_value
,bool_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — An int64 label value.
Note: The following fields are mutually exclusive:
int64_value
,bool_value
,string_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 string label value.
Note: The following fields are mutually exclusive:
string_value
,bool_value
,int64_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 string label value.
Note: The following fields are mutually exclusive:
string_value
,bool_value
,int64_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — A string label value.
Note: The following fields are mutually exclusive:
string_value
,bool_value
,int64_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.