Interface Telemetry.ServerStopOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Telemetry.ServerStop, Telemetry.ServerStop.Builder
    Enclosing class:
    Telemetry

    public static interface Telemetry.ServerStopOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getRequestsTotal()
      uint64 requests_total = 3;
      com.google.protobuf.Duration getUptime()
      .google.protobuf.Duration uptime = 2;
      com.google.protobuf.DurationOrBuilder getUptimeOrBuilder()
      .google.protobuf.Duration uptime = 2;
      java.lang.String getVersion()
      string version = 1;
      com.google.protobuf.ByteString getVersionBytes()
      string version = 1;
      boolean hasUptime()
      .google.protobuf.Duration uptime = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getVersion

        java.lang.String getVersion()
        string version = 1;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        string version = 1;
        Returns:
        The bytes for version.
      • hasUptime

        boolean hasUptime()
        .google.protobuf.Duration uptime = 2;
        Returns:
        Whether the uptime field is set.
      • getUptime

        com.google.protobuf.Duration getUptime()
        .google.protobuf.Duration uptime = 2;
        Returns:
        The uptime.
      • getUptimeOrBuilder

        com.google.protobuf.DurationOrBuilder getUptimeOrBuilder()
        .google.protobuf.Duration uptime = 2;
      • getRequestsTotal

        long getRequestsTotal()
        uint64 requests_total = 3;
        Returns:
        The requestsTotal.