Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::OperationProgress::Metric.
Progress metric is (string, int|float|string) pair.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#double_value
def double_value() -> ::Float
-
(::Float) — For metrics with floating point value.
Note: The following fields are mutually exclusive:
double_value
,int_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=(value) -> ::Float
-
value (::Float) — For metrics with floating point value.
Note: The following fields are mutually exclusive:
double_value
,int_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Float) — For metrics with floating point value.
Note: The following fields are mutually exclusive:
double_value
,int_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int_value
def int_value() -> ::Integer
-
(::Integer) — For metrics with integer value.
Note: The following fields are mutually exclusive:
int_value
,double_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#int_value=
def int_value=(value) -> ::Integer
-
value (::Integer) — For metrics with integer value.
Note: The following fields are mutually exclusive:
int_value
,double_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Integer) — For metrics with integer value.
Note: The following fields are mutually exclusive:
int_value
,double_value
,string_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#name
def name() -> ::String
- (::String) — Required. Metric name, e.g., "nodes total", "percent done".
#name=
def name=(value) -> ::String
- value (::String) — Required. Metric name, e.g., "nodes total", "percent done".
- (::String) — Required. Metric name, e.g., "nodes total", "percent done".
#string_value
def string_value() -> ::String
-
(::String) — For metrics with custom values (ratios, visual progress, etc.).
Note: The following fields are mutually exclusive:
string_value
,int_value
,double_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) — For metrics with custom values (ratios, visual progress, etc.).
Note: The following fields are mutually exclusive:
string_value
,int_value
,double_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — For metrics with custom values (ratios, visual progress, etc.).
Note: The following fields are mutually exclusive:
string_value
,int_value
,double_value
. If a field in that set is populated, all other fields in the set will automatically be cleared.