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 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];
      • 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];
      • getSystemMetricsOrThrow

        String getSystemMetricsOrThrow​(String key)
         Output only. The system metrics.
         
        map<string, string> system_metrics = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];