public interface RuntimeMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Name | Description |
| key | String |
| Type | Description |
| boolean |
getSystemMetrics()
public abstract Map<String,String> getSystemMetrics()Use #getSystemMetricsMap() instead.
| Type | Description |
| 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];
| Type | Description |
| 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];
| 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 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| key | String |
| defaultValue | String |
| Type | Description |
| 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];
| Name | Description |
| key | String |
| Type | Description |
| String |