Interface Control.ClientStatusOrBuilder

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

    public static interface Control.ClientStatusOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Stats.ClientStats getStats()
      .grpc.testing.ClientStats stats = 1;
      Stats.ClientStatsOrBuilder getStatsOrBuilder()
      .grpc.testing.ClientStats stats = 1;
      boolean hasStats()
      .grpc.testing.ClientStats stats = 1;
      • 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

      • hasStats

        boolean hasStats()
        .grpc.testing.ClientStats stats = 1;
        Returns:
        Whether the stats field is set.
      • getStats

        Stats.ClientStats getStats()
        .grpc.testing.ClientStats stats = 1;
        Returns:
        The stats.