public interface RuntimeMetricsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsSystemMetrics(String key)
public abstract boolean containsSystemMetrics(String key)
Output only. The system metrics.
map<string, string> system_metrics = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getSystemMetrics()
public abstract Map<String,String> getSystemMetrics()
Use #getSystemMetricsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getSystemMetricsCount()
public abstract int getSystemMetricsCount()
Output only. The system metrics.
map<string, string> system_metrics = 1;
Returns | |
---|---|
Type | Description |
int |
getSystemMetricsMap()
public abstract Map<String,String> getSystemMetricsMap()
Output only. The system metrics.
map<string, string> system_metrics = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getSystemMetricsOrThrow(String key)
public abstract String getSystemMetricsOrThrow(String key)
Output only. The system metrics.
map<string, string> system_metrics = 1;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |