Interface Projectionmanagement.StatisticsRespOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Projectionmanagement.StatisticsResp,Projectionmanagement.StatisticsResp.Builder
- Enclosing class:
- Projectionmanagement
public static interface Projectionmanagement.StatisticsRespOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.event_store.client.projections.StatisticsResp.Details details = 1;.event_store.client.projections.StatisticsResp.Details details = 1;boolean.event_store.client.projections.StatisticsResp.Details details = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDetails
boolean hasDetails().event_store.client.projections.StatisticsResp.Details details = 1;- Returns:
- Whether the details field is set.
-
getDetails
Projectionmanagement.StatisticsResp.Details getDetails().event_store.client.projections.StatisticsResp.Details details = 1;- Returns:
- The details.
-
getDetailsOrBuilder
Projectionmanagement.StatisticsResp.DetailsOrBuilder getDetailsOrBuilder().event_store.client.projections.StatisticsResp.Details details = 1;
-