Interface Payloads.ByteBufferParamsOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getReqSize()
      int32 req_size = 1;
      int getRespSize()
      int32 resp_size = 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

      • getReqSize

        int getReqSize()
        int32 req_size = 1;
        Returns:
        The reqSize.
      • getRespSize

        int getRespSize()
        int32 resp_size = 2;
        Returns:
        The respSize.