[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface RuntimeMetricsOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.notebooks.v1.RuntimeMetricsOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.notebooks.v1.RuntimeMetricsOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.notebooks.v1.RuntimeMetricsOrBuilder) \n\n public interface RuntimeMetricsOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### containsSystemMetrics(String key)\n\n public abstract boolean containsSystemMetrics(String key)\n\nOutput only. The system metrics.\n\n`map\u003cstring, string\u003e system_metrics = 1;`\n\n### getSystemMetrics()\n\n public abstract Map\u003cString,String\u003e getSystemMetrics()\n\nUse [#getSystemMetricsMap()](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.notebooks.v1.RuntimeMetricsOrBuilder#com_google_events_cloud_notebooks_v1_RuntimeMetricsOrBuilder_getSystemMetricsMap__) instead.\n\n### getSystemMetricsCount()\n\n public abstract int getSystemMetricsCount()\n\nOutput only. The system metrics.\n\n`map\u003cstring, string\u003e system_metrics = 1;`\n\n### getSystemMetricsMap()\n\n public abstract Map\u003cString,String\u003e getSystemMetricsMap()\n\nOutput only. The system metrics.\n\n`map\u003cstring, string\u003e system_metrics = 1;`\n\n### getSystemMetricsOrDefault(String key, String defaultValue)\n\n public abstract String getSystemMetricsOrDefault(String key, String defaultValue)\n\nOutput only. The system metrics.\n\n`map\u003cstring, string\u003e system_metrics = 1;`\n\n### getSystemMetricsOrThrow(String key)\n\n public abstract String getSystemMetricsOrThrow(String key)\n\nOutput only. The system metrics.\n\n`map\u003cstring, string\u003e system_metrics = 1;`"]]