Package io.grpc.benchmarks.proto
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.ClientStatsgetStats().grpc.testing.ClientStats stats = 1;Stats.ClientStatsOrBuildergetStatsOrBuilder().grpc.testing.ClientStats stats = 1;booleanhasStats().grpc.testing.ClientStats stats = 1;-
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.
-
getStatsOrBuilder
Stats.ClientStatsOrBuilder getStatsOrBuilder()
.grpc.testing.ClientStats stats = 1;
-
-