Interface RuntimeMetricsOrBuilder (0.14.1)

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;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getSystemMetrics()

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;

Returns
TypeDescription
int

getSystemMetricsMap()

public abstract Map<String,String> getSystemMetricsMap()

Output only. The system metrics.

map<string, string> system_metrics = 1;

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;

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;

Parameter
NameDescription
keyString
Returns
TypeDescription
String