Class: Google::Container::V1beta1::OperationProgress::Metric
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::OperationProgress::Metric
- Defined in:
- lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb
Overview
Progress metric is (string, int|float|string) pair.
Instance Attribute Summary collapse
-
#double_value ⇒ Float
For metrics with floating point value.
-
#int_value ⇒ Integer
For metrics with integer value.
-
#name ⇒ String
Metric name, required.
-
#string_value ⇒ String
For metrics with custom values (ratios, visual progress, etc.).
Instance Attribute Details
#double_value ⇒ Float
Returns For metrics with floating point value.
1110 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1110 class Metric; end |
#int_value ⇒ Integer
Returns For metrics with integer value.
1110 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1110 class Metric; end |
#name ⇒ String
Returns Metric name, required. e.g., "nodes total", "percent done".
1110 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1110 class Metric; end |
#string_value ⇒ String
Returns For metrics with custom values (ratios, visual progress, etc.).
1110 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 1110 class Metric; end |