Interface CommandInspectionServiceOuterClass.RequestStatisticsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommandInspectionServiceOuterClass.RequestStatistics, CommandInspectionServiceOuterClass.RequestStatistics.Builder
Enclosing class:
CommandInspectionServiceOuterClass

public static interface CommandInspectionServiceOuterClass.RequestStatisticsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 envelopes = 1 [json_name = "envelopes"];
    int
    uint32 recipients = 3 [json_name = "recipients"];
    int
    uint32 request_size = 2 [json_name = "requestSize"];

    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 Details

    • getEnvelopes

      int getEnvelopes()
      uint32 envelopes = 1 [json_name = "envelopes"];
      Returns:
      The envelopes.
    • getRequestSize

      int getRequestSize()
      uint32 request_size = 2 [json_name = "requestSize"];
      Returns:
      The requestSize.
    • getRecipients

      int getRecipients()
      uint32 recipients = 3 [json_name = "recipients"];
      Returns:
      The recipients.