Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::OperationProgress::Metric (v1.6.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::String) — Required. Metric name, e.g., "nodes total", "percent done".

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Metric name, e.g., "nodes total", "percent done".
Returns
  • (::String) — Required. Metric name, e.g., "nodes total", "percent done".

#string_value

def string_value() -> ::String
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.