Interface RuntimeMetricsOrBuilder (1.39.0)

public interface RuntimeMetricsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsSystemMetrics(String key)

public abstract boolean containsSystemMetrics(String key)

Output only. The system metrics.

map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getSystemMetrics() (deprecated)

public abstract Map<String,String> getSystemMetrics()
Returns
TypeDescription
Map<String,String>

getSystemMetricsCount()

public abstract int getSystemMetricsCount()

Output only. The system metrics.

map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

getSystemMetricsMap()

public abstract Map<String,String> getSystemMetricsMap()

Output only. The system metrics.

map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Map<String,String>

getSystemMetricsOrDefault(String key, String defaultValue)

public abstract String getSystemMetricsOrDefault(String key, String defaultValue)

Output only. The system metrics.

map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getSystemMetricsOrThrow(String key)

public abstract String getSystemMetricsOrThrow(String key)

Output only. The system metrics.

map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
NameDescription
keyString
Returns
TypeDescription
String