Class: Google::Cloud::Container::V1::OperationProgress::Metric
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::OperationProgress::Metric
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/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
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.
1894 1895 1896 1897 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1894 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#int_value ⇒ ::Integer
Returns For metrics with integer value.
1894 1895 1896 1897 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 1894 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |