Package com.google.cloud.notebooks.v1
Interface RuntimeMetricsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RuntimeMetrics
,RuntimeMetrics.Builder
public interface RuntimeMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsSystemMetrics(String key)
Output only.Map<String,String>
getSystemMetrics()
Deprecated.int
getSystemMetricsCount()
Output only.Map<String,String>
getSystemMetricsMap()
Output only.String
getSystemMetricsOrDefault(String key, String defaultValue)
Output only.String
getSystemMetricsOrThrow(String key)
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSystemMetricsCount
int getSystemMetricsCount()
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
containsSystemMetrics
boolean containsSystemMetrics(String key)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getSystemMetrics
@Deprecated Map<String,String> getSystemMetrics()
Deprecated.UsegetSystemMetricsMap()
instead.
-
getSystemMetricsMap
Map<String,String> getSystemMetricsMap()
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getSystemMetricsOrDefault
String getSystemMetricsOrDefault(String key, String defaultValue)
Output only. The system metrics.
map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-